/* ============================================================================
   HoneyBee Central Web — pages.css
   Per-page marketing styles, migrated out of inline <style> blocks by the CW1
   consolidation. Filled incrementally, page-group by page-group. Loaded globally
   via central_header.

   Unified breakpoint scale: 360 / 480 / 640 / 768 / 1024 / 1280 / 1440 (px).
   ============================================================================ */

/* ── Legal documents — strip-to-site-style (CW1, owner-approved 2026-07-05) ────
   terms_and_conditions was a Microsoft-Word paste (Calibri / point-sizes /
   justify inline on hundreds of nodes). Those typographic inline styles are
   stripped from the markup; this wrapper re-dresses the legal copy in HoneyBee
   typography. Structural inline styles (margin-left indentation, list-style-type
   for a/b/c sub-clauses) are intentionally preserved, so numbering/indentation
   are unchanged — only the font/size/alignment become on-brand. Wording is
   untouched. Apply via class="... legal-doc" on the content wrapper.
   ---------------------------------------------------------------------------- */
.legal-doc { font-family: var(--n-font); color: var(--n-dark); font-size: 15px; line-height: 1.75; }
.legal-doc p { margin: 0 0 14px; }
.legal-doc h1, .legal-doc h2, .legal-doc h3, .legal-doc h4, .legal-doc h5, .legal-doc h6 {
    font-family: 'Montserrat', sans-serif; color: var(--n-dark); font-weight: 800; line-height: 1.25; margin: 28px 0 12px;
}
.legal-doc h1 { font-size: 30px; }
.legal-doc h2 { font-size: 22px; }
.legal-doc h3 { font-size: 18px; }
.legal-doc h4, .legal-doc h5, .legal-doc h6 { font-size: 16px; }
.legal-doc li { margin: 4px 0; }
.legal-doc a { color: var(--n-amber); text-decoration: underline; }
.legal-doc strong, .legal-doc b { color: var(--n-dark); font-weight: 700; }
.legal-doc table { border-collapse: collapse; max-width: 100%; }
.legal-doc td, .legal-doc th { border: 1px solid var(--n-border-md); padding: 8px 10px; }

/* ── Legacy processing / preloader overlay ────────────────────────────────────
   Relocated verbatim from the retired temporary_inline.css (CW1, 2026-07-05).
   ID-scoped (inert unless the element is present); currently referenced by the
   payment-method page and legacy buddybee views — NOT by any marketing page,
   which use #hb-preloader instead. The image URLs are stale (one is an
   unrendered Twig token, one is a hardcoded dev host) and are preserved exactly
   as they were so this move is visually neutral; scheduled for removal once the
   buddybee preloader is confirmed dead.
   ---------------------------------------------------------------------------- */
#buddybee_preloader div {

    background: url("{{ url('dashboard') }}buddybee_assets/images/resized_buddybee.gif");
    width: 20vh;
    height: 20vh;
    margin: auto;
    margin-top: 40vh;
    border-radius: 50%;

    background-size: cover !important;
    background-position: center !important;

}

#buddybee_processing_loader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffffffad;

    display: none;
    /*background-size: cover !important;*/
    /*background-position: center !important;*/

}

#buddybee_processing_loader div {

    background: url(http://honeybee/buddybee_assets/images/resized_buddybee.gif?version=1.3.110);
    width: 20vh;
    height: 20vh;
    margin: auto;
    margin-top: 40vh;
    border-radius: 16px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top !important;
    /* border: 1px solid red; */
    background-color: white;

}

#buddybee_processing_loader p {

    text-align: center !important;
    color: #1d5b9e;
    text-transform: uppercase;
    padding-top: 16vh;
    font-weight: bold;

}
