/* 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;
}

.contact-us-flex__min {
    min-width: 0;
}

.contact-us-media__cover {
    object-fit: cover;
}

