.post-poll { margin: 24px 0; padding: 20px; border: 1px solid #e0e8ed; border-radius: 16px; background: #f8fafc; }
.post-poll-option { display: flex; align-items: center; gap: 12px; min-height: 60px; margin-bottom: 12px; padding: 12px; background: #fff; border: 1px solid #dfe6ed; border-radius: 12px; cursor: pointer; }
.post-poll-option img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; }
.post-poll-option .form-check-input { flex-shrink: 0; }
.post-poll-option .progress { height: 7px; }
.post-poll-preview { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; padding: 16px; border-radius: 12px; background: var(--meow-primary-soft); color: inherit; text-decoration: none; }
.post-poll-preview span { font-size: 13px; color: #667085; }
