.ctafr-status {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 13px 15px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.45;
  box-sizing: border-box;
}
.ctafr-status:empty { display: none; }
.ctafr-busy { background: #eff6ff; border: 1px solid #bfdbfe; color: #1e40af; }
.ctafr-success { background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46; font-weight: 700; }
.ctafr-error { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; font-weight: 700; }
.ctafr-field-error { outline: 2px solid #dc2626 !important; outline-offset: 2px; }
.ctafr-choice-error { box-shadow: 0 0 0 2px #dc2626 !important; }
[data-ctafr-repaired="true"][disabled] { cursor: wait; opacity: .72; }
