/* Scoped to the four question-bank FAQ additions only. */
[data-jcc-intent-faq] h2 { margin-bottom: 28px; }
[data-jcc-intent-faq] details {
  background: #f6f2ea;
  border: 1px solid #d6d0c4;
  color: #202020;
}
[data-jcc-intent-faq] summary {
  /* The established type normalizer reads this token with !important. */
  --jcc-t-body: 21px;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 52px;
  padding: 20px 48px 20px 20px;
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  color: #202020;
  background: transparent;
}
[data-jcc-intent-faq] summary:focus-visible {
  outline: 3px solid #355b4a;
  outline-offset: 3px;
}
[data-jcc-intent-faq] details > div { padding: 0 20px 20px; }
[data-jcc-intent-faq] details p {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #202020;
  letter-spacing: 0;
}
[data-jcc-intent-faq] a { color: #355b4a; text-decoration: underline; }
@media (max-width: 640px) {
  [data-jcc-intent-faq] summary { --jcc-t-body: 19px; font-size: 19px; }
  [data-jcc-intent-faq] details p { font-size: 16px; }
}
