/* Topic branches lead to native disclosures, with answers below each question. */
.faq-tree__root { margin: 0; font-weight: 600; }
.faq-tree,
.faq-tree__questions { list-style: none; max-width: none; margin: 0 0 0 8px; padding: 0; }
.faq-tree__branch,
.faq-tree__question { position: relative; margin: 0; padding: 0 0 0 28px; min-width: 0; }
.faq-tree__branch::before,
.faq-tree__branch::after,
.faq-tree__question::before,
.faq-tree__question::after { content: ""; position: absolute; left: 0; pointer-events: none; }
.faq-tree__branch::before,
.faq-tree__question::before { top: 0; bottom: 0; border-left: var(--hair) solid var(--ink); }
.faq-tree__branch::after { top: 30px; width: 20px; border-top: var(--hair) solid var(--ink); }
.faq-tree__branch:last-child::before { bottom: auto; height: 30px; }
.faq-tree__branch > h2 { margin: 0; padding: 12px 0; border: 0; font: 32px/36px var(--font-px); }
.faq-tree__questions { padding-bottom: 12px; }
.faq-tree__question::after { top: 24px; width: 20px; border-top: var(--hair) solid var(--ink); }
.faq-tree__question:last-child::before { bottom: auto; height: 24px; }
.faq-tree__question details { scroll-margin-top: 80px; }
.faq-tree__question summary {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-height: 48px;
  padding: 10px 8px;
  font: 24px/28px var(--font-px);
  cursor: pointer;
  list-style: none;
  overflow-wrap: anywhere;
}
.faq-tree__question summary::-webkit-details-marker { display: none; }
.faq-tree__question summary::before { content: "+"; flex: 0 0 16px; text-align: center; }
.faq-tree__question details[open] > summary::before { content: "−"; }
.faq-tree__question summary:hover { color: var(--paper); background: var(--ink); }
.faq-tree__question summary:focus-visible,
.faq-table:focus-visible { outline: var(--hair) solid var(--ink); outline-offset: 2px; }
.faq-answer { margin: 4px 0 20px 16px; padding: 8px 0 8px 20px; border-left: var(--hair) solid var(--rule-faint); overflow-wrap: anywhere; }
.faq-answer > :first-child { margin-top: 0; }
.faq-answer > :last-child { margin-bottom: 0; }
.faq-table { max-width: 100%; overflow-x: auto; }
.faq-table table { min-width: 560px; margin: 0; }
.faq-shot { max-width: 640px; margin-inline: 0; }
.faq-shot img { display: block; width: 100%; }
@media (max-width: 720px) {
  .faq-tree__branch,
  .faq-tree__question { padding-left: 16px; }
  .faq-tree__branch::after,
  .faq-tree__question::after { width: 12px; }
  .faq-tree__question summary { gap: 8px; padding-inline: 4px; }
  .faq-answer { margin-left: 0; padding-left: 12px; }
}
@media (max-width: 640px) {
  .faq-table table { display: block; min-width: 0; }
}
@media print {
  .faq-tree__question details::details-content { content-visibility: visible; }
}
