/* Relax Gaming-specific additions layered on the shared provider catalogue. */
.rgx-age-gate{
  position:absolute;inset:0;z-index:3;display:grid;place-items:center;padding:clamp(20px,5vw,64px);
  background:radial-gradient(70% 100% at 50% 0%,rgba(43,196,174,.13),transparent 70%),#020406
}
.rgx-age-gate[hidden]{display:none}
.sps-player.is-awaiting-age .sps-player__loading{display:none}
.rgx-age-gate__panel{
  width:min(100%,560px);padding:clamp(26px,4vw,46px);border:1px solid #2b3743;border-radius:18px;
  background:#0d1218;text-align:center;box-shadow:0 26px 80px rgba(0,0,0,.48)
}
.rgx-age-gate__mark{
  width:64px;height:64px;display:grid;place-items:center;margin:0 auto 22px;border:1px solid #3d4b59;
  border-radius:50%;color:#fff;font-size:20px;font-weight:800;background:#151d25
}
.rgx-age-gate h3{font-family:var(--headline);font-size:clamp(27px,4vw,40px);font-weight:var(--headline-weight);letter-spacing:-.035em}
.rgx-age-gate p{max-width:48ch;margin:13px auto 0;color:#9aa6b2;font-size:14px;line-height:1.65}
.rgx-age-gate__actions{display:flex;justify-content:center;gap:10px;margin-top:28px;flex-wrap:wrap}
.rgx-age-confirm,.rgx-age-cancel{min-height:44px;padding:0 18px;border-radius:9px;font-size:12px;font-weight:800}
.rgx-age-confirm{border:1px solid #45d8c0;background:#45d8c0;color:#04100e}
.rgx-age-confirm:hover{background:#6ce5d2}
.rgx-age-cancel{border:1px solid #3a4653;background:#151d25;color:#dce3ea}
.rgx-age-cancel:hover{border-color:#637180;background:#202a35}

@media(max-width:600px){
  .rgx-age-gate{padding:18px}
  .rgx-age-gate__panel{padding:26px 20px}
  .rgx-age-gate__actions{display:grid}
  .rgx-age-confirm,.rgx-age-cancel{width:100%}
}
