body.rwot-modal-open {
  overflow: hidden;
}

.rwot-age-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.rwot-age-modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 12px;
}

.rwot-age-modal {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  max-width: 440px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.rwot-age-modal p,
.rwot-age-modal span {
  padding: 0;
  margin: 0;
  text-align: center;
}

.rwot-age-modal p {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1f2122;
}

.rwot-age-modal span {
  font-family: Amazon Ember;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #414346;
}

.rwot-age-footer {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
}

.rwot-age-footer button {
  width: 132px;
  height: 40px;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  transform: scale(1);
  transition: all 0.2s;
}

.rwot-age-footer button.rwot-age-confirm {
  background: var(--rwot-main-color, #e91010);
  border-color: var(--rwot-main-color, #e91010);
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2%;
  text-align: center;
  text-transform: capitalize;
}

.rwot-age-footer button.rwot-age-reject {
  background: #ffffff;
  border-color: #aaadb1;
  color: #1f2122;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2%;
  text-align: center;
  text-transform: capitalize;
}

.rwot-age-footer button:active {
  transform: scale(0.95);
}
