/* Map container styles */
.single-location .two-image-text-homepage .two-image-text-homepage__map .map.map_full {
    width: 100%;
    height: 500px !important;
    border-radius: 0;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .single-location .two-image-text-homepage .two-image-text-homepage__map .map.map_full {
        height: 100% !important;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
}

/* Map error message */
.single-location .two-image-text-homepage .two-image-text-homepage__map .map-error {
    padding: 1rem;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    margin-bottom: 1rem;
}

/* Popup styles */
.single-location .two-image-text-homepage .two-image-text-homepage__map .mapboxgl-popup-content {
    padding: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.single-location .two-image-text-homepage .two-image-text-homepage__map .map-popup-header {
    background-color: #003047;
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.single-location .two-image-text-homepage .two-image-text-homepage__map .map-popup-title {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.single-location .two-image-text-homepage .two-image-text-homepage__map .map-popup-body {
    padding: 16px;
    background: #fff;
    border-radius: 0 0 8px 8px;
} 

.single-location .two-image-text-homepage .two-image-text-homepage__map .map-popup-address {
    margin: 0 0 8px 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
}

.single-location .two-image-text-homepage .two-image-text-homepage__map .map-popup__location-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.single-location .two-image-text-homepage .two-image-text-homepage__map .location-block-icon {
    width: 20px;
    height: 20px;
}

.single-location .two-image-text-homepage .two-image-text-homepage__map .map-popup-phone {
    margin: 0 0 12px 0;
    font-size: 14px;
}

.single-location .two-image-text-homepage .two-image-text-homepage__map .map-popup-phone a {
    font-size: 16px;
}

.single-location .two-image-text-homepage .two-image-text-homepage__map .map-popup-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 12px 0;
}