
.custom-reviews .review {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
#custom-review-form {
    max-width: 400px;
}
#custom-review-form input, #custom-review-form select, #custom-review-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
