/* Column headings for the grouped footer navigation */
.footer-list-wrapper .footer-col-heading{font-weight:600;color:var(--neutral--800);opacity:.65;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}
.footer-list-wrapper{align-content:start}
.footer-link{transition:color .18s ease, opacity .18s ease}
.footer-link:hover{opacity:.75}
.footer-wrapper a:focus-visible{outline:2px solid var(--accent--primary-1, #b6f34a);outline-offset:3px;border-radius:6px}
@media (max-width:767px){
  .footer-main-pages-grid{grid-row-gap:32px}
  .footer-list-wrapper .footer-col-heading{margin-bottom:10px}
}