.prestige-age-gate {
  align-items: center;
  background: rgba(0, 0, 0, 0.94);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 2147483647;
}

.prestige-age-gate.is-visible {
  display: flex;
}

body.prestige-age-gate-open {
  overflow: hidden !important;
}

.prestige-age-gate__panel {
  background: #111;
  border: 1px solid #c9a45d;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.75);
  color: #fff;
  max-width: 560px;
  padding: 42px 36px 32px;
  text-align: center;
  width: 100%;
}

.prestige-age-gate__mark {
  border: 2px solid #c9a45d;
  border-radius: 50%;
  color: #c9a45d;
  display: inline-flex;
  font-size: 25px;
  font-weight: 700;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 68px;
}

.prestige-age-gate__brand {
  color: #c9a45d;
  font-size: 15px;
  letter-spacing: 2px;
  margin: 0 0 12px;
}

.prestige-age-gate h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 16px;
  text-transform: none;
}

.prestige-age-gate__text {
  color: #ddd;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 auto 26px;
  max-width: 460px;
}

.prestige-age-gate__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.prestige-age-gate__button {
  border: 1px solid #c9a45d;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  min-height: 48px;
  padding: 12px 22px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.prestige-age-gate__button--accept {
  background: #c9a45d;
  color: #111;
}

.prestige-age-gate__button--accept:hover,
.prestige-age-gate__button--accept:focus {
  background: #e1c27d;
  color: #111;
}

.prestige-age-gate__button--decline {
  background: transparent;
  color: #fff;
}

.prestige-age-gate__button--decline:hover,
.prestige-age-gate__button--decline:focus {
  background: #fff;
  color: #111;
}

.prestige-age-gate__warning {
  color: #aaa;
  font-size: 12px;
  line-height: 1.45;
  margin: 26px 0 0;
}

@media (max-width: 575px) {
  .prestige-age-gate__panel {
    padding: 32px 20px 25px;
  }

  .prestige-age-gate h2 {
    font-size: 25px;
  }

  .prestige-age-gate__actions {
    flex-direction: column;
  }

  .prestige-age-gate__button {
    width: 100%;
  }
}
