.blast-age-gate-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 100000;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.blast-age-gate-overlay.open {
    display: flex;
}

.blast-age-gate-modal {
    background: #111;
    color: #fff;
    border: 2px solid #d4a017;
    border-radius: 6px;
    max-width: 480px;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    font-family: inherit;
}

.blast-age-gate-modal h2 {
    font-family: "Bangers", cursive, sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    color: #d4a017;
    margin: 0 0 0.75rem;
    line-height: 1.1;
}

.blast-age-gate-modal p {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    line-height: 1.4;
}

.blast-age-gate-buttons {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.blast-age-gate-btn {
    font-family: "Bangers", cursive, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.05em;
    padding: 0.6rem 1.4rem;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #d4a017;
    transition: background-color 0.2s, color 0.2s;
}

.blast-age-gate-btn-yes {
    background: #d4a017;
    color: #000;
}

.blast-age-gate-btn-yes:hover {
    background: #b8860b;
    border-color: #b8860b;
}

.blast-age-gate-btn-no {
    background: transparent;
    color: #d4a017;
}

.blast-age-gate-btn-no:hover {
    background: #d4a017;
    color: #000;
}

.blast-age-checkout-field {
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    background: #faf3e0;
    border-left: 4px solid #d4a017;
    border-radius: 4px;
}

.blast-age-checkout-field label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: 600;
    margin: 0;
}

.blast-age-checkout-field input[type="checkbox"] {
    margin-top: 0.2rem;
    flex-shrink: 0;
}
