/*
Theme Name:        BOOST SBX
Theme URI:         https://boostsbx.com/
Author:            BOOST SBX
Author URI:        https://boostsbx.com/
Description:       Custom WordPress theme for BOOST SBX — Snowboard Cross Coaching Pathway. Sport-tech editorial design with dark navy and coral brand palette. Includes homepage, programme page, and registration form.
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.6
Requires PHP:      7.4
License:           GPL v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       boost-sbx
Tags:              one-column, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, sports

Main styles are loaded from /assets/css/main.css via functions.php.
This file holds only the theme header and minimal WP-required overrides.
*/

/* WordPress required class overrides */
.alignleft  { float: left; margin: 0.5rem 1.5rem 1rem 0; }
.alignright { float: right; margin: 0.5rem 0 1rem 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide  { width: 100%; }
.alignfull  { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }

.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; color: var(--text-muted, #6B7280); margin-top: 0.5rem; }

.screen-reader-text {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.screen-reader-text:focus {
    position: static;
    width: auto; height: auto;
    clip: auto;
}

.sticky { position: relative; }
