body,
button,
input {
  font-family:
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.draft-notice {
  position: relative;
  z-index: 7;
  padding: 8px 16px;
  background: #fff1c7;
  color: #241600;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.game h3 {
  margin: 8px 0 0;
  overflow: hidden;
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faq summary h3 {
  margin: 0;
  font-size: inherit;
  line-height: 1.35;
}
article li a,
article p a {
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.16em;
}
.faq summary {
  min-height: 44px;
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
}
.table-scroll:focus-visible {
  outline: 3px solid var(--link);
  outline-offset: 3px;
}
.back-top,
.button,
.drawer-actions .button.primary,
.faq-chevron,
.game-actions button,
.header-actions .button.primary {
  background-color: var(--primary) !important;
  background-image: none !important;
  color: var(--buttonText) !important;
}
.hero-cta {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)),
    linear-gradient(105deg, var(--accent), var(--primary)) !important;
}
@media (max-width: 559px) {
  .game h3 {
    font-size: 13px;
  }
}
