/**
 * Age Gate Styles — cgauiw.com
 * Managed by Ansible. Do not edit on server.
 */
#age-gate-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.age-gate-box {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  max-width: 480px;
  width: 90%;
  text-align: center;
}

.age-gate-box h2 {
  margin: 0 0 16px;
  font-size: 24px;
  color: #1a1a1a;
}

.age-gate-box p {
  margin: 0 0 24px;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

#age-gate-confirm {
  display: block;
  width: 100%;
  padding: 14px 24px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 12px;
}

#age-gate-confirm:hover {
  background: #1d4ed8;
}

#age-gate-deny {
  display: block;
  color: #888;
  font-size: 14px;
  text-decoration: none;
}

#age-gate-deny:hover {
  color: #555;
}
