.summary{background-color:var(--background);color:var(--typography_text_color);display:grid;font-family:var(--font-family-base);grid-template-columns:1fr;grid-template-rows:repeat(2,auto);margin-bottom:32px}.summary__party+.summary__party{margin-top:24px}.summary__header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:16px}.summary__title{font-size:24px;font-weight:900;letter-spacing:-.25px;line-height:28px}.summary__remaining{border-radius:16px;color:var(--white);font-size:11px;font-weight:900;line-height:16px;padding:2px 8px}.summary__remaining--dem{background:var(--dem-win)}.summary__remaining--rep{background:var(--rep-win)}.summary-candidate{display:grid;gap:0 10px;grid-template-areas:"pic info" "pic bar";grid-template-columns:auto 1fr;grid-template-rows:repeat(2,auto)}.summary-candidate+.summary-candidate{margin-top:24px}.summary-candidate__image{display:block;grid-area:pic}.summary-candidate__image .headshot__image{height:48px;width:48px}.summary-candidate__image--dem{background-color:var(--dem-lean);border:.5px solid var(--dem-win)}.summary-candidate__image--rep{background-color:var(--rep-lean);border:.5px solid var(--rep-win)}.summary__party .summary-candidate:nth-child(n+3) .bar-chart__threshold:before{content:""}.summary__party .summary-candidate:nth-child(n+3) .bar-chart__threshold-icon{display:none}.summary-candidate__info{align-items:center;display:flex;flex-direction:row;grid-area:info;justify-content:space-between;position:relative}.summary-candidate__count,.summary-candidate__name{font-size:14px;font-weight:900;letter-spacing:-.25px;line-height:20px;position:relative}.summary-candidate__count--dem{color:var(--dem-win)}.summary-candidate__count--rep{color:var(--rep-win)}.summary-candidate__win-icon{border-radius:50%;fill:var(--white);height:12px;left:-20px;position:absolute;top:4px;width:12px}.summary-candidate__win-icon--dem{background-color:var(--dem-win);padding:3px}.summary-candidate__win-icon--rep{background-color:var(--rep-win);padding:3px}.summary-candidate__bar{height:var(--bar-height);margin-top:4px}.summary__action-wrapper{text-align:center}.summary__button{background:var(--color-brand-white-1);border:none;border-radius:16px;color:var(--typography_text_color);cursor:pointer;display:inline-block;font-size:12px;font-weight:900;line-height:18px;margin:16px auto 0;padding:8px 16px;text-decoration:none}.summary__button:hover{background:var(--color-brand-black-2);color:var(--color-brand-white-1)}@media screen and (min-width:768px){.summary{gap:0 48px;grid-template-columns:1fr 1fr;grid-template-rows:1fr}.summary__party+.summary__party{margin-top:0}}@media screen and (min-width:1024px){.summary-candidate__count,.summary-candidate__name{font-size:24px}.summary-candidate__image .headshot__image{height:64px;width:64px}.summary-candidate__win-icon{height:24px;left:-30px;position:absolute;top:-2px;width:24px}.summary-candidate__win-icon>path{transform:translate(2px)}}
