/* Mobile media integrity: keep the brand badge and supplied directions map
   at their native proportions even when older cached layout rules remain. */
@media (max-width: 880px) {
  .exact-brand .brand-v2-mark {
    box-sizing: border-box !important;
    right: 18px !important;
    bottom: 5% !important;
    left: auto !important;
    width: clamp(118px, 35vw, 148px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 12px 10px 10px !important;
    overflow: hidden !important;
    background: #263241 !important;
    background-image: none !important;
  }

  .exact-brand .brand-v2-mark img {
    display: block !important;
    width: 100% !important;
    max-width: 128px !important;
    height: auto !important;
    max-height: 68px !important;
    aspect-ratio: 1200 / 565 !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    filter: none !important;
  }

  .exact-brand .brand-v2-mark span {
    display: block !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, .68) !important;
    font: 700 6px/1.2 Arial, sans-serif !important;
    letter-spacing: .16em !important;
    white-space: nowrap !important;
  }

  .exact-contact .contact-map-shell {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 950 / 840 !important;
    overflow: hidden !important;
  }

  .exact-contact .contact-map-illustration {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 950 / 840 !important;
    overflow: hidden !important;
  }

  .exact-contact .contact-map-illustration img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: 950 / 840 !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
  }

  .exact-contact .contact-map-illustration:hover img {
    transform: none !important;
  }

  .exact-contact .contact-map-illustration > span {
    right: 10px !important;
    bottom: 51px !important;
    max-width: calc(100% - 20px) !important;
    padding: 7px 9px !important;
    font-size: 9px !important;
  }

  .exact-contact .contact-map-illustration > b {
    right: 10px !important;
    bottom: 10px !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 22px !important;
  }
}
