*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-app-bg: #DDD6CE;--color-header-bg: #D4CDC9;--color-card-bg: #F9F5EF;--color-cream: #F9F5EF;--color-dark: #251B19;--color-orange: #DF5B26;--color-border: #D4CDC9;--color-muted: #7F7A74;--color-green: #64A153;--color-btn-dark: #141312;--color-orange-500: #DF5B26;--color-orange-600: #C94F1F;--color-orange-700: #B34519;--color-orange-100: #FEF3E8;--color-orange-50: #FFF9F5;--color-white: #FFFFFF;--color-gray-50: #FAF9F8;--color-gray-100: #F5F3F1;--color-gray-200: #E8E4E1;--color-gray-300: #D4CDC9;--color-gray-400: #A8A19C;--color-gray-500: #7F7A74;--color-gray-600: #5C5753;--color-gray-700: #3D3936;--color-gray-800: #2A2624;--color-gray-900: #251B19;--color-green-100: #E8F5E4;--color-green-500: #64A153;--color-green-600: #4D8A3F;--color-red-50: #FEF2F2;--color-red-200: #FECACA;--color-red-500: #EF4444;--color-red-600: #DC2626;--color-red-700: #B91C1C;--color-yellow-50: #FFFBEB;--color-yellow-200: #FDE68A;--color-yellow-800: #92400E}body{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;background-color:var(--color-app-bg);color:var(--color-dark);line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mr-2{margin-right:.5rem}.ml-3{margin-left:.75rem}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.pt-4{padding-top:1rem}.w-full{width:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-16{width:4rem}.w-32{width:8rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-32{height:8rem}.min-h-screen{min-height:100vh}.min-h-\[400px\]{min-height:400px}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:72rem}.max-w-7xl{max-width:90rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.leading-5{line-height:1.25rem}.whitespace-nowrap{white-space:nowrap}.text-white{color:#fff}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-900{color:var(--color-gray-900)}.text-orange-500{color:var(--color-orange-500)}.text-orange-600{color:var(--color-orange-600)}.text-orange-700{color:var(--color-orange-700)}.text-green-600{color:var(--color-green-600)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-yellow-800{color:var(--color-yellow-800)}.bg-cream,.bg-card{background-color:var(--color-card-bg)}.bg-app{background-color:var(--color-app-bg)}.bg-header{background-color:var(--color-header-bg)}.bg-white{background-color:#fff}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-300{background-color:var(--color-gray-300)}.bg-gray-900{background-color:var(--color-gray-900)}.bg-gray-800{background-color:var(--color-gray-800)}.bg-orange-50{background-color:var(--color-orange-50)}.bg-orange-100{background-color:var(--color-orange-100)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-orange-600{background-color:var(--color-orange-600)}.bg-orange-700{background-color:var(--color-orange-700)}.bg-green-100{background-color:var(--color-green-100)}.bg-green-500{background-color:var(--color-green-500)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-500{background-color:var(--color-red-500)}.bg-yellow-50{background-color:var(--color-yellow-50)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-300{border-color:var(--color-gray-300)}.border-orange-500{border-color:var(--color-orange-500)}.border-red-200{border-color:var(--color-red-200)}.border-red-500{border-color:var(--color-red-500)}.border-yellow-200{border-color:var(--color-yellow-200)}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-card{box-shadow:0 4px 19px #0000000d}.overflow-hidden{overflow:hidden}.outline-none{outline:none}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.transition-all{transition-property:all;transition-duration:.15s}.transition-transform{transition-property:transform;transition-duration:.15s}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--color-orange-500)}.focus\:ring-offset-2:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--color-orange-500)}.focus\:ring-orange-500:focus{--tw-ring-color: var(--color-orange-500)}.focus\:ring-gray-500:focus{--tw-ring-color: var(--color-gray-500)}.focus\:border-orange-500:focus{border-color:var(--color-orange-500)}.hover\:bg-orange-700:hover{background-color:var(--color-orange-700)}.hover\:bg-gray-800:hover{background-color:var(--color-gray-800)}.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\:text-gray-900:hover{color:var(--color-gray-900)}.hover\:text-red-500:hover{color:var(--color-red-500)}.hover\:text-orange-700:hover{color:var(--color-orange-700)}.hover\:border-gray-300:hover{border-color:var(--color-gray-300)}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.h-full{height:100%}.h-16{height:4rem}.space-x-6>*+*{margin-left:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}a{text-decoration:none;color:inherit}.ranked-voting{display:flex;flex-direction:column;gap:.75rem}.ranked-voting__header{margin-bottom:.25rem}.ranked-voting__instruction{font-size:.875rem;color:var(--color-gray-600)}.ranked-voting__list{display:flex;flex-direction:column;gap:.5rem}.ranked-voting__item-wrapper{display:flex;align-items:center;gap:.5rem}.ranked-voting__arrows{display:flex;flex-direction:column;gap:.125rem}.ranked-voting__arrow{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.25rem;padding:0;background:var(--color-gray-100);border:1px solid var(--color-gray-200);border-radius:.25rem;color:var(--color-gray-600);cursor:pointer;transition:all .15s}.ranked-voting__arrow:hover:not(:disabled){background:var(--color-gray-200);color:var(--color-gray-900)}.ranked-voting__arrow:disabled{opacity:.3;cursor:not-allowed}.ranked-voting__footer{margin-top:.5rem;text-align:center}.ranked-item{display:flex;align-items:center;flex:1;padding:.75rem 1rem;background:var(--color-white);border:2px solid var(--color-gray-200);border-radius:.5rem;cursor:grab;transition:all .15s;touch-action:none}.ranked-item:hover{border-color:var(--color-gray-300);background:var(--color-gray-50)}.ranked-item--dragging{box-shadow:0 4px 12px #00000026;border-color:var(--color-orange-500);background:var(--color-orange-50);cursor:grabbing}.ranked-item__rank{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:var(--color-orange-500);color:var(--color-white);font-weight:600;font-size:.875rem;border-radius:9999px;flex-shrink:0}.ranked-item__content{flex:1;margin-left:.75rem}.ranked-item__text{font-weight:500;color:var(--color-gray-900)}.ranked-item__handle{display:flex;align-items:center;justify-content:center;padding:.5rem;margin-left:auto;color:var(--color-gray-400);pointer-events:none}.ranked-voting--desktop .ranked-item{padding:12px 16px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-white)}.ranked-voting--desktop .ranked-item__rank{width:auto;height:auto;min-width:24px;background:transparent;color:var(--color-muted);font-weight:400;font-size:14px;border-radius:0;padding-right:12px;border-right:1px solid var(--color-border)}.ranked-voting--desktop .ranked-item__content{margin-left:12px}.ranked-voting--desktop .ranked-item__text{font-weight:400;font-size:14px}.ranked-voting--desktop .ranked-item__handle{color:var(--color-orange)}.ranked-voting--desktop .ranked-item__handle svg{width:20px;height:20px}.ranked-voting--desktop .ranked-voting__arrows{display:none}@media(max-width:767px){.ranked-voting__instruction{font-size:.8125rem}.ranked-voting__arrows{display:none!important}.ranked-item{padding:.875rem}.ranked-item__handle{display:none}.ranked-item__rank{width:1.75rem;height:1.75rem;font-size:.8125rem}}.ranked-results{display:flex;flex-direction:column;gap:1.5rem}.ranked-results__round{border:1px solid var(--color-gray-200);border-radius:.5rem;overflow:hidden}.ranked-results__round-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--color-gray-50);border-bottom:1px solid var(--color-gray-200)}.ranked-results__round-title{font-weight:600;color:var(--color-gray-900)}.ranked-results__round-info{font-size:.875rem;color:var(--color-gray-500)}.ranked-results__round-content{padding:1rem}.ranked-results__option{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.ranked-results__option:not(:last-child){border-bottom:1px solid var(--color-gray-100)}.ranked-results__option-name{font-weight:500;color:var(--color-gray-900)}.ranked-results__option-name--eliminated{color:var(--color-gray-400);text-decoration:line-through}.ranked-results__option-votes{font-size:.875rem;color:var(--color-gray-600)}.ranked-results__eliminated{margin-top:.75rem;padding:.5rem .75rem;background:var(--color-red-50);border-radius:.25rem;font-size:.875rem;color:var(--color-red-700)}.ranked-pairs-results{display:flex;flex-direction:column;gap:1.5rem}.condorcet-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:var(--color-green-100);color:var(--color-green-600);font-size:.75rem;font-weight:600;border-radius:9999px;text-transform:uppercase}.matchups-section{margin-top:1rem}.matchups-section__title{font-weight:600;color:var(--color-gray-900);margin-bottom:.75rem}.matchup{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--color-gray-50);border-radius:.5rem;margin-bottom:.5rem}.matchup__result{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.matchup__winner{font-weight:600;color:var(--color-green-600)}.matchup__loser{color:var(--color-gray-500)}.matchup__vs{color:var(--color-gray-400);font-size:.75rem}.matchup__margin{font-size:.75rem;color:var(--color-gray-500);background:var(--color-white);padding:.25rem .5rem;border-radius:.25rem}.final-rankings{margin-top:1rem}.final-rankings__title{font-weight:600;color:var(--color-gray-900);margin-bottom:.75rem}.final-rankings__list{display:flex;flex-direction:column;gap:.5rem}.final-rankings__item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:.5rem}.final-rankings__item--winner{border-color:var(--color-orange-500);background:var(--color-orange-50)}.final-rankings__rank{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:var(--color-gray-100);color:var(--color-gray-700);font-weight:600;font-size:.875rem;border-radius:9999px;flex-shrink:0}.final-rankings__item--winner .final-rankings__rank{background:var(--color-orange-500);color:var(--color-white)}.final-rankings__name{font-weight:500;color:var(--color-gray-900)}.transition-transform{transition:transform .15s ease}.rotate-180{transform:rotate(180deg)}.dev-tools{position:fixed;bottom:1rem;right:1rem;z-index:9999}.dev-tools-toggle{width:2.5rem;height:2.5rem;border-radius:9999px;background:var(--color-gray-800);border:none;cursor:pointer;font-size:1rem;box-shadow:0 2px 8px #0003}.dev-tools-toggle:hover{background:var(--color-gray-900)}.dev-tools-panel{position:absolute;bottom:3rem;right:0;width:250px;background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:.5rem;box-shadow:0 4px 12px #00000026;overflow:hidden}.dev-tools-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--color-gray-100);border-bottom:1px solid var(--color-gray-200)}.dev-tools-header button{background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--color-gray-500)}.dev-tools-content{padding:1rem}.dev-tools-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem}.dev-tools-section label{color:var(--color-gray-600)}.dev-tools-section code{font-family:monospace;background:var(--color-gray-100);padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem}.dev-tools-btn{width:100%;padding:.5rem 1rem;margin-bottom:.5rem;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;background:var(--color-orange-500);color:#fff}.dev-tools-btn:hover{background:var(--color-orange-600)}.dev-tools-btn.secondary{background:var(--color-gray-200);color:var(--color-gray-700)}.dev-tools-btn.secondary:hover{background:var(--color-gray-300)}.dev-tools-hint{margin-top:.75rem;font-size:.75rem;color:var(--color-gray-500);line-height:1.4}.identity-list{display:flex;flex-direction:column;gap:.375rem}.identity-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem .75rem;background:var(--color-gray-50);border:2px solid transparent;border-radius:.5rem;cursor:pointer;transition:all .15s}.identity-btn:hover{background:var(--color-gray-100)}.identity-btn.active{border-color:var(--color-gray-400);background:var(--color-white)}.identity-avatar{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;color:#fff;font-weight:600;font-size:.875rem}.identity-name{flex:1;text-align:left;font-weight:500;color:var(--color-gray-900)}.identity-check{color:var(--color-green-600);font-weight:600}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.mobile-only{display:flex}@media(min-width:768px){.mobile-only{display:none!important}}.desktop-only{display:none}@media(min-width:768px){.desktop-only{display:flex!important}}.desktop-only-inline{display:none}@media(min-width:768px){.desktop-only-inline{display:inline-flex!important}}.mobile-only-inline{display:inline}@media(min-width:768px){.mobile-only-inline{display:none!important}}.learn-rc-grid{display:grid!important;gap:16px;grid-template-columns:1fr!important;width:100%;max-width:100%;overflow:hidden}.learn-rc-grid>*{min-width:0!important;max-width:100%!important;width:100%!important}@media(min-width:480px){.learn-rc-grid{grid-template-columns:repeat(2,1fr)!important}}@media(min-width:768px){.learn-rc-grid{grid-template-columns:repeat(3,1fr)!important}}.learn-plurality-grid{display:grid!important;gap:16px;grid-template-columns:1fr!important;width:100%;max-width:100%;overflow:hidden}.learn-plurality-grid>*{flex:none!important;min-width:0!important;max-width:100%!important;width:100%!important}@media(min-width:480px){.learn-plurality-grid{grid-template-columns:repeat(2,1fr)!important}}@media(min-width:768px){.learn-plurality-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:767px){.max-w-2xl,.max-w-4xl,.max-w-5xl,.max-w-7xl{max-width:100%!important;overflow-x:hidden!important}main>*{max-width:100%;overflow-x:hidden}main.px-4,header>.max-w-7xl.px-4{padding-left:.75rem!important;padding-right:.75rem!important}}@media(max-width:374px){main.px-4,header>.max-w-7xl.px-4{padding-left:.5rem!important;padding-right:.5rem!important}}.learn-pros-cons{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:480px){.learn-pros-cons{grid-template-columns:1fr 1fr!important}}.sidebar-layout{display:flex;flex-direction:column;gap:16px;width:100%}.sidebar-layout>*{width:100%;min-width:0}@media(min-width:768px){.sidebar-layout{display:grid!important;grid-template-columns:280px 1fr!important;gap:32px!important;align-items:start!important}.sidebar-layout>*{width:auto}}@media(min-width:1200px){.sidebar-layout{grid-template-columns:300px 1fr!important;gap:40px!important;align-items:start!important}}.vote-desktop-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}.poll-card-hover{transition:box-shadow .15s ease,transform .15s ease}.poll-card-hover:hover{box-shadow:0 4px 12px #0000001a}.filter-content{display:block}@media(max-width:767px){.filter-content{display:none}.filter-content--expanded{display:block}}.results-header-layout{display:flex;flex-direction:column;gap:24px}@media(min-width:768px){.results-header-layout{flex-direction:row!important;align-items:center!important;gap:40px!important}}.results-winner-section{border-top:1px solid #E6DFD9;padding-top:24px}@media(min-width:768px){.results-winner-section{border-top:none!important;padding-top:0!important;border-left:1px solid #E6DFD9!important;padding-left:40px!important;flex:1 1 50%!important;min-width:0!important}}.results-chart-layout{display:flex;flex-direction:column;align-items:center;gap:24px;overflow:visible}.results-chart-layout .plurality-chart{max-width:100%;width:280px;flex-shrink:0}@media(max-width:320px){.results-chart-layout .plurality-chart{width:100%!important;max-width:280px!important}}@media(min-width:768px){.results-chart-layout{flex-direction:row!important;justify-content:center!important;gap:40px!important}}.results-round-layout{display:flex;flex-direction:column;gap:24px}@media(min-width:768px){.results-round-layout{flex-direction:row!important;align-items:flex-start!important;gap:40px!important}}.results-explanation-panel{width:100%}@media(min-width:768px){.results-explanation-panel{flex:0 0 420px!important;width:auto!important}}.your-vote-dot:after{content:"Your vote";position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%);padding:6px 10px;background-color:#251b19;color:#fff9f5;font-size:12px;font-weight:500;white-space:nowrap;border-radius:6px;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;pointer-events:none;z-index:100}@media(min-width:768px){.your-vote-dot:hover:after{opacity:1;visibility:visible}}.your-vote-dot:focus:after{opacity:1;visibility:visible}.your-vote-dot:focus{outline:none}.mobile-menu{position:fixed;top:64px;left:0;right:0;bottom:0;background-color:var(--color-card-bg);z-index:9999;display:flex;flex-direction:column;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:auto}@media(min-width:768px){.mobile-menu{display:none!important}}html,body{min-height:100%;min-height:-webkit-fill-available}#root{min-height:100%;display:flex;flex-direction:column;height:auto}.min-h-screen{min-height:100vh;min-height:-webkit-fill-available;display:flex;flex-direction:column;height:auto}main{flex:1 0 auto}@media(min-width:768px){main>*{transition:opacity .1s ease-out}}.create-poll-grid{display:flex;flex-direction:column;gap:24px}.create-poll-question{order:1;width:100%;min-width:0}.create-poll-voting-method{order:2;width:100%;min-width:0;position:relative;z-index:1;display:flex;flex-direction:column}.create-poll-options{order:3;width:100%;min-width:0}.create-poll-voting-method>*{width:100%;min-width:0}.create-poll-voting-method .voting-method-select-wrapper{position:relative}@media(min-width:768px){.create-poll-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:32px}.create-poll-question{grid-column:1;grid-row:1;order:unset}.create-poll-voting-method{grid-column:1;grid-row:2;order:unset}.create-poll-options{grid-column:2;grid-row:1 / 3;order:unset}}.poll-success-layout{display:flex;flex-direction:column;gap:24px}@media(min-width:768px){.poll-success-layout{flex-direction:row!important;gap:40px!important}}.poll-success-left{flex:1 1 50%;display:flex;flex-direction:column;gap:20px}.poll-success-right{flex:1 1 50%;display:flex;flex-direction:column;gap:20px;border-top:1px solid var(--color-border);padding-top:24px}@media(min-width:768px){.poll-success-right{border-top:none!important;padding-top:0!important;border-left:1px solid var(--color-border)!important;padding-left:40px!important}}@media(max-width:479px){.learn-rc-results-table th,.learn-rc-results-table td{padding:8px 6px!important;font-size:13px!important}.learn-rc-results-table th:first-child,.learn-rc-results-table td:first-child{width:24px!important;padding-left:8px!important;padding-right:4px!important}.learn-rc-results-table th:nth-child(3),.learn-rc-results-table td:nth-child(3),.learn-rc-results-table th:nth-child(4),.learn-rc-results-table td:nth-child(4){width:44px!important;padding-left:4px!important;padding-right:4px!important}.learn-rc-results-table .voter-badge{padding:2px 6px!important;font-size:10px!important}.learn-rc-results-table .winner-badge{padding:2px 6px!important;font-size:10px!important;margin-left:4px!important}}
