.age-gate-container.hidden {
  display: none !important;
}

.age-gate {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
}

.age-modal {
  max-width: 40rem;
  width: calc(100% - 2rem);
  background-color: #eef1ef;
  color: #555;
  padding: 2rem;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.age-modal p {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  line-height: 1.6;
}

.age-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3.2rem;
  gap: 2.4rem;
}

.age-confirm,
.age-leave {
  min-height: 4.4rem;
  flex: 1;
  cursor: pointer;
}
