.poll-container{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;background-color:#f1f1f1}.poll-question{font-size:1.1em;font-weight:600;margin:0 0 16px;color:#111b21}.poll-options{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.poll-option{background-color:#fff;border:2px solid transparent;padding:12px;border-radius:8px;cursor:pointer;text-align:left;font-size:1em;color:#333;width:100%;transition:border-color .2s ease,background-color .2s ease}.poll-option:hover{background-color:#e9e9e9}.poll-option.selected{border-color:#007bff;background-color:#e7f3ff}.vote-button{width:100%;padding:12px;margin-top:16px;background-color:#007bff;color:#fff;border:none;border-radius:8px;font-size:1em;font-weight:600;cursor:pointer;transition:background-color .2s ease}.vote-button:hover:not(:disabled){background-color:#0056b3}.vote-button:disabled{background-color:#a0c7ff;cursor:not-allowed}.poll-option-wrapper{margin-bottom:8px}.result-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;color:#111b21}.option-text{font-weight:500}.percentage{font-weight:600}.progress-bar{width:100%;background-color:#dcdcdc;border-radius:5px;height:8px;overflow:hidden;position:relative}.progress{position:absolute;left:0;top:0;height:100%;background-color:#4caf50;border-radius:5px 0 0 5px;transition:width .5s ease-in-out}.vote-count{font-size:.8em;color:#667781;margin-top:4px}.total-votes{margin-top:16px;text-align:center;font-size:.9em;color:#667781;font-weight:500}.result-info svg{color:#4caf50;margin-left:8px}
/*# sourceMappingURL=main.b31bbbc1.chunk.css.map */