/* Google Maps embed — visit section */
.visit-map__embed {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(110, 184, 232, 0.28);
    box-shadow:
        0 1px 2px rgba(30, 51, 72, 0.04),
        0 8px 28px rgba(30, 51, 72, 0.07);
    background: linear-gradient(145deg, #eef6fc 0%, #d8eaf8 100%);
}

.visit-map__embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
