.refund-ack{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;margin:10px 0;background:#fff8ef;border:1px solid #f1d9b5;border-radius:6px;font-size:13px;line-height:1.4;color:#1a1a1a}
.refund-ack input[type="checkbox"]{flex-shrink:0;width:18px;height:18px;margin-top:2px;cursor:pointer}
.refund-ack__label{flex:1;cursor:pointer;line-height:1.4}
.refund-ack__label strong{font-weight:600}
.refund-ack__error{margin:6px 0 0;color:#c0392b;font-size:12px;font-weight:600;flex-basis:100%}
.refund-ack--shake{animation:refund-ack-shake .4s ease-in-out}
@keyframes refund-ack-shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}
.is-refund-locked{opacity:.55;cursor:not-allowed !important;filter:grayscale(.4)}
.is-refund-locked:hover{opacity:.55}
