
.consultant-reviews-wrapper {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 40px;
    background: #fafafa;
    border-radius: 8px;
    font-family: sans-serif;
}
.consultant-review-form input,
.consultant-review-form textarea,
.consultant-review-form select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    font-size: 14px;
}
.consultant-review-form button {
    padding: 10px 20px;
    background: #d40000;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}
.consultant-review-form button:hover {
    background: #aa0000;
}
.cr-comments {
    list-style: none;
    padding-left: 0;
}
.cr-comments li {
    background: white;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 4px solid #ffc107;
}
