
#responses-rating {
    display: flex;
    gap: 20px;           
}
                                        
#responses-rating label.caption {
    cursor: pointer;transition: all 0.3s ease;display: inline-block;
}

#responses-rating label.caption:hover {
    transform: scale(1.2);    
    text-shadow: 0 0 5px rgba(114, 7, 255, 0.68);
}

#responses-rating label.caption:active {
    transform: scale(0.9);
}