.acf-mapbox-map-frontend {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    background: #f3f4f6;
}

.acf-mapbox-popup {
    max-width: 200px;
}

.acf-mapbox-popup img {
    border-radius: 0;
    margin-top: 26px;
    margin-bottom: 8px;
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acf-mapbox-popup strong {
    font-family: 'GT America Condensed', sans-serif;
    display: block;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-right: 30px;
}

.mapboxgl-popup-close-button:hover {
    background: transparent !important;
}
