.age-verification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 31, 43, 0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.age-verification-popup {
  max-width: 780px;
  width: 100%;
  background: white;
  border: 5px solid #ff6d4d;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 60px;
}

.age-verification-popup-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.age-verification-content {
  display: flex;
  flex-direction: column;
  gap: 2.5px;
  align-items: center;
  width: 100%;
  margin: 0;
}

.age-verification-subtitle {
  color: #ff6d4d;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; /* 33.25px */
  text-align: center;
  font-family: Poppins;

  margin: 0;
  margin: 0;
}

.age-verification-title {
  color: #0c1f2b;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  font-family: Poppins;
  margin: 0;
}

.age-verification-buttons {
  padding: 2.5px 0 5px;
  display: flex;
  gap: 2.5px;
  justify-content: center;
  width: 100%;
}

.age-verification-button {
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  color: white;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  min-width: 166px;
}

.age-verification-button-yes {
  background-color: #00af66;
}

.age-verification-button-no {
  background-color: #9aa7ae;
}

.age-verification-text {
  color: #9aa7ae;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0;
}

.age-verification-footer {
  padding: 0 140px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.age-verification-footer small {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 20.15px */
  text-align: center;
  color: #9aa7ae;
}

.age-verification-footer small a {
  color: #0c1f2b;
  font-weight: 500;
  text-decoration: underline;
}

.age-verification-footer span {
  color: #9aa7ae;
}

.age-verification-link {
  color: #0c1f2b;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .age-verification-popup {
    margin: 0px 15px;
    padding: 20px;
    gap: 20px;
  }
  .age-verification-footer {
    padding: 0 20px;
  }
  .age-verification-title {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    font-family: Poppins;
    line-height: normal; /* 55px */
  }
  .age-verification-subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 28px */
    font-family: Poppins;
  }
  .age-verification-content {
    gap: 0;
  }

  .age-verification-text {
    color: #0c1f2b;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
  }

  .age-verification-button {
    min-width: unset;
    width: 50%;
  }
}
