.vorya-ld-wrap {
    display: flex;
    gap: 8px;
    margin: 0.5em 0;
    align-items: center;
    direction: rtl;
    justify-content: flex-end;
}
.vorya-ld-btn {
    background: #0A0830;
    color: #D4AF37;
    border: none;
    border-radius: 50px;
    padding: 6px 16px 6px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: background 0.2s, color 0.2s;
    font-weight: bold;
    outline: none;
    box-shadow: 0 1px 4px #0A083025;
}
.vorya-ld-btn:hover, .vorya-ld-btn.active {
    background: #D4AF37;
    color: #0A0830;
}
.vorya-ld-btn.dislike {
    background: #54595F;
    color: #fff;
}
.vorya-ld-btn.dislike.active, .vorya-ld-btn.dislike:hover {
    background: #D4AF37;
    color: #0A0830;
}
.vorya-ld-count {
    font-weight: normal;
    margin-right: 4px;
    font-size: 14px;
}

@media (max-width:480px) {
    .vorya-ld-btn {
        padding: 5px 10px 5px 8px;
        font-size: 15px;
    }
}
