@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap);.poll-box{border:1px solid #ccc;padding:15px;margin:20px 0;direction:rtl;background:#fff;border-radius:8px;font-family:'Cairo',sans-serif}.poll-question{font-size:18px;margin-bottom:10px;font-weight:700;color:#243D80}.poll-answer{display:block;width:100%;margin-bottom:8px;padding:10px;background-color:#243D80;color:#fff;border:none;border-radius:4px;cursor:pointer;text-align:right}.poll-answer:hover{background-color:#1a2f5c}.poll-results{margin-top:20px}.poll-result-item{margin-bottom:12px}.poll-result-item .label{font-size:15px;margin-bottom:6px;font-weight:600;color:#243D80}.poll-result-item .bar{background:#eee;border-radius:6px;height:22px;overflow:hidden}.poll-result-item .fill{background:#243D80;height:100%;width:0%;transition:width 0.8s ease-in-out}.total-votes{margin-top:12px;font-weight:700;color:#000;text-align:left}