
/* Header & footer updates for landing navigation and sample-site footer list */
.guide-mega__grid{align-items:start}
.guide-group{display:flex;flex-direction:column;min-height:0}
.guide-group__links{display:grid;gap:8px;max-height:332px;overflow:auto;padding-inline-end:6px;scrollbar-width:thin}
.guide-group__links::-webkit-scrollbar{width:8px}
.guide-group__links::-webkit-scrollbar-thumb{background:rgba(104,71,245,.22);border-radius:999px}
.guide-group__links::-webkit-scrollbar-track{background:rgba(104,71,245,.06);border-radius:999px}
.guide-group__links>a,.guide-group__links>.guide-group__empty{min-height:56px}
.footer-links--samples a{display:block}
.footer-links--samples strong{margin-bottom:10px;display:block}
@media (max-width:980px){.guide-group__links{max-height:288px}}

/* Mobile only: keep the original guide UI; if a category has more than 5 links, scroll inside that category. */
@media (max-width:980px){
  .mobile-guide__links{max-height:170px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
  .mobile-guide__links::-webkit-scrollbar{width:5px}
  .mobile-guide__links::-webkit-scrollbar-thumb{background:rgba(104,71,245,.22);border-radius:999px}
  .mobile-guide__links::-webkit-scrollbar-track{background:transparent}
}
