/* SectionHeading (component). The class is :global because CardGrid,
   RelatedGuides, and a couple of pages render this heading via a plain
   string className. */
.docs-section-heading {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--text-dim);
    margin: 0 0 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--border);
}
