/* Skip Link Styles */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #521849;
  color: #fff;
  padding: 8px 16px;
  z-index: 10000;
  text-decoration: none;
  font-weight: bold;
}

.skip-link:focus {
  top: 8px;
  left: 8px;
  outline: 3px solid #2563eb;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* FAQ question headings (scoped to content sections, not TOC) */
.faq-page section.level2 > h2 {
  font-size: 1.1rem;
  font-weight: normal;
  color: inherit;
  border-bottom: none;
  padding-bottom: 0;
}
.faq-page section.level2 > h2::before {
  content: "\203A";
  color: #82c4e8;
  font-weight: bold;
  font-size: 1.1em;
  position: absolute;
  left: -1.2em;
}
.faq-page section.level2 > h2 {
  position: relative;
}

/* Print Stylesheet */
@media print {
  .navbar,
  .sidebar,
  .toc-active,
  #quarto-search,
  .page-footer {
    display: none !important;
  }

  .page-columns {
    display: block !important;
  }

  main {
    width: 100% !important;
    max-width: 100% !important;
  }

  a[href^="http"]:after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }

  table {
    page-break-inside: avoid;
  }

  body {
    color: #000 !important;
    background: #fff !important;
  }
}
