.wp-block-poll{margin:2em 0;padding:20px;background-color:#f7f8f9;border:1px solid #e0e0e0;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;box-shadow:0 4px 6px -1px rgb(0 0 0 / .07),0 2px 4px -2px rgb(0 0 0 / .04)}.wp-block-poll .poll-question p{margin-top:0;margin-bottom:12px;font-size:1.2rem;font-weight:600}.wp-block-poll .poll-message{margin:10px 0}.wp-block-poll .error-message{color:#d32f2f;font-weight:500}.wp-block-poll .success-message{color:#388e3c;font-weight:500}.wp-block-poll .notice{color:#1976d2;font-weight:500}.wp-block-poll .poll-options{margin-bottom:20px}.wp-block-poll .poll-option{margin-bottom:10px}.wp-block-poll .poll-option label{font-size:1rem;margin-left:4px;cursor:pointer}.wp-block-poll .poll-submit{margin-top:15px}.wp-block-poll .poll-option-result{margin-bottom:15px;position:relative}.wp-block-poll .poll-option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;gap:12px}.wp-block-poll .poll-option-text{color:#333;font-size:1rem;font-weight:500;line-height:1.4}.wp-block-poll .poll-stats{display:flex;flex-direction:column;align-items:flex-end;font-size:.9em;min-width:80px}.wp-block-poll .poll-vote-count{color:#666}.wp-block-poll .separator{margin:0 6px;color:#999;display:none}.wp-block-poll .poll-percentage{font-weight:700;color:#333}.wp-block-poll .poll-bar-container{height:8px;background:#dee2e6;border-radius:4px;overflow:hidden;position:relative}.wp-block-poll .poll-bar{height:100%;background:#20c997;border-radius:4px;transition:none}.wp-block-poll .poll-total-votes{margin-top:15px;font-style:italic;color:#666;text-align:right;font-size:.9em}.wp-block-poll .poll-results{display:none}.wp-block-poll.has-voted .poll-voting-form{display:none}.wp-block-poll.has-voted .poll-results{display:block}@media (min-width:769px){.wp-block-poll .poll-stats{flex-direction:row;align-items:center;justify-content:flex-end;min-width:190px}.wp-block-poll .separator{display:inline}}.wp-block-poll .poll-submit button,.wp-block-poll .poll-submit button:visited{background-color:#17453b;border:none;border-radius:4px;color:#fff;padding:10px 20px;font-weight:700;cursor:pointer;position:relative;overflow:hidden;transition:background-color 0.3s ease;text-transform:none}.wp-block-poll .poll-submit button:hover,.wp-block-poll .poll-submit button:focus{background-color:#11352e;color:#fff}.wp-block-poll .poll-submit button::after{background:#fff;content:"";height:155px;left:0;opacity:.2;position:absolute;top:-50px;transform:rotate(35deg) translateX(-120%);transition:transform 400ms ease-in-out;width:50px}.wp-block-poll .poll-submit button:hover::after,.wp-block-poll .poll-submit button:focus::after{transform:rotate(35deg) translateX(250%)}.wp-block-poll.dynamic-poll[data-loading="true"]{min-height:150px;display:flex;align-items:center;justify-content:center}.wp-block-poll .poll-loading{display:none;text-align:center;padding:20px}.wp-block-poll.poll-loading-active .poll-loading{display:block}.wp-block-poll .poll-loading-spinner{width:40px;height:40px;margin:0 auto 15px;border:3px solid #e0e0e0;border-top:3px solid #0073aa;border-radius:50%;animation:poll-spin 1s linear infinite}@keyframes poll-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.wp-block-poll .poll-error{text-align:center;padding:20px;color:#d32f2f}.wp-block-poll.poll-error-active .poll-error{display:block!important}