/*! InoBox Theme | File: email-preference.css | Author: Thomas Cabrit | © 2026 InoBox.org powered by Kcalb Ltd */
html[data-theme="light"] .inner-card::before{
  opacity:0.9;
}

.form-container{
  width:100%;
  margin-top:8px;
}

.form-container .mauticform_wrapper{
  width:100%;
}

.form-container .mauticform_wrapper .mauticform-input{
  border-radius:12px;
}

.form-container .mauticform_wrapper .mauticform-button,
.form-container .mauticform_wrapper button[type="submit"],
.form-container .mauticform_wrapper input[type="submit"]{
  border-radius:12px;
}
