/*.confession-poll-stats {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}

.sensitive-content {
    color: red;
    font-weight: bold;
}

.like-button, .dislike-button, .report-button {
    cursor: pointer;
    margin-right: 10px;
    color: blue;
}

.like-button:hover, .dislike-button:hover, .report-button:hover {
    text-decoration: underline;
}

.comment-reactions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.has-error{
    color:red; 
    display:none;
}

.polls-bar{
    cursor: pointer;
}

.dislike-button.active { background-color: #E83247 !important; color: var(--white) !important; }
.dislike-button.active img { filter: brightness(10) contrast(1); }

.like-button.active { background-color: var(--primary-blue) !important; color: var(--white) !important; }
.like-button.active img { filter: brightness(10) contrast(1); } */