/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* -------------------------------------------------------------
🧾 1. Forminator knop met icoon
------------------------------------------------------------- */
.forminator-button-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 24px !important; /* wat meer ruimte geven */
  white-space: nowrap;
  min-width: 220px; /* optioneel, zodat tekst en icoon niet krimpen */
  gap: 10px !important; /* moderne manier om ruimte te maken tussen icoon en tekst */
}

.forminator-button-submit::before {
  content: "\f1d8" !important; /* voorbeeld: fa-cloud-download */
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  display: inline-block !important;
  font-size: 1em;
  line-height: 1;
}
