/* Age Gate Styles */

.age-gate {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  color: #fefefe;
}

.age-gate h2 {
  color: #99ccff;
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
}

.age-gate p {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
}

.age-gate ol {
  margin: 15px 0 25px 25px;
  line-height: 1.6;
}

.age-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.btn {
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
}

.btn.agree {
  background: #228b22;
  color: #fff;
}

.btn.decline {
  background: #8b0000;
  color: #fff;
}

.compliance {
  font-size: 14px;
  color: #cccccc;
  text-align: center;
  margin-top: 20px;
}

.email-link {
  color: #99ccff;
  text-align: center;
  display: block;
  margin-top: 10px;
}
