/* Age restriction modal overrides / enhancements */

.ns-age-modal {
  max-width: 720px;
}

.ns-age-modal__media {
  background-image: linear-gradient(135deg, rgba(23, 59, 99, 0.88), rgba(217, 119, 50, 0.82)),
    url('https://images.pexels.com/photos/6898859/pexels-photo-6898859.jpeg?auto=compress&cs=tinysrgb&w=1200');
}

#ns-age-overlay {
  /* Ensure it stays above header/footer and other content */
  z-index: 9999;
}

/* When age gate is visible, the page scroll should be disabled by JS using body class.
   These helpers are defined here for clarity. */
body.ns-age-locked {
  overflow: hidden;
}
