/* BenchPeptides Compliance UI — minimal, brand-neutral. Child theme overrides via wrappers. */

.bpc-sticky-banner {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #111;
    color: #fff;
    text-align: center;
    padding: .55rem 1rem;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .01em;
}
.bpc-sticky-banner-text {
    color: #fff;
}

.bpc-age-gate-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.78);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.bpc-age-gate-modal {
    background: #fff;
    max-width: 540px;
    width: 100%;
    border-radius: 8px;
    padding: 2rem 2.25rem;
    box-shadow: 0 10px 40px rgba(0,0,0,.3);
    font-family: inherit;
}
.bpc-age-gate-modal h1 {
    font-size: 22px;
    margin: 0 0 1rem 0;
    color: #111;
    font-weight: 700;
}
.bpc-age-gate-modal .bpc-ag-body p {
    margin: 0 0 .75rem 0;
    color: #444;
    line-height: 1.55;
    font-size: 14px;
}
.bpc-ag-form {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.bpc-ag-accept {
    background: #111;
    color: #fff;
    border: none;
    padding: .85rem 1rem;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: background .15s ease;
}
.bpc-ag-accept:hover { background: #000; }
.bpc-ag-decline {
    color: #888;
    text-align: center;
    font-size: 13px;
    padding: .5rem;
    text-decoration: none;
}
.bpc-ag-decline:hover { color: #cc0000; text-decoration: underline; }
.bpc-ag-footer {
    margin: 1rem 0 0 0;
    font-size: 11px;
    color: #aaa;
    text-align: center;
}
.bpc-ag-footer a {
    color: #777;
    text-decoration: none;
    margin: 0 .15rem;
}
.bpc-ag-footer a:hover { color: #111; }

.bpc-product-disclaimer {
    margin: 1.25rem 0;
    padding: .85rem 1rem;
    background: #fff7e6;
    border-left: 4px solid #f0b849;
    font-size: 12.5px;
    line-height: 1.5;
    color: #444;
}
.bpc-product-disclaimer-label {
    color: #c8780a;
    margin-right: .35rem;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .04em;
}

@media (prefers-reduced-motion: reduce) {
    .bpc-age-gate-overlay { transition: none; }
}
