/* MSP Core — Message de vérification RPPS (formulaire d'inscription) */

.msp-rpps-msg {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.4;
    min-height: 1em;
}

.msp-rpps-msg--pending { color: #777777; font-style: italic; }
.msp-rpps-msg--warn    { color: #c77700; }
.msp-rpps-msg--ok      { color: #1d7e2f; font-weight: 600; }
.msp-rpps-msg--err     { color: #c0392b; font-weight: 600; }
