/* Frontend age gate popup. */

.age-verification-popup {
  width: 650px;
}

.age-verification-client-img {
  width: 350px;
  height: 350px;
}

.age-verification-title {
  margin-top: 20px;
  font-size: 23px;
  font-weight: 500;
}

.age-verification-q {
  max-height: none;
  overflow: visible;
}

@media only screen and (max-width: 768px) {
  .age-verification-popup {
    width: min(650px, 100vw);
  }

  .age-verification-client-img {
    width: 250px;
    height: 250px;
  }
}
