/* 
 * Custom styling for location breadcrumbs
 * Improves the display of the full geographic hierarchy in property listings
 */

.listing_main_image_location {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px;
}

.listing_main_image_location a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.listing_main_image_location a:hover {
    text-decoration: underline;
}

/* Make sure the breadcrumbs wrap nicely on mobile */
@media only screen and (max-width: 767px) {
    .listing_main_image_location {
        font-size: 12px;
        line-height: 1.5;
        word-wrap: break-word;
    }
}

/* For specific layout page types, adjust spacing */
.listing_type_1 .listing_main_image_location,
.listing_type_5 .listing_main_image_location {
    padding: 5px 0;
}

/* Schema microdata hidden div */
.schema_div_noshow {
    display: none;
}
