.age-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.age-modal {
  background: #ffffff;
  color: #19246c;
  max-width: 480px;
  width: 100%;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.age-modal h2 {
  font-size: 26px;
  margin-bottom: 16px;
  color: #ff5134;
  font-weight: 700;
}

.info-text,
.confirm-text {
  font-size: 18px;
  margin-bottom: 14px;
  color: #444;
}

.confirm-text {
  font-weight: 700;
  color: #19246c;
  margin-top: 20px;
}

.confirmation-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0 auto 20px;
  max-width: 420px;
  text-align: left;
  color: #333;
  font-size: 17px;
}

.confirmation-list li {
  margin-bottom: 10px;
}

.confirmation-list a {
  color: #ff5134;
  text-decoration: none;
  font-weight: 600;
}

.confirmation-list a:hover {
  text-decoration: underline;
}

.btn-group {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.age-btn-yes {
  display: inline-block;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 12px;
  border: none;
  background-color: #19246c;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.age-btn-yes:hover {
  background-color: #101a4a;
}

.responsible-gamble-text {
  font-size: 16px;
  color: #ff5134;
  margin-top: 24px;
  font-weight: 600;
  text-align: center;
}

body.age-lock {
  overflow: hidden;
}