.vseti-poll { display: grid; gap: 9px; margin: 14px 0; max-width: 620px; }
.vseti-poll-option { position: relative; isolation: isolate; display: flex; align-items: center; gap: 10px; width: 100%; min-height: 54px; overflow: hidden; padding: 7px 13px; border: 1px solid #393939; border-radius: 13px; background: #111; color: #fff; text-align: left; font: inherit; cursor: pointer; }
.vseti-poll-option:not(:disabled):hover { border-color: #2c9aed; background: #17222a; }
.vseti-poll-option:disabled { cursor: default; }
.vseti-poll-option.selected { border-color: #2c9aed; }
.vseti-poll-option img { width: 42px; height: 42px; border-radius: 8px; object-fit: contain; background: #222; }
.vseti-poll-fill { position: absolute; z-index: -1; inset: 0 auto 0 0; background: rgba(29,155,240,.28); }
.vseti-poll-label { flex: 1; overflow-wrap: anywhere; font-weight: 650; }
.vseti-poll-option strong { color: #8ed2ff; }
.vseti-poll-meta { color: #8b8b8b; font-size: 13px; }
