/* Embed checkout — стили только для страницы /embed/checkout.
   Не влияют на landing и cult. */

html.embed-checkout-page,
html.embed-checkout-page body {
  background: transparent !important;
}

html.embed-checkout-page .modal-overlay,
html.embed-checkout-page .modal-overlay.active {
  background: transparent !important;
  background-color: transparent !important;
  justify-content: center;
  align-items: center;
}

body.embed-checkout .modal-overlay.active .modal-application {
  transform: none;
}

body.embed-checkout .modal-application {
  transform: none;
  border-radius: 20px;
  max-width: 420px;
  max-height: 90vh;
  height: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 40px 25px;
}

body.embed-checkout .modal-application .modal-application-header {
  display: none;
}

body.embed-checkout .modal-application h2 {
  text-align: center;
}

body.embed-checkout .modal-application-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.embed-checkout .modal-application .form-group,
body.embed-checkout .modal-application .form-checkboxes,
body.embed-checkout .modal-application .modal-application-submit {
  width: 100%;
  max-width: 100%;
}

body.embed-checkout .modal-application .form-checkboxes {
  text-align: left;
}

body.embed-checkout .modal-application .form-checkboxes label {
  display: flex;
  justify-content: flex-start;
}
