/*
 * Coastal / Leading Safety Training / White Card People
 * Front-end Override Stylesheet
 *
 * This is the single approved location for site-specific CSS overrides.
 * Bricksmaven remains the canonical vendor design system.
 * Third-party plugin/theme vendor files must not be edited directly.
 *
 * Fonts are intentionally not overridden here.
 * Use the Bricksmaven defaults (Figtree body / Outfit headings) for now.
 */


/* =========================================================
   1. BRAND / DESIGN TOKENS
   ========================================================= */

/* BEGIN COASTAL DESIGN TOKEN OVERRIDES */
/*
 * All Coastal/LST/WCP design-token deviations from the Bricksmaven baseline
 * live here. The underlying Bricksmaven design-system options remain locked.
 */
:root {
  --btn-border-radius: 0px;
  --btn-border-radius--hover: 0px;
  --btn-border-width: 0px;
  --btn-border-width--hover: 0px;
  --btn-large-block: 10px;
  --btn-large-font-size: 15px;
  --btn-large-inline: 31px;
  --btn-medium-block: 10px;
  --btn-medium-font-size: 15px;
  --btn-medium-inline: 31px;
  --btn-outline-border-radius: 0px;
  --btn-outline-border-radius--hover: 0px;
  --btn-outline-shadow--hover: none;
  --btn-primary-color: #1d1d1b;
  --btn-primary-color--hover: #1d1d1b;
  --btn-secondary-color: #1d1d1b;
  --btn-secondary-color--hover: #1d1d1b;
  --btn-shadow-hover: none;
  --btn-small-block: 8px;
  --btn-small-font-size: 13px;
  --btn-small-inline: 20px;
  --btn-transition: background-color .2s ease-in-out,color .2s ease-in-out;
  --btn-x-large-block: 12px;
  --btn-x-large-font-size: 16px;
  --btn-x-large-inline: 36px;
  --link-color: #b7aa33;
  --link-color--active: #d0a84a;
  --link-color--hover: #ffcd58;
  --neutral: #303235;
  --primary: #e2d354;
  --primary-d-1: #ddcd49;
  --primary-d-10: #3c350d;
  --primary-d-2: #d4c334;
  --primary-d-3: #c1b12f;
  --primary-d-4: #ae9f2a;
  --primary-d-5: #9b8d26;
  --primary-d-6: #887c21;
  --primary-d-7: #756a1c;
  --primary-d-8: #625917;
  --primary-d-9: #4f4712;
  --primary-l-1: #e5d866;
  --primary-l-10: #fefdf7;
  --primary-l-2: #e8dd77;
  --primary-l-3: #ebe189;
  --primary-l-4: #eee69a;
  --primary-l-5: #f0e9aa;
  --primary-l-6: #f3edbb;
  --primary-l-7: #f6f2cc;
  --primary-l-8: #f9f6dd;
  --primary-l-9: #fcfbed;
  --primary-t-1: rgba(226,211,84,0.09);
  --primary-t-10: rgba(226,211,84,0.91);
  --primary-t-2: rgba(226,211,84,0.18);
  --primary-t-3: rgba(226,211,84,0.27);
  --primary-t-4: rgba(226,211,84,0.36);
  --primary-t-5: rgba(226,211,84,0.45);
  --primary-t-6: rgba(226,211,84,0.55);
  --primary-t-7: rgba(226,211,84,0.64);
  --primary-t-8: rgba(226,211,84,0.73);
  --primary-t-9: rgba(226,211,84,0.82);
  --radius-2xl: 32px;
  --radius-btn: 0px;
  --radius-l: 16px;
  --radius-m: 12px;
  --radius-s: 8px;
  --radius-xl: 24px;
  --radius-xs: 4px;
  --secondary: #ffcd58;
}
/* END COASTAL DESIGN TOKEN OVERRIDES */



/* =========================================================
   2. GLOBAL LAYOUT / TYPOGRAPHY
   ========================================================= */


/* =========================================================
   3. BRICKSMAVEN COMPONENT OVERRIDES
   ========================================================= */

/*
 * Logo 10
 *
 * The sealed Bricksmaven slider has a fixed 9.2rem viewport.
 * Keep each logo inside that viewport instead of allowing tall/square
 * source images to be cropped by Splide's overflow-hidden track.
 */
.bm-logo-10-slide .splide__slide {
  align-items: center;
  justify-content: center;
}

.bm-logo-10-slide .splide__slide > .brxe-image,
.bm-logo-10-slide .splide__slide > .brxe-image > a {
  width: 100%;
  height: 100%;
}

.bm-logo-10-slide .splide__slide > .brxe-image > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bm-logo-10-slide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}


/* =========================================================
   4. WOOCOMMERCE
   ========================================================= */

.bm-product-single-2__main.brxe-block {
  display: block;
}

.bm-product-single-3__footer-content.brxe-block {
  display: block;
}

.bm-product-single__add-to-cart--variation form.cart {
  display: block;
}

.bm-product-single__add-to-cart--variation form.cart .quantity + button,
form.woocommerce-cart-form .quantity + button {
  width: auto;
}

.bm-product-single__product-gallery-single .image.bricks-lazy-load-isotope.bricks-layout-inner.css-filter {
  max-height: 50vh;
}


/* =========================================================
   5. BOOKING ACTIVITIES
   ========================================================= */


/* =========================================================
   6. LEARNDASH
   ========================================================= */


/* =========================================================
   7. HEADER / FOOTER / NAVIGATION
   ========================================================= */

.bm-footer-social > .repeater-item.no-link {
  display: none;
}


/* =========================================================
   8. ACCESSIBILITY / RESPONSIVE CORRECTIONS
   ========================================================= */
/* Product Single: do not show an empty Reviews heading/section. */
.coastal-product-no-reviews .bm-product-single-2__review-wrapper,
.coastal-product-no-reviews .bm-product-single-3__review-wrapper {
  display: none;
}
