/* RelatedGuides (component). The wrapper classes are scoped; the inner
   .docs-section-heading override lands as :global since that primitive
   lives in SectionHeading.module.css. */
._related_rQqkO {
    border-top: 1px solid var(--border);
    margin-top: 3rem;
    padding: 2.5rem 1.5rem 3rem;
    background: var(--bg-2);
}
._inner_DtMiK {
    max-width: 1100px;
    margin: 0 auto;
}
._related_rQqkO .docs-section-heading {
    margin-bottom: 1.25rem;
}
@media (max-width: 640px) {
    ._related_rQqkO { padding: 2rem 1rem 2.25rem; margin-top: 2rem; }
}
