.rehan-poll{max-width:800px;margin:auto}.poll-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.poll-card{border:3px solid transparent;cursor:pointer;transition:all .2s;padding:5px;border-radius:10px}.poll-card img{width:100px;height:100px;object-fit:contain}.poll-card.selected{border-color:#a50000;transform:scale(1.05)}.vote-btn{margin-top:10px;padding:10px 20px;background:#dc2626;color:#fff;border:none;border-radius:8px;cursor:pointer}.vote-message{margin-top:10px;font-weight:700}.poll-results{margin-top:15px}.poll-bar-container{width:100%;background:#f3f3f3;border-radius:8px;height:20px;margin-bottom:10px}.poll-bar{height:100%;background:#dc2626;width:0;border-radius:8px;transition:width .5s}.poll-bar-label{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:3px}@media (max-width:600px){.poll-card img{width:70px;height:70px}}