/* Style the main validation message. */
#mainError {
    color: #b91c1c;
    font-weight: bold;
}

/* Highlight a whole review box when that entire entry is a problem. */
.boxError {
    border: 2px solid #dc2626;
    background: #fef2f2;
}

/* Highlight a specific field when only that field is a problem. */
.fieldError {
    border: 2px solid #dc2626 !important;
    background: #fff1f2;
}

/* Style the small message shown under an invalid field. */
.fieldMessage {
    color: #b91c1c;
    font-size: 13px;
    margin: 4px 0 0;
}