/* WO29767_HOME_V9_MOBILE_CONTROL_CLEARANCE_20260515_START */
@media (max-width: 720px) {
  html body.home .v9-living-gate #v9-ground-links {
    bottom: max(9.75rem, calc(env(safe-area-inset-bottom) + 9.75rem)) !important;
    display: grid !important;
    gap: 0.38rem !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: min(calc(100vw - 36px), 342px) !important;
    z-index: 16 !important;
  }

  html body.home .v9-living-gate #v9-ground-links a.v9-ground-link {
    font-size: 0.58rem !important;
    letter-spacing: 0 !important;
    line-height: 1.05 !important;
    min-height: 30px !important;
    min-width: 0 !important;
    padding: 0.42rem 0.28rem !important;
    white-space: nowrap !important;
    width: auto !important;
  }

  html body.home .v9-living-gate #v9-thresholds {
    bottom: max(0.45rem, env(safe-area-inset-bottom)) !important;
    display: grid !important;
    gap: 0.2rem !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    padding: 0.42rem 0.3rem !important;
    width: calc(100vw - 28px) !important;
  }

  html body.home .v9-living-gate #v9-thresholds .v9-threshold {
    min-width: 0 !important;
    padding: 0 0.05rem 0.35rem !important;
    width: auto !important;
  }

  html body.home .v9-living-gate #v9-thresholds .v9-t-ring {
    height: 32px !important;
    width: 32px !important;
  }

  html body.home .v9-living-gate #v9-thresholds .v9-t-label {
    font-size: 0.42rem !important;
    letter-spacing: 0 !important;
    line-height: 1.05 !important;
  }
}
/* WO29767_HOME_V9_MOBILE_CONTROL_CLEARANCE_20260515_END */
