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 p a,
article li a {
  text-decoration: underline;
  text-decoration-thickness: .1em;
  text-underline-offset: .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;
}

.button,
.game-actions button,
.back-top,
.header-actions .button.primary,
.drawer-actions .button.primary,
.faq-chevron {
  background-color: var(--primary) !important;
  background-image: none !important;
  color: var(--buttonText) !important;
}

.hero-cta {
  background-image: linear-gradient(rgba(0, 0, 0, .14), rgba(0, 0, 0, .14)), linear-gradient(105deg, var(--accent), var(--primary)) !important;
}

@media (max-width: 559px) {
  .game h3 {
    font-size: 13px;
  }
}
