.elementor-kit-278{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3a6c6eb:#FFFFFF;--e-global-color-648a1e3:#2F2F2F;--e-global-color-62ea2e7:#82FF1F;--e-global-typography-primary-font-family:"Manuale";--e-global-typography-primary-font-size:1.2rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:1.2rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manuale";--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-278 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}.site-footer .site-branding .site-logo img{width:65px;max-width:65px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  /* Core Brand Colors */
  --fchs-purple: #4b2682;       /* Deep Lambkin Purple */
  --fchs-purple-light: #6a3aab; /* Lighter purple for hovers/accents */
  --fchs-purple-dark: #311856;  /* Darker purple for active states/borders */
  --white-smoke: #f5f5f5;       /* Smoky shade of white */
  
  --fchs-gold: #fdb927;         /* Vibrant Lambkin Gold */
  --fchs-gold-light: #ffce63;   /* Lighter gold for highlights */
  --fchs-gold-dark: #d89a18;    /* Darker gold for contrast */

  /* Neutral Colors */
  --text-primary: #333333;      /* Dark gray for readability */
  --text-secondary: #555555;    /* Medium gray for supporting text */
  --bg-primary: #ffffff;        /* White background */
  --bg-secondary: #f4f4f4;      /* Light gray for sections/cards */
  --border-color: #e0e0e0;      /* Subtle borders */

  /* Typography */
  --font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-family-heading: 'Montserrat', sans-serif;
}

/* =========================================
   Layout & Structural
   ========================================= */

.site-header,
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--fchs-purple);
  background: radial-gradient(ellipse at center, rgb(94, 64, 142) 0%, rgb(48, 27, 81) 96%);
}

.site-header {
  border-bottom: 4px solid var(--fchs-gold);
}

.site-footer {
  border-top: 4px solid var(--fchs-gold);
}

.page-header {
  display: flex;
  align-self: center;
  align-items: center;
  height: 5rem;
  margin-top: 0.25rem;
  background-color: var(--fchs-purple-dark);
  color: var(--fchs-gold);
  text-align: center;
}

.header__menu {
  color: #ffffff;
}

/* =========================================
   Section Headings
   ========================================= */

/* Shared Layout & Typography for all section headings */
.section-heading-gold,
.section-heading-purple,
.section-heading-white,
.section-heading-black {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 0.5rem 1rem;
  margin: 0.25rem auto 0;
  border-radius: 1rem;
  
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Specific Heading Themes */
.section-heading-gold {
  background-color: var(--fchs-gold-light);
  color: var(--fchs-purple-dark);
  border: 3px solid var(--fchs-purple-dark);
}

.section-heading-purple {
  background-color: var(--fchs-purple-dark);
  color: var(--fchs-gold-light);
  border: 3px solid var(--fchs-gold-light);
}

.section-heading-white {
  background-color: var(--white-smoke);
  color: var(--fchs-purple-dark);
  border: 3px solid var(--fchs-purple-dark);
}

.section-heading-black {
  background-color: #ffffff;
  color: #000000;
  border: 3px solid #000000;
}

/* =========================================
   Coach Information Components
   ========================================= */

.container__coachInfo {
  align-content: center;
  background-color: var(--bg-secondary);
  border: 1px solid var(--fchs-purple); 
  border-radius: 15px;
}

.container__coachName {
  display: flex; 
  justify-content: center;
  align-items: center;
}

.heading__coachName {
  text-align: center;
}

.textEditor__coachRole {
  font-size: 14px !important;
  text-align: center;
}

/* =========================================
   Elementor Overrides
   ========================================= */

.elementor-divider {
  align-self: center;
}

.elementor-text-editor {
  font-family: var(--font-family-base);
  font-size: 1.5rem;
}/* End custom CSS */