/*
Theme Name: FutureSchool Redesign
Theme URI: https://www.futureschool.com/
Description: The 2026 FutureSchool redesign, delivered as a child theme of futureschool2. Every redesign page is an opt-in page template. Activating this theme changes nothing until a page is switched to one of its templates.
Author: Thrive
Version: 1.2.0
Template: futureschool2
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: futureschool-redesign
*/

/*
  This file carries the child-theme header only.
  The design ships as built stylesheets in assets/_astro/.
  Never hand-edit those files. Edit site/src and run: npm run theme
*/

/*
  Carried over from the parent theme's style.css.
  A child theme's style.css replaces the parent's wherever the parent enqueued
  get_stylesheet_uri(), so this rule would otherwise be lost. On the live site
  only /shop/ loads that stylesheet and it has no countries dropdown, so the
  rule is dormant today. It is kept so the child is not missing anything the
  parent had.
*/
.countries-dropdown option { padding: 0px 12px !important; }
