/* Fullscreen age-gate overlay */
#uv-agegate-overlay.uv-agegate-overlay{display:none}
.uv-agegate-overlay{--uv-agegate-bg-image:url('https://www.themuslimkidsshow.com/wp-content/uploads/2026/04/register-bnr.webp');position:fixed;left:0;top:0;right:0;bottom:0;z-index:99999;background:#ffe2cc;backdrop-filter:blur(2px);overflow:hidden}
.uv-agegate-inner{position:relative;width:100%;height:100%;display:flex;align-items:stretch;min-height:100vh}
.uv-agegate-left{width:50%;min-width:240px;padding:40px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;text-align:center;}
.uv-agegate-left img{margin:0 auto;max-width:190px;width:50%;}
.uv-agegate-left h2{font-size: 1.2rem;color:#0D0103;}
.uv-agegate-right{flex:1;min-height:100%;background-image:var(--uv-agegate-bg-image);background-repeat:no-repeat;background-size:auto 100%;background-position:right center}
.uv-agegate-close{position:absolute;right:24px;top:16px;z-index:3;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;background:transparent;border:0;color:#000000;font-size:32px;line-height:1;cursor:pointer;touch-action:manipulation;-webkit-appearance:none;appearance:none}
.uv-age-buttons{margin-top:20px}
.uv-age-btn{padding:8px 20px;border-radius:2px;border:0;background:#0b63d6;color:#fff;font-size:1.2rem;cursor:pointer}
.uv-agegate-help{margin-top:18px}
.uv-agegate-help-summary{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:#0D0103;cursor:pointer;font-size:14px;font-weight:600;list-style:none;text-align:right}
.uv-agegate-help-summary::-webkit-details-marker{display:none}
.uv-agegate-help-arrow{display:inline-block;width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .18s ease}
.uv-agegate-help[open] .uv-agegate-help-arrow{transform:rotate(-135deg)}
.uv-agegate-help-text{margin:8px 0 0;color:#0D0103;font-size:14px;line-height:1.5;text-align:right}
.uv-parent-form input#uv-parent-email{width:100%;padding:10px;margin-top:8px;margin-bottom:8px}
.uv-parent-form .uv-captcha{margin:8px 0}
.uv-parent-form button#uv-send-parent{padding:10px 16px;background:#28a745;color:#fff;border:0;border-radius:4px;cursor:pointer}
.uv-msg{margin-top:8px;color:#333}

/* Make overlay hide page scroll */
body.uv-agegate-open{overflow:hidden}

@media (max-width: 767px){
.uv-agegate-left{width:100%;padding:32px 24px;position:relative;z-index:1;background:rgba(255,226,204,.4)}
.uv-agegate-right{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.8}
.uv-agegate-close{top:max(12px, env(safe-area-inset-top));right:max(12px, env(safe-area-inset-right))}
}
