.hf-map-wrap {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(124, 198, 182, 0.35);
    background: #f8faf9;
}

.hf-map-wrap--compact,
.hf-map-wrap.hf-map-wrap--compact {
    min-height: 180px;
}

.hf-map-google iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.hf-leaflet-map {
    min-height: 220px;
    position: relative;
}

.hf-leaflet-map.hf-map-wrap--compact {
    min-height: 180px;
}

.hf-leaflet-map .leaflet-container {
    height: 100%;
    min-height: inherit;
    border-radius: inherit;
    font-family: inherit;
}

.hf-map-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: rgba(248, 250, 249, 0.95);
    z-index: 1;
    font-size: 0.9rem;
    color: #0f3d2e;
}

.hf-leaflet-map.hf-map-ready .hf-map-loading {
    display: none;
}

.hf-map-empty {
    min-height: 180px;
    border-radius: 1rem;
    border: 1px dashed rgba(124, 198, 182, 0.45);
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.08), rgba(14, 165, 233, 0.08));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #0f3d2e;
    font-weight: 600;
    padding: 1rem;
    text-align: center;
}

.hf-map-empty i {
    font-size: 2rem;
}

.hf-footer-map .hf-leaflet-map,
.hf-footer-map .hf-map-google {
    min-height: 140px;
}

@media (max-width: 575.98px) {
    .hf-leaflet-map {
        min-height: 200px;
    }
}
