/* Claim Anonymous Responses Styles */

#responsesContainer .list-group-item {
    border-left: 3px solid #007bff;
    margin-bottom: 0.5rem;
}

#responsesContainer .list-group-item:hover {
    background-color: #f8f9fa;
}

#responsesContainer .form-check-input {
    margin-top: 0.5rem;
}

#responsesContainer .form-check-label {
    cursor: pointer;
}

