/**
 * CM Validation Library Styles
 */

.cm-validation-errors {
    padding: 20px;
}

.cm-validation-errors h3 {
    margin: 0 0 15px 0;
    color: #d32f2f;
    font-size: 18px;
    font-weight: 600;
}

.cm-validation-errors ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.cm-validation-errors li {
    margin: 8px 0;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

/* Input error state */
.cm-input-error {
    border-color: #d32f2f !important;
    background-color: #ffebee !important;
}

.cm-input-error:focus {
    outline-color: #d32f2f !important;
}
