.pp-reaction1{
    margin-bottom: 10px;
    display: none;
}
.pp-reaction2{
    /* Sidebar'da gösterilir, mobilde gizlenir */
}
.pp-reaction{
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 16px 16px 6px 16px;
    margin-bottom: 16px;
}

/* Responsive: Mobilde pp-reaction1 göster, pp-reaction2 gizle */
@media (max-width: 991px) {
    .pp-reaction1 {
        display: block;
    }
    .pp-reaction2 {
        display: none;
    }
}
.pp-reaction .ppp_re,
.pp-reaction-baslik{
    margin-bottom: 12px;
    font-weight: 600;
    color: #1e293b;
    font-size: 14px;
}
.pp-reaction-buttons {
    display: inline-block;
    position: relative;
    width: 42px;
    margin: 0px 3px 3px 3px;
    text-align: center;
    border-radius: 10px;
    background: #f8fafc;
    overflow: hidden;
    transition: border-color 0.2s ease;
}
.pp-reaction-buttons:hover {
    border-color: #3d618d;
}
.pp-reactions-count {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    z-index: 4;
    font-weight: 600;
    color: #64748b;
    font-size: 11px;
}
.pp-reaction-alt{
    border-radius: 8px;
    margin: 5px 5px 5px 5px;
    background-color: #fff;
    display: inline-table;
    width: calc(100% - 10px);
    min-height: 75px;
}
.pp-reaction-bar {
    display: block;
    height: 30px;
    position: relative;
    background-color: #f8fafc;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.pp-reaction-bar .pp-reactions-percent {
    background: #81e7d1;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    transition: height .2s cubic-bezier(.22,.61,.36,1);
    opacity: 0.3;
}
.pp-reactions-icon {
    display: block;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #f1f5f9;
    border-radius: 0 0 8px 8px;
    transition: all .2s ease;
    color: #64748b;
    font-size: 18px;
    line-height: 36px;
}
.pp-reactions-icon:hover {
    background-color: #81e8d2;
    color: #fff;
}
