div[data-wsd-repeater-container] > .wsd-repeatable .wsd-action-buttons button {
  display: none;
}
div[data-wsd-repeater-container] > .wsd-repeatable:not(:only-child) .wsd-action-buttons .wsd-do-remove {
  display: inline-block;
}
div[data-wsd-repeater-container] > .wsd-repeatable:last-child .wsd-action-buttons button {
  display: inline-block;
}
div[data-wsd-repeater-container] > .wsd-repeatable:only-child .wsd-do-remove {
  display: none !important;
}

/* Specifics for Blessing Form */
.wsd-form-blessing div[data-wsd-repeater-container] .wsd-repeatable:only-of-type .close {
  display: none;
}

/* General styling */
.wsd-form input[type=number]::-webkit-inner-spin-button,
.wsd-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.wsd-donation-summary .sum span {
	display: inline-block;
}
.wsd-donation-summary .sum .note-payments {}

/* Form errors standardization */
.wsd-form .form-error {
	margin-top: 0;
}
.wsd-form label.is-invalid-label .form-error {
	display: block !important;
}