/* Shared course-page footer navigation only. */
.course-explore-footer{display:flex;align-items:center;justify-content:center;gap:.85rem;margin:clamp(3.5rem,7vw,5.5rem) auto clamp(3.75rem,7vw,5.5rem);padding:0 1rem;color:var(--muted);font-size:1rem;font-weight:500;line-height:1.6;white-space:nowrap}.course-explore-footer a{color:var(--muted);text-decoration:none}.course-explore-footer a:hover,.course-explore-footer a:focus-visible{text-decoration:underline;text-underline-offset:.28rem}.course-explore-footer a:focus-visible{outline:1px solid var(--muted);outline-offset:.3rem}.course-explore-footer span{color:rgba(111,120,105,.38)}
@media(max-width:760px){.course-explore-footer{gap:.55rem;margin:3.25rem auto 3.75rem;padding-inline:.65rem;font-size:.93rem}}
