/* ==========================================================================
   TEAM WOW / DOMINO'S MASTER BRAND DESIGN SYSTEM
   Authoritative Global CSS Tokens, Typography & Shell Components
   CDN Location: https://teamwow-assets.pages.dev/brand_master.css
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. MASTER DOMINO'S TYPOGRAPHY SYSTEM
   All @font-face rules registered as font-weight: normal to prevent synthetic
   bolding or browser fallback to Arial. Native font files supply their own weight.
   -------------------------------------------------------------------------- */

/* Tier 1: Display / Hero (ExtraBlack) */
@font-face {
    font-family: 'ExtraBlack';
    src: url('fonts/Dominos Sans Header 1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Header1';
    src: url('fonts/Dominos Sans Header 1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PizzaPress';
    src: url('fonts/Dominos Sans Header 1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Tier 2: Primary Headers (ExtraBold) */
@font-face {
    font-family: 'ExtraBold';
    src: url('fonts/Dominos Sans Header 2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Header2';
    src: url('fonts/Dominos Sans Header 2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Tier 3: Action & Banners (Subhead 1 - Inherently Bold) */
@font-face {
    font-family: 'Subhead1';
    src: url('fonts/Dominos Sans Subhead 1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Tier 4: Labels & Badges (Subhead 2 - SemiBold) */
@font-face {
    font-family: 'Subhead2';
    src: url('fonts/Dominos Sans Subhead 2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Tier 5: Body & Reading (Body Compact Regular) */
@font-face {
    font-family: 'Compact';
    src: url('fonts/Dominos Sans Body Compact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OneDotCd';
    src: url('fonts/Dominos Sans Body Compact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Tier 6: Data Tables, Form Numbers & Compact Values (Body Condensed Regular) */
@font-face {
    font-family: 'Condensed';
    src: url('fonts/Dominos Sans Body Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------------------------------------------
   2. AUTHORITATIVE BRAND TOKENS
   -------------------------------------------------------------------------- */
:root {
    /* --- Blue Hierarchy --- */
    --brand-blue: #0090e2;          /* Primary Brand Blue: Top Nav Header, Segment Bars, Active Badges */
    --med-blue: #0077bd;            /* Medium Blue: Major Section Headers ("WHAT'S NEW", "START YOUR ORDER") */
    --dark-blue: #005c91;           /* Dark Blue: Card-Level Hero Depth, Branded Footer */

    /* --- Red Hierarchy --- */
    --brand-red: #ff0000;           /* Domino's Red: Primary Action Buttons, Accent Underlines, "NEW!" Tags */
    --dark-red: #910000;            /* Deep Red: Hover States, Urgency Alerts, Low-Spot Indicators */
    --red-soft-bg: #fff1f1;         /* Warm Red Tint: Alert Cards, Missed Attendance Badges */

    /* --- Authentic Crust Palette (Canvas, Cards & Content) --- */
    --crust-base: #fefaf6;          /* Main Page Canvas Background */
    --crust-light: #faf2e9;         /* Card Background: Session Cards, Menu Tiles, Containers */
    --crust-med: #f0decc;           /* Accent: Warm Crust Borders, Card Dividers, Separator Hairlines */
    --crust-dark: #c0a588;          /* Accent: Input Field Outlines, Outline Pill Borders */
    --crust-deep: #603913;          /* Category Labels, Subhead Text */
    --crust-burnt: #472b10;         /* Primary High-Contrast Text, Crust Button Fill */

    /* --- Rare Inner Container & Neutrals --- */
    --inner-white: #ffffff;         /* Inner Sub-Cards, White Card Tiles */
    --brand-grey: #6c757d;          /* Muted Secondary Text, Disabled State Backgrounds */
    --disabled-bg: #bcc6cc;         /* Disabled Action Buttons */
    --success-green: #117a30;       /* Positive Status Indicators, Verified Checkmarks */

    /* --- Radii & Elevation --- */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --radius-pill: 9999px;          /* Authentic Domino's Pill Buttons */

    --shadow-sm: 0 2px 6px rgba(71, 43, 16, 0.08);
    --shadow-md: 0 4px 14px rgba(71, 43, 16, 0.12);
    --shadow-lg: 0 10px 24px rgba(71, 43, 16, 0.16);
    --shadow-blue-glow: 0 2px 8px rgba(0, 144, 226, 0.28);
    --shadow-red-glow: 0 3px 10px rgba(255, 0, 0, 0.32);
}

/* --------------------------------------------------------------------------
   3. GLOBAL FOUNDATIONS
   -------------------------------------------------------------------------- */
body {
    background-color: var(--crust-base);
    color: var(--crust-burnt);
    font-family: 'Compact', 'Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none !important;
}

/* --------------------------------------------------------------------------
   4. THE MASTER 6-TIER DOMINO'S TYPOGRAPHY CLASSES
   -------------------------------------------------------------------------- */
/* Tier 1: Display & Page Heroes ("WHAT'S NEW", "START YOUR ORDER") */
.font-hero, h1.brand-hero {
    font-family: 'ExtraBlack', 'Header1', serif;
    font-weight: normal !important;
    letter-spacing: 0.5px;
}

/* Tier 2: Primary Headers (Major feature containers, dialog titles) */
.font-primary-header, h2.brand-header {
    font-family: 'ExtraBold', 'Header2', sans-serif;
    font-weight: normal !important;
    letter-spacing: 0.5px;
}

/* Tier 3: Action, Buttons & Banners ("ADD DEAL", "TRACK ORDER", "MENU") */
.font-action, .btn-pill-red, .btn-pill-crust, .btn-pill-outline, .btn-pill-blue {
    font-family: 'Subhead1', sans-serif;
    font-weight: normal !important;
    letter-spacing: 0.5px;
}

/* Tier 4: Labels & Badges (Card tags, status badges, secondary labels) */
.font-badge, .badge-spots-blue, .badge-spots-low, .badge-date-blue {
    font-family: 'Subhead2', sans-serif;
    font-weight: normal !important;
    letter-spacing: 0.5px;
}

/* Tier 5: Body & Reading (Long-form descriptions, policies, articles) */
.font-reading, p.brand-reading {
    font-family: 'Compact', sans-serif;
    font-weight: normal !important;
    line-height: 1.55;
}

/* Tier 6: Data Tables, Form Numbers & Compact Values */
.font-data, table.brand-data, input.input-dominos {
    font-family: 'Condensed', sans-serif;
    font-weight: normal !important;
    letter-spacing: 0.3px;
}

/* --------------------------------------------------------------------------
   5. BUTTON STYLES (MATCHING DOMINOS.COM)
   -------------------------------------------------------------------------- */
/* Primary Red Pill Button ("TRACK ORDER", "ADD DEAL", "REGISTER") */
.btn-pill-red {
    background-color: var(--brand-red);
    color: #ffffff;
    border: none;
    border-radius: var(--radius-pill);
    padding: 12px 24px;
    font-family: 'Subhead1', sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: var(--shadow-red-glow);
    transition: background-color 0.2s, transform 0.1s, box-shadow 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.btn-pill-red:hover:not(:disabled) {
    background-color: var(--dark-red);
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(145, 0, 0, 0.4);
}

.btn-pill-red:disabled {
    background-color: var(--disabled-bg);
    cursor: not-allowed;
    box-shadow: none;
}

/* Solid Crust Burnt Pill Button ("MENU" pill) */
.btn-pill-crust {
    background-color: var(--crust-burnt);
    color: #ffffff;
    border: none;
    border-radius: var(--radius-pill);
    padding: 12px 24px;
    font-family: 'Subhead1', sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: background-color 0.2s, transform 0.1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.btn-pill-crust:hover:not(:disabled) {
    background-color: var(--crust-deep);
    transform: translateY(-1px);
}

/* Inactive / Outline Pill Button ("RECENT ITEMS") */
.btn-pill-outline {
    background-color: transparent;
    color: var(--crust-deep);
    border: 2px solid var(--crust-dark);
    border-radius: var(--radius-pill);
    padding: 10px 22px;
    font-family: 'Subhead1', sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.btn-pill-outline:hover:not(:disabled) {
    background-color: var(--crust-light);
    border-color: var(--crust-deep);
    color: var(--crust-burnt);
}

/* Vibrant Brand-Blue Button (Navigation Links, Secondary Triggers) */
.btn-pill-blue {
    background-color: var(--brand-blue);
    color: #ffffff;
    border: none;
    border-radius: var(--radius-pill);
    padding: 10px 20px;
    font-family: 'Subhead1', sans-serif;
    font-size: 15px;
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: var(--shadow-blue-glow);
    transition: background-color 0.2s, transform 0.1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.btn-pill-blue:hover:not(:disabled) {
    background-color: var(--med-blue);
    transform: translateY(-1px);
}

/* --------------------------------------------------------------------------
   6. CARD & CONTAINER ARCHITECTURE
   -------------------------------------------------------------------------- */
.card-dominos {
    background-color: var(--crust-light);
    border: 1.5px solid var(--crust-med);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.card-dominos:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.card-inner-white {
    background-color: var(--inner-white);
    border: 1.5px solid var(--crust-med);
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: var(--shadow-sm);
}

/* --------------------------------------------------------------------------
   7. BADGES & PILL TAGS
   -------------------------------------------------------------------------- */
.badge-new {
    background-color: var(--brand-red);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: var(--radius-sm);
    font-family: 'Subhead1', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
}

.badge-date-blue {
    background-color: var(--brand-blue);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    font-family: 'Subhead1', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-blue-glow);
    display: inline-flex;
    align-items: center;
}

.badge-spots-blue {
    background-color: #eef7fd;
    color: var(--dark-blue);
    border: 1px solid #c9e6f8;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    font-family: 'Subhead2', sans-serif;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.badge-spots-low {
    background-color: var(--red-soft-bg);
    color: var(--dark-red);
    border: 1px solid #f8c8c8;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    font-family: 'Subhead2', sans-serif;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* --------------------------------------------------------------------------
   8. FORM INPUTS & TEXT CONTROLS
   -------------------------------------------------------------------------- */
.input-dominos {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--crust-dark);
    border-radius: var(--radius-md);
    background-color: var(--crust-base);
    color: var(--crust-burnt);
    font-family: 'Condensed', sans-serif;
    font-size: 17px;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.input-dominos:focus {
    outline: none;
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 3px rgba(0, 144, 226, 0.25);
    background-color: #ffffff;
}

.input-dominos::placeholder {
    color: #998877;
}

.input-label {
    display: block;
    font-family: 'Subhead1', sans-serif;
    font-size: 14px;
    color: var(--dark-blue);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

/* --------------------------------------------------------------------------
   9. STANDARDIZED PORTAL HEADER & FOOTER SHELL
   -------------------------------------------------------------------------- */
header, .portal-header, header.gm-header {
    background-color: var(--brand-blue);
    border-bottom: 4px solid var(--brand-red);
    color: var(--crust-base);
    padding: 10px 20px;
    padding-top: calc(10px + env(safe-area-inset-top, 0px));
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(71, 43, 16, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-sizing: border-box;
    width: 100%;
}

.portal-header-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.header-left, .portal-header-left, .portal-logo-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    flex-shrink: 0;
}

.header-logo, .logo, .portal-logo-img {
    height: 38px;
    width: auto;
    display: block;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.header-logo:hover, .portal-logo-img:hover {
    transform: scale(1.03);
}

.header-titles, .header-text, .portal-header-titles {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 2px;
}

.header-titles h1, header h1, .portal-header-title {
    margin: 0;
    font-family: 'ExtraBlack', 'Header1', serif;
    font-size: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--crust-base) !important;
    font-weight: normal !important;
}

.header-titles p, .subtitle, .portal-header-subtitle {
    margin: 0;
    font-family: 'Subhead2', sans-serif;
    font-size: 13px;
    color: var(--crust-base) !important;
    opacity: 0.95;
    letter-spacing: 0.8px;
    line-height: 1.2;
    text-transform: uppercase;
}

.portal-tagline {
    font-family: 'Subhead1', sans-serif;
    color: var(--crust-base);
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.15);
    padding: 4px 12px;
    border-radius: var(--radius-pill);
    flex-shrink: 0;
}

/* Header Trainee Badge Slot (Optional) */
.header-trainee-badge {
    background-color: var(--dark-blue);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--radius-pill);
    padding: 4px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.trainee-badge-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.trainee-badge-label {
    font-family: 'Subhead2', sans-serif;
    font-size: 11px;
    letter-spacing: 0.6px;
    color: rgba(254, 250, 246, 0.85);
    text-transform: uppercase;
    line-height: 1.1;
}

.trainee-badge-name {
    font-family: 'ExtraBold', sans-serif;
    font-size: 17px;
    color: var(--crust-base);
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.trainee-badge-store {
    font-family: 'Subhead1', sans-serif;
    font-size: 15px;
    color: var(--crust-base);
    letter-spacing: 0.5px;
    background: rgba(0, 144, 226, 0.35);
    padding: 2px 8px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Branded Market Pill (e.g. "Dallas Market", "Denver Market") */
.market-pill {
    background-color: var(--brand-red);
    color: var(--crust-base) !important;
    padding: 6px 14px;
    border-radius: var(--radius-pill);
    font-family: 'Subhead1', sans-serif;
    font-size: 13px;
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 2px 6px rgba(255, 0, 0, 0.3);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .market-pill {
        padding: 4px 10px;
        font-size: 11px;
        letter-spacing: 0.5px;
    }
}

/* Branded Portal Footer */
.portal-footer {
    background-color: var(--dark-blue);
    border-top: 3px solid var(--brand-red);
    color: #ffffff;
    padding: 10px 20px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    margin-top: auto;
    text-align: left;
}

.portal-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 2px;
}

.footer-title {
    font-family: 'Subhead1', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--crust-base);
}

.footer-subtitle {
    font-family: 'Compact', sans-serif;
    font-size: 12px;
    color: rgba(254, 250, 246, 0.8);
}

.footer-meta {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-copy {
    margin: 0;
    font-family: 'Compact', sans-serif;
    font-size: 12px;
    color: rgba(254, 250, 246, 0.9);
}

.footer-security {
    margin: 0;
    font-family: 'Subhead2', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-crust-code {
    margin: 0;
    font-size: 12px;
    color: #81d4fa;
    font-family: 'Subhead2', sans-serif;
}

@media (max-width: 768px) {
    header, .portal-header, header.gm-header {
        padding: 10px 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        row-gap: 8px;
    }

    .header-left, .portal-header-left {
        display: contents;
    }

    .header-logo, .logo, .portal-logo-img {
        height: 34px;
        width: auto;
        order: 1;
    }

    .market-pill, .header-actions {
        order: 2;
        margin-left: auto;
    }

    .header-titles, .header-text, .portal-header-titles {
        order: 3;
        width: 100%;
        margin-top: 2px;
        padding-top: 6px;
        border-top: 1px solid rgba(254, 250, 246, 0.2);
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .header-titles h1, header h1, .portal-header-title, .header-text h1 {
        font-size: 21px !important;
        line-height: 1.15 !important;
        letter-spacing: 0.5px !important;
        text-align: center !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .header-titles p, .subtitle, .portal-header-subtitle, .header-text p, .header-text .subtitle {
        font-size: 12.5px !important;
        margin-top: 2px !important;
        letter-spacing: 0.8px !important;
        line-height: 1.3 !important;
        text-align: center !important;
        width: 100% !important;
    }

    .header-trainee-badge {
        order: 4;
        width: 100%;
        margin: 6px auto 0 auto !important;
        justify-content: center !important;
    }

    .portal-footer {
        text-align: center;
    }
    .portal-footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    .footer-brand {
        align-items: center;
        text-align: center;
    }
    .footer-meta {
        align-items: center;
        text-align: center;
    }
}

/* --------------------------------------------------------------------------
   10. UNIVERSAL BRANDED MODALS
   -------------------------------------------------------------------------- */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(30, 20, 10, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-card {
    background-color: var(--crust-light);
    border-radius: var(--radius-lg);
    max-width: 680px;
    width: 100%;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 16px 40px rgba(71, 43, 16, 0.28);
    border: 2px solid var(--crust-med);
    animation: modalSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(20px) scale(0.98);
    }
    to {
        transform: translateY(0) scale(1);
    }
}

.modal-header {
    background-color: var(--brand-blue);
    color: #ffffff;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid var(--brand-red);
}

.modal-header h3 {
    margin: 0;
    font-family: 'Subhead1', sans-serif;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
}

.modal-close-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: transform 0.15s ease;
}

.modal-close-btn:hover {
    transform: scale(1.15);
}

.modal-body {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
    line-height: 1.55;
    font-size: 16px;
    color: var(--crust-burnt);
    font-family: 'Compact', sans-serif;
}

.modal-footer {
    padding: 16px 24px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    background-color: var(--crust-light);
    border-top: 1.5px solid var(--crust-med);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Branded Policy / Alert Blocks inside Modals or Pages */
.policy-block {
    background-color: var(--crust-base);
    border: 1.5px solid var(--crust-med);
    border-left: 6px solid var(--brand-blue);
    border-radius: var(--radius-sm);
    padding: 16px 18px;
    margin-bottom: 14px;
    box-shadow: var(--shadow-sm);
}

.policy-block.alert-block {
    border-left-color: var(--brand-red);
    background-color: var(--red-soft-bg);
}
