/* TV Poty Web v11 - Enquetes */
.tvp-poll{background:#fff;border:1px solid #eee;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.05);max-width:720px;margin:20px auto;font-family:inherit}
.tvp-poll-banner img{width:100%;height:auto;display:block}
.tvp-poll-body{padding:20px}
.tvp-poll-question{font-size:22px;margin:0 0 16px;color:#111;line-height:1.3}
.tvp-poll-options{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}
.tvp-poll-opt{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px 12px;padding:12px 14px;border:2px solid #e5e7eb;background:#f9fafb;border-radius:10px;cursor:pointer;text-align:left;font:inherit;transition:all .18s ease;position:relative;overflow:hidden}
.tvp-poll-opt:hover:not(:disabled){border-color:#d6202a;background:#fff5f5;transform:translateY(-1px)}
.tvp-poll-opt:disabled{cursor:default}
.tvp-poll-opt.voted{border-color:#d6202a;background:#fff}
.tvp-poll-opt.mine{border-color:#22c55e;background:#f0fdf4}
.tvp-poll-opt-label{font-weight:600;color:#111;grid-column:1;grid-row:1;z-index:2}
.tvp-poll-opt-pct{font-weight:700;color:#d6202a;grid-column:2;grid-row:1;z-index:2;display:none}
.tvp-poll-opt-bar{grid-column:1/-1;grid-row:2;height:6px;background:#e5e7eb;border-radius:99px;overflow:hidden;display:none}
.tvp-poll-opt-fill{display:block;height:100%;background:linear-gradient(90deg,#d6202a,#f43f5e);transition:width .5s ease;width:0}
.tvp-poll.show-results .tvp-poll-opt-pct,
.tvp-poll.show-results .tvp-poll-opt-bar{display:block}
.tvp-poll.show-results .tvp-poll-opt.mine .tvp-poll-opt-fill{background:linear-gradient(90deg,#22c55e,#16a34a)}
.tvp-poll-meta{color:#666;font-size:13px;margin-bottom:12px}
.tvp-poll-share{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:#555;border-top:1px solid #f0f0f0;padding-top:12px}
.tvp-poll-sh{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:99px;font-weight:600;font-size:12px;text-decoration:none;color:#fff;border:0;cursor:pointer}
.tvp-poll-sh.wa{background:#25d366}.tvp-poll-sh.fb{background:#1877f2}.tvp-poll-sh.tw{background:#000}.tvp-poll-sh.tg{background:#0088cc}.tvp-poll-sh.copy{background:#374151}
.tvp-poll-sh:hover{opacity:.9;transform:translateY(-1px)}
.tvp-poll-error{padding:12px;background:#fee;color:#900;border-radius:8px;margin:12px 0}
.tvp-poll-home{padding:40px 0;background:#f8fafc}
@media (max-width:520px){.tvp-poll-question{font-size:18px}.tvp-poll-body{padding:16px}}
