@media (max-width: 760px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  body:has(.preview-banner:not([hidden])) .site-header {
    top: 64px;
  }

  body:has(.preview-banner:not([hidden])) .hero {
    padding-top: 196px;
  }

  .preview-banner {
    height: 64px;
    min-height: 64px;
  }

  .menu-button {
    min-width: 64px;
    min-height: 44px;
    touch-action: manipulation;
  }

  input,
  select,
  textarea {
    min-height: 48px;
    font-size: 16px;
  }

  .segmented span {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }

  .time-button,
  .show-more-times {
    min-height: 44px;
    font-size: 14px;
    touch-action: manipulation;
  }

  .card-action {
    min-height: 48px;
    touch-action: manipulation;
  }
}
