*, *::before, *::after { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scrollbar-width: thin; }
body { margin: 0; overflow-x: hidden; background: var(--ez8-white); color: var(--ez8-ink); font-family: var(--ez8-font); font-size: 14px; -webkit-font-smoothing: antialiased; }
body.ez8-dialog-open { overflow: hidden; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
picture { display: block; }
h1, h2, h3, p { margin-top: 0; }
[hidden] { display: none !important; }
.ez8-page { min-height: 100vh; background: #fff; }
.ez8-main { min-width: 0; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.ez8-button {
  min-height: 32px; padding: 0 10px; border: 1px solid transparent; border-radius: 4px;
  display: inline-flex; align-items: center; justify-content: center; gap: 4px;
  background: transparent; font-size: 12px; font-weight: 500; line-height: 16px; text-align: center;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.ez8-button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--ez8-brand); outline-offset: 2px;
}
.ez8-button--brand { border-color: var(--ez8-brand); background: var(--ez8-brand); color: #fff; }
.ez8-button--brand:hover { border-color: var(--ez8-brand-strong); background: var(--ez8-brand-strong); }
.ez8-button--outline { border-color: #d8dce1; background: #fff; color: #4a4f57; }
.ez8-button--outline:hover { border-color: var(--ez8-brand); color: var(--ez8-brand-strong); }
.ez8-button--plain { padding-inline: 10px; }
.ez8-icon, svg { flex: none; }
@media (min-width: 768px) {
  body { font-size: 16px; line-height: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
