.patient-match-status {
    display: block;
    margin: -9px 0 12px;
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
}
.patient-match-status.is-loading { color: #0369a1; }
.patient-match-status.is-found { color: #15803d; }
.patient-match-status.is-new { color: #a16207; }
.patient-match-status.is-error { color: #b91c1c; }
