/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2024 | 20:19:40 */
.form-row.notes label { /* Target the label directly */
    display: inline-block; /* Important for spacing */
    /* Add any other styles to match the original label */
    font-weight: 400; /* Example: bold */
    font-size: 14px;
    color: #535156;
    margin-bottom: 5px;
}
.form-row.notes label .new-special-request {
    display: inline;
}
.form-row.notes label abbr {
    display: inline;
    margin-left: 3px;
}