/*
 Theme Name:   Sparkling Mindz
 Theme URI:    https://sparklingmindz.com
 Description:  Custom child theme of Twenty Twenty-Four for the Sparkling Mindz Global School website. Page templates auto-load by slug (page-{slug}.php).
 Author:       Sparkling Mindz
 Author URI:   https://sparklingmindz.com
 Template:     twentytwentyfour
 Version:      1.0.0
 Text Domain:  sparkling-mindz
*/

/* All site styles are loaded via assets/css/* — see functions.php enqueue logic. */

/* ─── GLOBAL FOOTER OVERRIDES ─── */
/* Quick Links column lays out as a 2-col grid so the full nav fits
   without making the column awkwardly tall. Loaded here (child theme
   global stylesheet) instead of duplicating across every per-page
   CSS file that already redefines `.footer-links-list`. */
.footer-col-quicklinks .footer-links-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 24px;
}
@media (max-width:760px){
  .footer-col-quicklinks{width:100%!important}
  .footer-col-quicklinks .footer-links-list{grid-template-columns:1fr 1fr}
}

