.csp-form-trap { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.csp-form-feedback:not([hidden]) { padding:32px 24px; margin:0 0 24px; border:1px solid #ff6900; border-radius:16px; background:#fff4eb; text-align:center; color:#171717; }
.csp-form-feedback h3 { margin:16px 0 10px; font-size:clamp(22px,4vw,30px); }
.csp-form-feedback p { margin:0; line-height:1.7; }
.csp-form-success-icon { display:inline-grid; place-items:center; width:56px; height:56px; border-radius:50%; background:#ff6900; color:#fff; font-size:30px; }
.csp-form-feedback.is-error { border-color:#a52b20; background:#fff3f1; color:#81241b; }
[data-csp-form].is-sent > :not(.csp-form-feedback) { display:none !important; }
[data-csp-form] [type=submit]:disabled { opacity:.75; cursor:wait; }
[data-csp-form] .is-sending::before { content:''; display:inline-block; width:18px; height:18px; margin-right:10px; border:2px solid currentColor; border-right-color:transparent; border-radius:50%; animation:csp-form-spin .8s linear infinite; }
@keyframes csp-form-spin { to { transform:rotate(360deg); } }
@media (prefers-reduced-motion:reduce) { [data-csp-form] .is-sending::before { animation:none; } }
