/* _content/Taboo/Components/UI/AgeGateModal.razor.rz.scp.css */
.age-gate-backdrop[b-px52pd6mqv] {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(1rem);
}

.age-gate-dialog[b-px52pd6mqv] {
    width: 100%;
    max-width: 28rem;
    margin: 0;
}
