.age-gate--active {
  height: 100%;
  overflow: hidden;
  margin-inline-start: 0 !important;
}

#age-gate--container {
  display: none;
}

.age-gate--active #age-gate--container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 999999;
  backdrop-filter: blur(10px);
}

.age-gate--active .opaque-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1;
  opacity: 0.75;
}

.age-gate--active .age-gate--content {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 16px;
  text-align: center;
  padding: 50px 20px;
  overflow: hidden;
  background-color: white;
  border: 3px solid black;
  -webkit-box-shadow: 0px 0px 23px 10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 23px 10px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 23px 10px rgba(0,0,0,0.75);
  margin: 0 20px;
}

@media screen and (min-width: 600px) {
  .age-gate--active .age-gate--content {
    padding: 50px;
  }
}

.age-gate--active .age-gate--content svg {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto 30px auto;
}

.age-gate--active .age-gate--checkbox-wrapper {
  display: flex;
  margin: 0 auto;
  width: auto;
  justify-content: center;
}

.age-gate--active .age-gate--checkbox-wrapper input {
  margin: 0 8px 0 0;
}

.age-gate--active .age-gate--checkbox-wrapper label {
  font-size: 0.9rem;
}

.age-gate--active .age-gate--content h2 {
  font-size: 1.25rem;
  letter-spacing: 0.075em;
}
