/* ===== DALISTRA HERO FORM — MINIMAL CLEAN ===== */

/* card */
#rec2101196491 .t-form {
  background: #fff !important;
  border-radius: 18px !important;
  padding: 14px 16px !important;
  box-shadow: 0 8px 20px rgba(20, 40, 90, 0.08) !important;
  max-width: 640px !important;
  margin-left: 0 !important;
}

/* fields */
#rec2101196491 .t-input,
#rec2101196491 .t-select {
  height: 35px !important;
  background: #edf2fa !important;
  border: 0 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  color: #1a2a44 !important;
  font-size: 15px !important;
  padding: 0 12px !important;
}

#rec2101196491 .t-input::placeholder {
  color: #9aa6b8 !important;
}

/* button (same width as amount field row) */
#rec2101196491 .t-form__submit {
  width: 100% !important;
}

#rec2101196491 .t-submit {
  height: 35px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  background: #0315CA !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

#rec2101196491 .t-submit:hover {
  background: #0210A5 !important;
  filter: none !important;
}

/* consent text under form */
#rec2101196491 .t-form div[data-customstyle="yes"],
#rec2101196491 .t-form div[data-customstyle="yes"] span,
#rec2101196491 .t-form div[data-customstyle="yes"] * {
  font-size: 10px !important;
  line-height: 1.2 !important;
  color: #4c5a70 !important;
}

/* mobile */
@media (max-width: 979px) {
  #rec2101196491 .t-form {
    border-radius: 14px !important;
    padding: 12px !important;
    max-width: 100% !important;
  }

  #rec2101196491 .t-input,
  #rec2101196491 .t-select,
  #rec2101196491 .t-submit {
    height: 35px !important;
    font-size: 14px !important;
  }

  #rec2101196491 .t-submit {
    width: 100% !important;
    max-width: 100% !important;
  }
}