.reviewrise-container {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 400px;
    margin: 20px auto;
    background: #fff;
}

.reviewrise-stars {
    font-size: 30px;
    cursor: pointer;
    margin: 15px 0;
}

.rr-star {
    color: #ccc;
    padding: 5px;
    transition: 0.2s ease;
}

.rr-star:hover {
    color: #f5b301;
}

.reviewrise-feedback-form textarea {
    width: 100%;
    height: 80px;
}
.rr-star {
    color: #ccc;
    padding: 5px;
    cursor: pointer;
    transition: 0.2s ease;
}

.rr-star.rr-active,
.rr-star:hover {
    color: #f5b301;
}