/* faq v25 — three-column numbered minimal trio */
.faq-trio__index {
  font-weight: 200;
  line-height: 1;
}

.faq-trio__headline {
  letter-spacing: 0.2em;
}

.faq-trio__lead {
  max-width: 18rem;
}

@media (min-width: 768px) {
  .faq-trio__lead {
    max-width: 20rem;
  }
}

.glossary-chevron {
    transition: transform 0.3s ease;
}

.glossary-item[open] .glossary-chevron {
    transform: rotate(180deg);
}

