.age-modal {
  --bs-body-bg: #fff2;
  --bs-modal-header-border-color: transparent;
  --bs-modal-footer-border-color: transparent;
  display: block;
  /* background-color: #000c;
  backdrop-filter: blur(25px); */
  display: flex;
  align-items: center;

}

.age-modal .modal-content {
  padding: 42px 30px;
  border: 1px solid  #FEBD2B;
  background: #000000;
}

.age-modal .modal-header {}

.age-modal .modal-body {
  width: 420px;
}

.age-modal .modal-body {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.age-modal .modal-body>* {
  margin: 16px 0;
}

.age-modal .modal-body span {
  color: #FF9860;
}

.age-modal .modal-body strong {
  font-size: 20px;
}

.age-modal .modal-dialog .logo {
  height: 52px;
  width: 100%;
  object-fit: contain;
}

.age-modal .modal-footer {
  flex-direction: column;
  gap: 24px;
}

.age-modal .modal-footer button {
  width: 320px;
  height: 58px;
  border-radius: 9px;
  background-color: #EB7332;
  font-size: 16px;
  margin: 0;
}

.age-modal .modal-footer .disagree {
  background-color: rgba(255,255,255,0.2);
}

@media screen and (max-width: 824px) {
  .age-modal {
    --bs-modal-margin: 0 10%;
  }

  .age-modal .modal-dialog .logo {
    height: 32px;
  }

  .age-modal .modal-content {
    padding: 24px 16px;
  }

  .age-modal .modal-dialog {
    width: 100%;
  }

  .age-modal .modal-body {
    width: auto;
  }

  .age-modal .modal-content {
    width: auto;
  }

  .age-modal .modal-body {
    font-size: 12px;
  }

  .age-modal .modal-body>* {
    margin: 8px 0;
  }

  .age-modal .modal-body strong {
    font-size: 14px;
  }

  .age-modal .modal-footer {
    gap: 14px;
  }

  .age-modal .modal-footer button {
    width: 200px;
    height: 32px;
    border-radius: 6px;
    font-size: 12px;
  }
}