/*
 * Text Counters page: intro, howto, FAQ (stats UI styles stay in style.css).
 * Component namespace: text-counters-intro, text-counters-howto, text-counters-faq*
 */

.text-counters-intro {
  max-width: 42rem;
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--color-text);
}

.text-counters-howto {
  max-width: 42rem;
  margin: 0 0 1.75rem;
}

.text-counters-howto h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.text-counters-howto p {
  margin: 0;
  line-height: 1.55;
  color: var(--color-text);
}

.text-counters-faq {
  max-width: 42rem;
  margin: 2.5rem 0 0;
}

.text-counters-faq h2 {
  margin: 0 0 1rem;
  font-size: 1.35rem;
}

.text-counters-faq-item {
  border-bottom: 1px solid var(--color-border);
  padding: 0.65rem 0;
}

.text-counters-faq-item:first-of-type {
  border-top: 1px solid var(--color-border);
}

.text-counters-faq-q {
  cursor: pointer;
  list-style: none;
}

.text-counters-faq-q::-webkit-details-marker {
  display: none;
}

.text-counters-faq-heading {
  display: inline;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-text);
}

.text-counters-faq-a {
  margin: 0.5rem 0 0.75rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}
