.reactions {
    margin: 20px 0;
    text-align: center;
    border-bottom: 1px solid #211e1e;
    padding: 0 0 10px 0;
}

.reactions h2 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    margin-bottom: .25rem;
    color: #d7d5d5;
}
.reactions #reaction-count{
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
}
.reactions .reaction-buttons {
    display: flex;
    margin: 0 auto;
    width: 70%;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    
}

.reactions .reaction-btn {
    display: flex;
    margin: 0 auto;
    align-items: center;
    background: none;
    border: none;
    flex-direction: column;
    gap: 2px;
    cursor: pointer;
    
}

.reactions .emoji {
    font-size: 2rem;
    border: none;
    transition: 0.3s ease;
}

.reactions .reaction-btn:hover span {
    transition:0.3s;
    color: #a0190b;
}

.reactions .count {
    font-weight: bold;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
}

.reactions .label {
    font-size: 0.9em;
    color: #ffffff;
}

.reactions .reaction-btn.selected {
    background: #141313;
    border: solid 2px #a0190b;
    border-radius: 5px;
}
