.ecp-wrapper { margin-top: .5rem; }
.ecp-spacious { margin-top: 1rem; }
.ecp-compact { margin-top: .5rem; }

.ecp-wrapper .ecp-confirm { display:block; width:100%; }
.ecp-msg { display:flex; align-items:center; gap:.5rem; margin-top:.25rem; font-size:.875rem; }
.ecp-msg .ecp-icon { display:inline-flex; }
.ecp-msg.ok { color: #1a7f37; }   /* green-ish */
.ecp-msg.err { color: #b91c1c; }  /* red-ish */
.ecp-msg svg { fill: currentColor; }
/* Disable style for submit buttons when validation not passed */
.ecp-disabled { pointer-events: none; }
button[disabled], input[disabled] { opacity: .7; cursor: not-allowed; }
