.reactions {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 3px;
    margin-top: 4px;
    align-items: center;
}

.thread__action,
.reaction {
    color: white;
    font-size: 14px;
    font-weight: 600;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.thread__action:hover {
    color: var(--primary);
}

.actions_group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.thread__action.active {
    color: var(--primary);
}
