/* /Components/BagelStation.razor.rz.scp.css */
.bagel-station-page[b-7o6fvedymi] {
    --station-red: #9f1d20;
    --station-red-dark: #741316;
    --station-cream: #f7f0e4;
    --station-tan: #dfc69f;
    --station-brown: #34251d;
    --station-dark: #171310;
    --station-white: #ffffff;
    --station-muted: #6e625a;
    min-height: 100vh;
    background: var(--station-cream);
    color: var(--station-dark);
    font-family: Arial, Helvetica, sans-serif;
}

.site-header[b-7o6fvedymi] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(52, 37, 29, 0.12);
    backdrop-filter: blur(12px);
}

.header-content[b-7o6fvedymi] {
    width: min(1180px, calc(100% - 40px));
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 36px;
}

.brand[b-7o6fvedymi] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.brand-logo[b-7o6fvedymi] {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.brand-text[b-7o6fvedymi] {
    display: flex;
    flex-direction: column;
}

.brand-name[b-7o6fvedymi] {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
}

.brand-location[b-7o6fvedymi] {
    margin-top: 5px;
    color: var(--station-muted);
    font-size: 0.74rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.desktop-nav[b-7o6fvedymi] {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
}

    .desktop-nav a[b-7o6fvedymi] {
        color: var(--station-dark);
        font-size: 0.94rem;
        font-weight: 700;
        text-decoration: none;
    }

        .desktop-nav a:hover[b-7o6fvedymi] {
            color: var(--station-red);
        }

.header-order-button[b-7o6fvedymi],
.primary-button[b-7o6fvedymi],
.secondary-button[b-7o6fvedymi],
.dark-button[b-7o6fvedymi],
.outline-button[b-7o6fvedymi],
.conductor-button[b-7o6fvedymi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.header-order-button[b-7o6fvedymi],
.primary-button[b-7o6fvedymi] {
    background: var(--station-red);
    color: var(--station-white);
}

    .header-order-button:hover[b-7o6fvedymi],
    .primary-button:hover[b-7o6fvedymi] {
        background: var(--station-red-dark);
        color: var(--station-white);
        transform: translateY(-2px);
    }

.hero-section[b-7o6fvedymi] {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url("/images/bagel-station-hero.jpg") center / cover no-repeat;
}

.hero-overlay[b-7o6fvedymi] {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(18, 12, 8, 0.92) 0%, rgba(18, 12, 8, 0.72) 48%, rgba(18, 12, 8, 0.35) 100%);
}

.hero-content[b-7o6fvedymi] {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 80px 0;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    align-items: center;
    gap: 60px;
}

.hero-copy[b-7o6fvedymi] {
    max-width: 680px;
    color: var(--station-white);
}

.eyebrow[b-7o6fvedymi] {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--station-red);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-copy .eyebrow[b-7o6fvedymi] {
    color: #f0c778;
}

.hero-copy h1[b-7o6fvedymi] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.hero-copy p[b-7o6fvedymi] {
    max-width: 620px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.15rem;
    line-height: 1.75;
}

.hero-actions[b-7o6fvedymi] {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.secondary-button[b-7o6fvedymi] {
    border: 2px solid rgba(255, 255, 255, 0.76);
    color: var(--station-white);
}

    .secondary-button:hover[b-7o6fvedymi] {
        background: var(--station-white);
        color: var(--station-dark);
        transform: translateY(-2px);
    }

.hero-details[b-7o6fvedymi] {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.87rem;
    font-weight: 700;
}

.detail-divider[b-7o6fvedymi] {
    color: #f0c778;
}

.conductor-card[b-7o6fvedymi] {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.conductor-image-wrapper[b-7o6fvedymi] {
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: radial-gradient(circle at top, #f7e8cb, #d5ae74);
}

.conductor-image[b-7o6fvedymi] {
    width: 85%;
    max-height: 280px;
    object-fit: contain;
    object-position: bottom;
}

.conductor-content[b-7o6fvedymi] {
    padding: 28px;
}

.conductor-label[b-7o6fvedymi] {
    color: var(--station-red);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.conductor-content h2[b-7o6fvedymi] {
    margin: 10px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.9rem;
}

.conductor-content p[b-7o6fvedymi] {
    margin: 0;
    color: var(--station-muted);
    line-height: 1.65;
}

.conductor-button[b-7o6fvedymi] {
    width: 100%;
    margin-top: 22px;
    background: var(--station-dark);
    color: var(--station-white);
}

    .conductor-button:hover[b-7o6fvedymi] {
        background: var(--station-red);
        color: var(--station-white);
        transform: translateY(-2px);
    }

.menu-section[b-7o6fvedymi],
.about-section[b-7o6fvedymi],
.location-section[b-7o6fvedymi] {
    padding: 100px 0;
}

.section-heading[b-7o6fvedymi] {
    width: min(760px, calc(100% - 40px));
    margin: 0 auto 50px;
    text-align: center;
}

    .section-heading h2[b-7o6fvedymi],
    .about-card h2[b-7o6fvedymi],
    .location-content h2[b-7o6fvedymi],
    .favorites-copy h2[b-7o6fvedymi] {
        margin: 0;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(2.2rem, 4vw, 3.5rem);
        line-height: 1.08;
    }

    .section-heading p[b-7o6fvedymi] {
        margin: 20px auto 0;
        color: var(--station-muted);
        font-size: 1.05rem;
        line-height: 1.7;
    }

.category-grid[b-7o6fvedymi] {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.category-card[b-7o6fvedymi] {
    overflow: hidden;
    border-radius: 22px;
    background: var(--station-white);
    color: inherit;
    text-decoration: none;
    box-shadow: 0 16px 48px rgba(52, 37, 29, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .category-card:hover[b-7o6fvedymi] {
        color: inherit;
        transform: translateY(-8px);
        box-shadow: 0 24px 64px rgba(52, 37, 29, 0.18);
    }

.category-image[b-7o6fvedymi] {
    height: 210px;
    background-position: center;
    background-size: cover;
}

.bagels-image[b-7o6fvedymi] {
    background-image: url("/images/menu-bagels.jpg");
}

.breakfast-image[b-7o6fvedymi] {
    background-image: url("/images/menu-breakfast.jpg");
}

.melts-image[b-7o6fvedymi] {
    background-image: url("/images/menu-melts.jpg");
}

.deli-image[b-7o6fvedymi] {
    background-image: url("/images/menu-deli.jpg");
}

.category-content[b-7o6fvedymi] {
    padding: 24px;
}

    .category-content h3[b-7o6fvedymi] {
        margin: 0;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.35rem;
    }

    .category-content p[b-7o6fvedymi] {
        min-height: 78px;
        margin: 12px 0 18px;
        color: var(--station-muted);
        line-height: 1.55;
    }

    .category-content span[b-7o6fvedymi] {
        color: var(--station-red);
        font-weight: 900;
    }

.section-action[b-7o6fvedymi] {
    margin-top: 42px;
    text-align: center;
}

.favorites-section[b-7o6fvedymi] {
    padding: 100px 0;
    background: var(--station-dark);
    color: var(--station-white);
}

.favorites-content[b-7o6fvedymi] {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 60px;
}

.favorites-copy[b-7o6fvedymi] {
    padding: 40px 0;
}

    .favorites-copy p[b-7o6fvedymi] {
        color: rgba(255, 255, 255, 0.74);
        font-size: 1.05rem;
        line-height: 1.75;
    }

.favorite-list[b-7o6fvedymi] {
    margin: 32px 0;
    display: grid;
    gap: 14px;
}

.favorite-item[b-7o6fvedymi] {
    padding: 18px 20px;
    border-left: 4px solid var(--station-red);
    background: rgba(255, 255, 255, 0.07);
}

    .favorite-item strong[b-7o6fvedymi],
    .favorite-item span[b-7o6fvedymi] {
        display: block;
    }

    .favorite-item strong[b-7o6fvedymi] {
        margin-bottom: 5px;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.1rem;
    }

    .favorite-item span[b-7o6fvedymi] {
        color: rgba(255, 255, 255, 0.68);
    }

.dark-button[b-7o6fvedymi] {
    background: var(--station-white);
    color: var(--station-dark);
}

    .dark-button:hover[b-7o6fvedymi] {
        background: var(--station-red);
        color: var(--station-white);
        transform: translateY(-2px);
    }

.favorites-image-panel[b-7o6fvedymi] {
    min-height: 560px;
    border-radius: 28px;
    overflow: hidden;
}

    .favorites-image-panel img[b-7o6fvedymi] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about-section[b-7o6fvedymi] {
    background: #efe1cc;
}

.about-card[b-7o6fvedymi] {
    width: min(850px, calc(100% - 40px));
    margin: 0 auto;
    padding: 60px;
    border-radius: 28px;
    background: var(--station-white);
    text-align: center;
    box-shadow: 0 20px 60px rgba(52, 37, 29, 0.12);
}

    .about-card p[b-7o6fvedymi] {
        margin: 22px auto 0;
        color: var(--station-muted);
        font-size: 1.05rem;
        line-height: 1.8;
    }

.location-section[b-7o6fvedymi] {
    background: var(--station-white);
}

.location-content[b-7o6fvedymi] {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 60px;
}

.location-details[b-7o6fvedymi] {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

    .location-details div[b-7o6fvedymi] {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .location-details strong[b-7o6fvedymi] {
        color: var(--station-red);
        font-size: 0.8rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .location-details span[b-7o6fvedymi] {
        color: var(--station-muted);
        line-height: 1.5;
    }

.location-actions[b-7o6fvedymi] {
    display: grid;
    gap: 12px;
    min-width: 210px;
}

.outline-button[b-7o6fvedymi] {
    border: 2px solid var(--station-dark);
    color: var(--station-dark);
}

    .outline-button:hover[b-7o6fvedymi] {
        background: var(--station-dark);
        color: var(--station-white);
        transform: translateY(-2px);
    }

.site-footer[b-7o6fvedymi] {
    padding: 48px 0;
    background: #0f0c0a;
    color: var(--station-white);
}

.footer-content[b-7o6fvedymi] {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
}

    .footer-content > div:first-child[b-7o6fvedymi] {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

        .footer-content > div:first-child span[b-7o6fvedymi],
        .footer-copyright[b-7o6fvedymi] {
            color: rgba(255, 255, 255, 0.56);
            font-size: 0.86rem;
        }

.footer-links[b-7o6fvedymi] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 22px;
}

    .footer-links a[b-7o6fvedymi] {
        color: rgba(255, 255, 255, 0.78);
        font-weight: 700;
        text-decoration: none;
    }

        .footer-links a:hover[b-7o6fvedymi] {
            color: var(--station-white);
        }

.footer-copyright[b-7o6fvedymi] {
    grid-column: 1 / -1;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 980px) {
    .desktop-nav[b-7o6fvedymi] {
        display: none;
    }

    .header-order-button[b-7o6fvedymi] {
        margin-left: auto;
    }

    .hero-content[b-7o6fvedymi],
    .favorites-content[b-7o6fvedymi] {
        grid-template-columns: 1fr;
    }

    .hero-copy[b-7o6fvedymi] {
        max-width: 760px;
    }

    .conductor-card[b-7o6fvedymi] {
        max-width: 520px;
    }

    .category-grid[b-7o6fvedymi] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .favorites-image-panel[b-7o6fvedymi] {
        min-height: 420px;
    }

    .location-content[b-7o6fvedymi] {
        grid-template-columns: 1fr;
    }

    .location-actions[b-7o6fvedymi] {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 650px) {
    .header-content[b-7o6fvedymi] {
        width: min(100% - 24px, 1180px);
        min-height: 72px;
    }

    .brand-logo[b-7o6fvedymi] {
        width: 48px;
        height: 48px;
    }

    .brand-location[b-7o6fvedymi] {
        display: none;
    }

    .header-order-button[b-7o6fvedymi] {
        min-height: 42px;
        padding: 0 16px;
        font-size: 0.86rem;
    }

    .hero-section[b-7o6fvedymi] {
        min-height: auto;
    }

    .hero-content[b-7o6fvedymi] {
        width: min(100% - 28px, 1180px);
        padding: 64px 0;
        gap: 36px;
    }

    .hero-copy h1[b-7o6fvedymi] {
        font-size: 3rem;
    }

    .hero-actions[b-7o6fvedymi] {
        display: grid;
    }

        .hero-actions a[b-7o6fvedymi] {
            width: 100%;
        }

    .hero-details[b-7o6fvedymi] {
        display: grid;
        gap: 6px;
    }

    .detail-divider[b-7o6fvedymi] {
        display: none;
    }

    .menu-section[b-7o6fvedymi],
    .about-section[b-7o6fvedymi],
    .location-section[b-7o6fvedymi],
    .favorites-section[b-7o6fvedymi] {
        padding: 70px 0;
    }

    .category-grid[b-7o6fvedymi] {
        grid-template-columns: 1fr;
    }

    .category-content p[b-7o6fvedymi] {
        min-height: auto;
    }

    .favorites-content[b-7o6fvedymi] {
        gap: 28px;
    }

    .favorites-image-panel[b-7o6fvedymi] {
        min-height: 330px;
    }

    .about-card[b-7o6fvedymi] {
        padding: 38px 24px;
    }

    .location-details[b-7o6fvedymi] {
        grid-template-columns: 1fr;
    }

    .location-actions[b-7o6fvedymi] {
        display: grid;
    }

    .footer-content[b-7o6fvedymi] {
        grid-template-columns: 1fr;
    }

    .footer-links[b-7o6fvedymi] {
        justify-content: flex-start;
    }
}
/* /Components/ConductorChat.razor.rz.scp.css */
.conductor-panel[b-gyo097u30n] {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1040;
    width: 280px;
    max-width: 80vw;
    max-height: 60vh;
    border: 1px solid #ddd;
    border-radius: 14px;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
}

    .conductor-panel.conductor-dragging[b-gyo097u30n] {
        box-shadow: 0 10px 30px rgba(0,0,0,.25);
        user-select: none;
    }

    /* Collapsed: just the character as a round tappable bubble. Defaults to this on narrow
       (phone) screens via conductor-toggle.js, expanded by default on wide (kiosk) screens;
       always overridable with a tap regardless of screen size. */
    .conductor-panel.conductor-collapsed[b-gyo097u30n] {
        width: auto;
        max-width: none;
        max-height: none;
        border-radius: 50%;
        box-shadow: 0 4px 14px rgba(0,0,0,.2);
    }

        .conductor-panel.conductor-collapsed .conductor-header[b-gyo097u30n] {
            padding: 6px;
            border-radius: 50%;
        }

        .conductor-panel.conductor-collapsed .conductor-mute-btn[b-gyo097u30n],
        .conductor-panel.conductor-collapsed .conductor-header-text[b-gyo097u30n],
        .conductor-panel.conductor-collapsed .conductor-messages[b-gyo097u30n],
        .conductor-panel.conductor-collapsed .draft-box[b-gyo097u30n],
        .conductor-panel.conductor-collapsed .conductor-actions[b-gyo097u30n],
        .conductor-panel.conductor-collapsed .conductor-input[b-gyo097u30n] {
            display: none;
        }

#conductor-toggle-btn[b-gyo097u30n] {
    cursor: pointer;
}

.conductor-header[b-gyo097u30n] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #1f2937;
    color: white;
    cursor: grab;
    touch-action: none;
}

    .conductor-dragging .conductor-header[b-gyo097u30n] {
        cursor: grabbing;
    }

.conductor-character[b-gyo097u30n] {
    position: relative;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 50%;
    background: white;
    overflow: hidden;
}

.conductor-character-body[b-gyo097u30n] {
    width: 100%;
    height: 100%;
    display: block;
}

.conductor-mouth-overlay[b-gyo097u30n] {
    position: absolute;
    left: 50%;
    top: 63%;
    width: 46%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* A subtle pulse on the character while speech is actively playing, set on <body> by
   conductor-speech.js — purely cosmetic, doesn't affect the mouth-shape swap itself. */
body.conductor-speaking .conductor-character[b-gyo097u30n] {
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .35);
    transition: box-shadow .2s ease-in-out;
}

.conductor-mute-btn[b-gyo097u30n] {
    order: 2;
    margin-left: auto;
    align-self: flex-start;
    border: none;
    background: transparent;
    color: white;
    font-size: 14px;
    line-height: 1;
    padding: 4px;
    cursor: pointer;
    opacity: .85;
}

    .conductor-mute-btn:hover[b-gyo097u30n] {
        opacity: 1;
    }

.conductor-title[b-gyo097u30n] {
    font-size: 13px;
    font-weight: 700;
}

.conductor-subtitle[b-gyo097u30n] {
    font-size: 11px;
    opacity: .8;
}

.conductor-messages[b-gyo097u30n] {
    padding: 10px;
    height: 200px;
    overflow-y: auto;
    background: #f8fafc;
}

.message-row[b-gyo097u30n] {
    display: flex;
    margin-bottom: 8px;
}

    .message-row.user[b-gyo097u30n] {
        justify-content: flex-end;
    }

    .message-row.bot[b-gyo097u30n] {
        justify-content: flex-start;
    }

.message-bubble[b-gyo097u30n] {
    max-width: 85%;
    padding: 7px 10px;
    border-radius: 12px;
    background: white;
    border: 1px solid #ddd;
    font-size: 12px;
}

.message-row.user .message-bubble[b-gyo097u30n] {
    background: #2563eb;
    color: white;
    border-color: #2563eb;
}

.draft-box[b-gyo097u30n] {
    border-top: 1px solid #ddd;
    padding: 8px 10px;
    background: #fff7ed;
    font-size: 12px;
}

.draft-item[b-gyo097u30n] {
    margin-top: 6px;
}

    .draft-item small[b-gyo097u30n] {
        color: #6b7280;
    }

.conductor-actions[b-gyo097u30n] {
    display: flex;
    gap: 6px;
    padding: 0 10px 8px;
    background: #fff7ed;
}

    .conductor-actions button[b-gyo097u30n] {
        flex: 1;
        border: none;
        border-radius: 8px;
        padding: 6px 8px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
    }

    .conductor-actions button:first-child[b-gyo097u30n] {
        background: #2563eb;
        color: white;
    }

    .conductor-actions button:last-child[b-gyo097u30n] {
        background: #e5e7eb;
        color: #1f2937;
    }

.conductor-input[b-gyo097u30n] {
    display: flex;
    gap: 6px;
    padding: 8px;
    border-top: 1px solid #ddd;
    background: white;
}

    .conductor-input input[b-gyo097u30n] {
        flex: 1;
        min-width: 0;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 7px 8px;
        font-size: 12px;
    }

    .conductor-input button[b-gyo097u30n] {
        border: none;
        border-radius: 8px;
        padding: 7px 10px;
        background: #1f2937;
        color: white;
        font-weight: 600;
        font-size: 12px;
    }
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-clf4jdm9ad] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-clf4jdm9ad] {
  color: var(--brand-accent-hover);
}

.btn-primary[b-clf4jdm9ad] {
  color: #fff;
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
}

.nav-pills .nav-link.active[b-clf4jdm9ad], .nav-pills .show > .nav-link[b-clf4jdm9ad] {
  color: #fff;
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
}

.border-top[b-clf4jdm9ad] {
  border-top: 2px solid var(--brand-accent);
}
.border-bottom[b-clf4jdm9ad] {
  border-bottom: 2px solid var(--brand-accent);
}

.box-shadow[b-clf4jdm9ad] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-clf4jdm9ad] {
  font-size: 1rem;
  line-height: inherit;
}

