/* tk-post-views — stile del contatore nel frontend */
.tk-pv-wrapper{ margin:14px 0; }
.tk-pv-pos-before{ margin-bottom:18px; }
.tk-pv-pos-after{ margin-top:18px; }
.tk-pv-count{ display:inline-flex; align-items:center; gap:6px; font-size:14px; color:#64748b; }
.tk-pv-count .tk-pv-eye{ color:#0891b2; flex-shrink:0; }
.tk-pv-label{ font-weight:500; }
.tk-pv-num{ font-weight:700; color:#0f172a; }
.tk-pv-most-viewed{ list-style:none; margin:0; padding:0; }
.tk-pv-most-viewed li{ padding:6px 0; border-bottom:1px solid #eef2f6; }
.tk-pv-most-viewed li:last-child{ border-bottom:0; }
.tk-pv-mv-count{ color:#94a3b8; font-size:.9em; }
.tk-pv-pro-note{ font-size:12px; color:#94a3b8; font-style:italic; }
