/* Common imports for all CSS modules */
/*
 * This source is generated by bin/gen/licon.py. Run licon.py after changing public/font/lichess.sfd
 *
 * Constant names and values are pulled from private use characters defined in the sfd file.
 *
 * Character names can be edited in fontforge's "glyph info" dialog, or by editing the StartChar: line that
 * begins each character chunk in lichess.sfd
 *
 * To make these characters visible in your editor, install the lichess.ttf font (which is also generated by
 * licon.py) and then add it to your editor's font list.
 */
/* Uniboard: keep the same page layout across pages */
/* text printed directly on the page background deserves special treatment (transp theme) */
.faq .question {
  border-radius: 7px;
}

/* helps with clipping background into border-radius */
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  ::details-content {
    transition: height 0.3s ease, content-visibility 0.3s ease allow-discrete;
    height: 0;
    overflow: clip;
  }
  [open]::details-content {
    height: auto;
  }
}
html.transp .faq .question {
  backdrop-filter: blur(6px);
}
.faq .question {
  border: 1px solid var(--c-border);
  background: var(--c-bg-zebra);
  padding: 1em 2em;
  margin-top: 1em;
}
.faq .question + h2 {
  margin-top: 1.3em;
}
.faq .question:open summary,
.faq .question:open summary::marker {
  color: var(--c-accent);
}
.faq .question summary {
  font-size: 1.3em;
  padding-top: 0;
  cursor: pointer;
  font-weight: bold;
}
.faq .question summary::marker {
  color: var(--c-font-dim);
}
.faq .question summary span {
  margin-left: 0.25em;
}
.faq .question .answer {
  padding-top: 0.5em;
}
.faq .question .answer *:last-child {
  margin-bottom: 0.25em;
}
.faq h2 {
  margin-bottom: 0.3em;
}
.faq h4 {
  font-size: 1.2em;
  margin: 0.5rem 0;
}
.faq ol li {
  list-style: decimal outside;
}
.faq ul li {
  list-style: disc outside;
}
.faq ol,
.faq ul {
  margin-inline-start: 2em;
  margin-bottom: 1em;
}
.faq em {
  font-style: italic;
}
.faq img {
  max-width: 100%;
}

/*# sourceMappingURL=bits.faq.css.map */
