/* The Pollsters - styles */
.tp-create-poll, .tp-poll { max-width: 720px; margin: 1rem auto; padding: 1rem; border: 1px solid #e5e7eb; border-radius: 12px; }
.tp-create-poll h3, .tp-poll h3 { margin-top: 0; }
.tp-create-poll label { display:block; margin: .5rem 0; }
.tp-create-poll input[type="text"], .tp-create-poll input[type="email"] { width: 100%; padding: .6rem; border:1px solid #d1d5db; border-radius: 8px; }
.tp-create-poll button, .tp-vote-btn { padding: .6rem .9rem; border: 0; border-radius: 8px; background:#111827; color:#fff; cursor:pointer; }
.tp-options-list { list-style:none; padding:0; margin:0; }
.tp-options-list li { margin:.5rem 0; }
.tp-bar { background:#e5e7eb; height:10px; border-radius:6px; overflow:hidden; }
.tp-bar span { display:block; height:10px; background:#6b7280; transition: width .25s ease; }
.tp-pct { font-size:.8rem; color:#6b7280; margin-left:.4rem; }
.tp-msg { margin-top:.5rem; font-size:.95rem; }
.tp-results-only input[type="radio"]{ display:none; }
.tp-discover { max-width: 720px; margin: 1rem auto; }
.tp-discover-list { list-style:none; padding:0; }
.tp-discover-item { display:flex; justify-content:space-between; border-bottom:1px solid #eee; padding:.6rem 0; }
.tp-discover-title { font-weight:600; text-decoration:none; }
.tp-discover-meta { color:#6b7280; }
.tp-pagination { margin-top:.8rem; }
.tp-pagination a { margin-right:.4rem; text-decoration:none; padding:.2rem .5rem; border:1px solid #ddd; border-radius:6px; }
.tp-pagination a.active { background:#111827; color:#fff; }
