/*
 * IT-4You public-site mobile touch-target contract.
 *
 * Preserve the compact desktop presentation while ensuring every primary
 * mobile selector, navigation control, billing-period choice, and plan CTA
 * exposes at least a 44 by 44 CSS-pixel activation area.
 */

@media (max-width: 900px) {
  html body #topbar .topbar-icon-btn,
  html body #topbar .topbar-menu-btn,
  html body .sidebar #sb-close-x {
    block-size: 44px !important;
    inline-size: 44px !important;
    min-block-size: 44px !important;
    min-inline-size: 44px !important;
  }

  html body #sb-locale .sbl-group button {
    min-block-size: 44px !important;
  }

  html body #sb-locale .sbl-group:first-child button {
    min-inline-size: 44px !important;
  }
}

@media (max-width: 768px) {
  html body #it4y-top-strip .ts-langs button,
  html body #it4y-top-strip .ts-curs button {
    min-block-size: 44px !important;
  }

  html body #it4y-top-strip .ts-langs button {
    min-inline-size: 44px !important;
  }

  html body .plans-grid .it4-shopcard .shop-pp,
  html body .plans-grid .it4-shopcard .pc-cta,
  html body .plans-grid .it4-pcard .pc-cta-mkt {
    min-block-size: 44px !important;
  }
}
