.stxcp-age-gate-host {
    position: relative;
}

.stxcp-age-overlay {
    position: fixed;
    inset: 0;
    z-index: 99990;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(7, 17, 32, 0.92);
    padding: 20px;
}

.stxcp-age-overlay[hidden] {
    display: none !important;
}

.stxcp-age-panel {
    width: min(480px, 100%);
    background: #fff;
    color: #111827;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    text-align: center;
}

.stxcp-age-panel h2 {
    margin: 0 0 12px;
    font-size: 1.5rem;
}

.stxcp-age-panel p {
    margin: 0 0 10px;
    line-height: 1.5;
}

.stxcp-age-min {
    font-weight: 700;
    color: #b91c1c;
}

.stxcp-age-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
}

.stxcp-age-actions .stxcp-button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0;
}

.stxcp-age-decline {
    background: #e5e7eb;
    color: #111827;
}
