/* Mobile SEO extras. Do not restyle header lockup / brand wordmark. */

.fixed.inset-x-0.bottom-0 {
  padding-bottom: calc(0.625rem + env(safe-area-inset-bottom, 0px));
}

body.pb-16 {
  padding-bottom: calc(6.75rem + env(safe-area-inset-bottom, 0px)) !important;
}

input.field,
textarea.field {
  font-size: 16px;
}

[data-menu-toggle],
header .lang-switch {
  min-width: 44px;
  min-height: 44px;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 639px) {
  h1.display {
    font-size: 1.35rem;
    line-height: 1.32;
  }

  .hero-slider[data-slider] [data-slide]:not(.is-active) {
    display: none;
  }
}
