.nol-lock-scroll {
  overflow: hidden !important;
  height: 100%;
}

.nol-age-root,
.nol-cookie-root {
  position: fixed;
  z-index: 4000;
}

.nol-age-root {
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.nol-age-root.is-open {
  display: flex;
}

.nol-age-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 13, 19, 0.42);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.nol-age-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(244, 239, 230, 0.18);
  background: rgba(18, 21, 28, 0.92);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.nol-age-panel h2 {
  margin: 0 0 0.65rem;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  color: #f4efe6;
}

.nol-age-panel p {
  margin: 0 0 1.35rem;
  color: rgba(244, 239, 230, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}

.nol-age-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.nol-age-actions .btn-nol {
  min-width: 8.5rem;
}

.nol-age-restrict {
  display: none;
}

.nol-age-root.is-restricted .nol-age-choice {
  display: none;
}

.nol-age-root.is-restricted .nol-age-restrict {
  display: block;
}

.nol-cookie-root {
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 1rem;
  pointer-events: none;
}

.nol-cookie-root.is-open {
  display: block;
}

.nol-cookie-panel {
  pointer-events: auto;
  width: min(100%, 64rem);
  margin: 0 auto;
  padding: 1.1rem 1.2rem;
  border-radius: 12px 12px 0 0;
  border: 1px solid rgba(244, 239, 230, 0.16);
  border-bottom: 0;
  background: rgba(14, 18, 24, 0.96);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.28);
}

.nol-cookie-copy {
  flex: 1 1 18rem;
}

.nol-cookie-copy strong {
  display: block;
  color: #f4efe6;
  font-size: 0.98rem;
  margin-bottom: 0.3rem;
}

.nol-cookie-copy p {
  margin: 0;
  color: rgba(244, 239, 230, 0.7);
  font-size: 0.86rem;
  line-height: 1.5;
}

.nol-cookie-copy a {
  color: #e85d4c;
  text-decoration: underline;
}

.nol-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.nol-cookie-actions .btn-nol {
  min-height: 2.55rem;
  padding: 0.55rem 1rem;
  font-size: 0.86rem;
}

@media (max-width: 575.98px) {
  .nol-cookie-panel {
    border-radius: 12px;
    border-bottom: 1px solid rgba(244, 239, 230, 0.16);
  }

  .nol-cookie-actions,
  .nol-age-actions {
    width: 100%;
  }

  .nol-cookie-actions .btn-nol,
  .nol-age-actions .btn-nol {
    width: 100%;
  }
}
