







:root {
    /* --g-secondary-accent: #df2135 !important; */
    --g-secondary-accent: #C6C6C6 !important;
} 



/* --- Button Hover Styling --- */

.block-layout .button-list .button:hover, 
.block-layout .box-form .mrp-dynamic-form button.btn:hover {
	background-color: #1C449C !important;
    border-color: #1C449C !important;
} 
.block-layout .button-list .button:hover svg, 
.block-layout .box-form .mrp-dynamic-form button.btn:hover svg {
    fill: #FFF !important;
} 
.block-layout .button-list .button:hover label {
    color: #FFF !important;
} 

/* END BUTTON HOVER STYLES */ 



/* --- Similar Listings Styling Update --- */

.mrp-listing-related a.related-listing div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mrp-listing-related a.related-listing div div {
	display: block;
}
.mrp-listing-related a.related-listing div div.related-address {
	font-weight: 600 !important;
	font-family: var(--custom-title-font-family, var(--title-font-family)) !important;
	font-size: 1.25rem !important;
	width: 100%;
	text-align: left;
	order: 2;
}
.mrp-listing-related a.related-listing div div.related-image {
	order: 1;
}
.mrp-listing-related a.related-listing div div.related-price {
	/* width: 50%; */
	text-align: right;
	order: 4;
	font-weight: 600 !important;
}
.mrp-listing-related a.related-listing div div.related-mls-num {
	/* width: 50%; */
	text-align: left;
	order: 3;
}
.mrp-listing-related a.related-listing div div.related-listed-by {
	font-style: italic;
	width: 100%;
	order: 5;
	font-size: 0.75rem !important;
	padding: 0.25rem 0.75rem;
	background: rgba(0, 0, 0, 0.05);
	margin-top: 0.5rem;
	white-space: normal !important;
}
.mrp-listing-related a.related-listing div div.related-listed-by:before {
	content: "LISTED BY:";
	margin-right: 5px;
}



/* END SIMILAR LISTINGS STYLE UPDATE */