.thumb-votes{display:flex;gap:12px;align-items:center;margin:16px 0;font-size:1.05rem;flex-wrap:wrap;position:relative;z-index:3;justify-content:flex-start}
.thumb-votes.align-right{justify-content:flex-end}
.thumb-votes.align-center{justify-content:center}
/* RTL default push to right */
.rtl .thumb-votes{justify-content:flex-end}
.thumb-votes .thumb-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;border:1px solid rgba(0,0,0,.08);text-decoration:none;cursor:pointer}
.thumb-votes .thumb-btn:hover{background:rgba(0,0,0,.05)}
.thumb-bar{position:relative;flex:1 1 220px;min-width:220px;height:10px;background:rgba(0,0,0,.08);border-radius:999px;overflow:hidden;margin-inline:8px}
.thumb-fill{height:100%;width:0%;background:linear-gradient(90deg, #4caf50, #8bc34a)}
.thumb-label{position:absolute;top:-22px;<?php /* logical property helps LTR/RTL */ ?>left:0;font-size:.85rem;opacity:.8}
.thumb-undo{margin-inline-start:auto;text-decoration:underline;display:none}
.thumb-timer{margin-inline-start:6px;opacity:.7;display:none}
/* Top posts widget/shortcode */
.thumb-top-posts .thumb-top-list{list-style:none;margin:0;padding:0}
.thumb-top-posts .thumb-top-item{display:flex;align-items:center;gap:8px;margin:8px 0;flex-wrap:wrap}
.thumb-top-posts .thumb-top-link{flex:1 1 auto;text-decoration:none}
.thumb-top-posts .thumb-top-counts{opacity:.8;font-size:.9rem}
.thumb-top-posts .thumb-top-bar{position:relative;flex:1 0 120px;height:6px;background:rgba(0,0,0,.08);border-radius:999px;overflow:hidden}
.thumb-top-posts .thumb-top-fill{display:block;height:100%;width:0;background:#4caf50}
.thumb-top-posts .thumb-top-label{font-size:.85rem;opacity:.8}
/* Astra/PostX visibility safety */
.ast-single-post .entry-content .thumb-votes, .postx-template .thumb-votes{line-height:1.4;overflow:visible}
