#age-gate-overlay{
  position: fixed; inset: 0; z-index: 99999;
  display: grid; place-items: center;
  background: rgba(0,0,0,.65);
}
.age-gate-modal{
  background: #fff; color: #111; max-width: 520px; width: 92%;
  padding: 24px; border-radius: 14px; text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,.3);
}
.age-gate-actions{ display:flex; gap:12px; justify-content:center; margin-top:16px; }
.btn-yes, .btn-no{
  display:inline-block; padding:10px 16px; border-radius:8px; text-decoration:none;
  border: none; cursor:pointer;
}
.btn-yes{ background:#111; color:#fff; }
.btn-no{ background:#eee; color:#111; }
