/*
 * Text Cleaner page: howto + FAQ (tool UI styles stay in style.css).
 * Component namespace: textcleaner-howto, textcleaner-faq*
 */

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

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

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

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

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

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

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

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

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

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

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