/* Post Votes styles */
.pv-wrap{border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin:24px 0;background:#fff}
.pv-title{font-weight:600;margin-bottom:10px}
.pv-buttons{display:flex;gap:10px;margin-bottom:10px}
.pv-btn{border:1px solid #d1d5db;border-radius:9999px;padding:10px 14px;background:#f9fafb;cursor:pointer;font-weight:600;transition:transform .05s ease}
.pv-btn:disabled{opacity:.55;cursor:not-allowed}
.pv-btn:hover{transform:translateY(-1px)}
.pv-emoji{margin-right:6px}
.pv-stats{display:flex;gap:12px;align-items:center;margin:10px 0;color:#374151}
.pv-bar{position:relative;width:100%;height:10px;background:#f3f4f6;border-radius:9999px;overflow:hidden;margin-top:6px}
.pv-bar-up{height:100%;background:#10b981}
.pv-bar-down{height:100%;background:#ef4444}
.pv-percent{display:flex;justify-content:space-between;color:#6b7280;margin-top:6px;font-size:12px}
.pv-note{margin-top:8px;color:#059669}
