/* ⭐ Star rating widget */
.gmb-stars .star {
    font-size: 28px;
    cursor: pointer;
    color: #ccc;
    transition: color .2s ease;
}

.gmb-stars .star.selected {
    color: #f5b301;
}

/* Optional: spacing and layout improvements */
.gmb-testimonial-form .form-group label {
    font-weight: 600;
}

.gmb-testimonial-form button {
    padding: 10px 20px;
}

