/* v35 — team nav button UA reset and transition (no BS analog) */
.contact-dir__nav-btn {
    -webkit-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.google-map-split-reverse__iframe {
    width: 100%;
    min-height: 400px;
}

@media (min-width: 768px) {
    .google-map-split-reverse__iframe {
        min-height: 600px;
    }
}

/* iframe-normalized */
.google-map-split-reverse__iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
    min-height: 400px;
    display: block;
    border: 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .google-map-split-reverse__iframe {
        height: 600px;
        min-height: 600px;
    }
}


