.survey-question {
    margin-bottom: 18px;
}

.survey-question p {
    font-weight: bold;
    margin-bottom: 4px;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 4px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 26px;
    color: #ccc;
    cursor: pointer;
    padding: 0 2px;
    background: none;
    border: none;
    line-height: 1;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #c5902d;
}

.survey-comments label {
    font-size: 14px;
}

.survey-comments textarea {
    display: block;
    width: 400px;
    height: 100px;
    margin-top: 4px;
    border: 1px solid #ccc;
    padding: 4px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}
