body {
  font-family: Arial, Helvetica, sans-serif;
}

.nav-halftone {
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 4px 4px;
}

.digest-body h2 {
  font-size: 20px;
  font-weight: 900;
  color: #21242e;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  padding: 0.4rem 0.75rem;
  background-color: #9fbee7;
  border-left: 4px solid #f68d1f;
}

.digest-body h3 {
  font-size: 15px;
  font-weight: 700;
  color: #3d4f97;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.digest-body p {
  font-size: 13px;
  line-height: 1.6;
  color: #21242e;
  margin-bottom: 1rem;
}

.digest-body a {
  color: #3d4f97;
  font-weight: 700;
  text-decoration: underline;
}

.toc-box {
  background-color: #dedede;
  border: 2px solid #3d4f97;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
}

.toc-box h2 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  background: none;
  border: none;
  padding: 0;
  color: #21242e;
}

.toc-box ol {
  list-style: decimal;
  padding-left: 1.25rem;
  font-size: 12px;
}

.toc-box a {
  color: #3d4f97;
  font-weight: 700;
  text-decoration: none;
}

.toc-box a:hover {
  text-decoration: underline;
}

.disclaimer-box {
  background-color: #dedede;
  border: 1px solid #3d4f97;
  border-radius: 4px;
  padding: 0.9rem 1.1rem;
  font-size: 11px;
  color: #21242e;
  margin: 1.5rem 0;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  color: #21242e;
}

.faq-item p {
  margin-top: 0.5rem;
}
