/* A modest global mobile height reduction for all subpages. */
@media (max-width: 640px) {
  html body:not(.home) main.detail-page > .detail-hero {
    height: 220px !important;
    min-height: 220px !important;
  }

  html body:not(.home) main.detail-page > .mobile-page-tabs {
    min-height: 56px !important;
  }

  html body:not(.home) main.detail-page > .mobile-page-tabs > a {
    min-height: 56px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
