/* CardGrid (component). `.docs-grid` is intentionally :global because the
   RelatedGuides component renders a docs-grid container directly (without
   composing CardGrid), and a handful of pages embed inline docs-grid
   markup. The `.section` wrapper is fully scoped. */
._section_tnoUV { margin-bottom: 2.5rem; }
._section_tnoUV:last-child { margin-bottom: 0; }
.docs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}
