.form-feedback { padding: 1rem 1.25rem; margin-block: 0 1.25rem; border: 1px solid #a52822; border-inline-start-width: 3px; border-radius: 8px; background: #fff7f3; color: #70201b; max-width: 100%; overflow-wrap: anywhere; }
.form-feedback p { margin: 0; white-space: pre-line; font: inherit; line-height: 1.6; }
.form-feedback a { display: inline-block; margin-top: .75rem; color: inherit; text-decoration: underline; }
.form-feedback--success { background: #f4faf5; border-color: #286044; color: #234d37; }
.form-feedback:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
form[aria-busy="true"] button[type="submit"] { cursor: progress; }
