/* =========================================================
   APPLY PAGE CSS — restored to the theme (Phase 7 reversal)
   Enqueued from inc/assets.php on is_page('apply-for-coaching') (+ QA
   copy) only, as bbwab-apply, depending on bbwab-site.

   This previously lived in Elementor Page Settings -> Advanced ->
   Custom CSS for this page. Moved back into the theme so it is
   version-controlled with the rest of the codebase; the Custom CSS
   box on that page has been cleared to avoid loading it twice.
   ========================================================= */

.bbwab-apply-cap {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bbwab-teal);
    border: 1px solid rgba(0, 199, 183, 0.4);
    border-radius: 999px;
    padding: 7px 16px;
    margin-bottom: 20px;
}

.bbwab-apply .elementor-widget.bbwab-apply-h1 .elementor-heading-title {
    font-size: clamp(42px, 7.5vw, 68px);
}

.bbwab-apply-lede strong {
    color: var(--bbwab-white);
    font-weight: 600;
}

.bbwab-apply-lede {
    max-width: 50ch;
    margin: 16px auto 0;
}