.elementor-1350 .elementor-element.elementor-element-40977c6{--display:flex;}/* Start custom CSS *//* Hide the entire Amount row (targets the input's name, not the numeric field id) */
form[id^="simpay-form"] .simpay-field input[name="simpay_amount"],
form[id^="simpay-form"] .simpay-field label[for="simpay_amount"],
form[id^="simpay-form"] .simpay-field-amount,
form[id^="simpay-form"] .simpay-amount {
  display: none !important;
}

/* If the browser supports :has(), this removes the whole row cleanly */
form[id^="simpay-form"] .simpay-field:has(input[name="simpay_amount"]) {
  display: none !important;
}/* End custom CSS */