@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR:wght@100..900&display=swap');

/*----------------------------------------------------
    ## color
----------------------------------------------------*/
:root {
  --c-bg-base: #fff;
  --c-bg-lp: #F6F5FC;
  --c-bg-p: #E3E0FB;
  --c-line-p: #D6D3EE;
  --c-txt: #212121;
  --c-gray-base: #898989;
  --c-darkgray: #5a5a5a;
  --c-lightgray: #EEE;
  --c-lightgray-2: #ccc;
  --c-txt-p: #c0bcdf;
  --c-purple: #8C009E;
  --c-purple-l: #DB92FE;
  --c-txt-navy: #3c00ac;
  --c-txt-navy-l: rgba(60,0,172,0.5);
  --c-point-gold: #B78446;
}
[data-dark=true]:root {
  --c-bg-base: #212121;
  --c-bg-lp: #2F2F2F;
  --c-bg-p: #423F55;
  --c-line-p: #3D3C44;
  --c-txt: #f0f0f0;
  --c-gray-base: #C1C1C1;
  --c-darkgray: #969696;
  --c-lightgray: #5e5e5e;
  --c-lightgray-2: #464646;
  --c-txt-p: #928fc0;
  --c-purple: #DBA1E3;
  --c-purple-l: #B545C4;
  --c-txt-navy: #a386d8;
  --c-txt-navy-l: rgba(163,134,216,0.5);
  --c-point-gold: #BB8B50;
}

/*-------------------------------------------------------------------
    ## Reset
-------------------------------------------------------------------*/
.election2025 * {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-style: normal;
  font-size: 100%;
  font-family: 'Spoqa Han Sans Neo', 'Noto Sans KR', "Dotum", "Dotumche", "돋움", "돋움체", "Arial";
  font-weight: inherit;
  line-height: 1;
  word-wrap: inherit;
  word-break: keep-all;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
}
a {text-decoration: none;}
.is_blind{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  font-size: 0;
  pointer-events: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*-------------------------------------------------------------------
    ## common
-------------------------------------------------------------------*/
.election2025 b {font-weight: bold;}
.election2025 .dropdown {position: relative;}
.election2025 .dropdown .dropdown_toggle span {margin-right: 8px;}
.election2025 .dropdown .dropdown_toggle.active .arw {
  position: relative;
  transform: rotate(0);
}
.election2025 .dropdown .dropdown_menu {
  visibility: hidden;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 4;
  background: var(--c-bg-base);
  overflow: hidden;
  border: 1px solid #cccccc;
  height: 0;
  box-sizing: border-box;
  transition: 0.5s;
}
.election2025 .dropdown .dropdown_menu.active {visibility: visible;}
.election2025 .dropdown.type_down .dropdown_menu {top: 100%;}
.election2025 .dropdown.type_up .dropdown_menu {bottom: 100%;}
.election2025 .dropdown .dropdown_menu ul,
.election2025 .dropdown .dropdown_menu [role="listbox"] {
  padding: 20px;
  height: 100%;
}
.election2025 .dropdown .dropdown_menu [role="listbox"] .dropdown_item a,
.election2025 .dropdown .dropdown_menu [role="listbox"] .dropdown_item button {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 400;
}
.election2025 .dropdown .dropdown_menu [role="listbox"] .dropdown_item.active {font-weight: bold;}
.election2025 .btn_toelect {
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 150px;
  background-color: var(--c-bg-p);
  border: 1px solid var(--c-line-p);
  border-radius: 50px;
  text-align: center;
  font-weight: 500;
  box-sizing: border-box;
  transition: .3s ease-in-out;
}
.election2025 .btn_toelect:hover {background-color: #d7d2f9;}
.election2025 .btn_toelect a {
  width: 100%;
  display: block;
  padding: 13px 0;
  color: var(--c-txt-navy);
}
.election2025 .btn_toelect a span {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  font-size: 18px;
}
.election2025 .btn_toelect a span::after{
    display: block;
    content: "";
    width: ;
}
/*----------------------------------------------------
    ## 21election_2025
----------------------------------------------------*/
.election2025 {
  width: 100%;
  margin: 20px auto;
  font-size: 16px;
  color: var(--c-txt);
}
.header_elect22 + .mk_body_news_group .elect_box .election2025 {margin: 0 auto 50px 0;}
.election2025::after {
  content: '';
  display: block;
  clear: both;
}
.election2025 .set_inner {margin: 0 auto;}
.election2025 .sec_body header {
  position: relative;
  padding: 15px 30px;
  background: linear-gradient(to right, #2E238C, #D05DFF);
  font-size: 24px;
  font-weight: bold;
  color: var(--c-bg-base);
  box-sizing: border-box;
}
.election2025 header .elect_all_rate {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 19px;
  text-align: right;
}
.election2025 header .elect_all_rate .allrate_per {margin-left: 8px;}
.election2025 .elect_wrap {  
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 30px 30px 35px 25px;
  box-sizing: border-box;
  border: 1px solid #FBEEFF;
  border-top: 0;
  transition: .3s ease-in-out;
}
.election2025 .elect_wrap .elect_source {
  position: absolute;
  bottom: 10px;
  right: 28px;
  color: #ccc;
  font-size: 13px;
  text-align: right;
}

/*----------------------------------------------------
    ## 선거 투표 현황
----------------------------------------------------*/
.election2025 .elect_wrap.elect_rate_wrap {
  display: flex;
  padding: 30px 0 30px 30px;
}
.election2025 .elect_wrap .elect_rate {
  width: 260px;
  flex: 0 0 260px;
}
.election2025 .elect_wrap .elcec_ttl {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.election2025 .elect_wrap .chart_box {
  position: relative;
  margin-bottom: 10px;
  padding: 17px;
  background-color: var(--c-bg-base);
  border: 1px solid var(--c-line-p);
  border-radius: 10px;
  text-align: center;
}
.election2025 .elect_wrap .chart_box .chart {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  height: 175px;
  border-radius: 50%;
  transition: 0.3s;
}
.election2025 .elect_wrap .chart_box .chart::after {
  content: '';
  background: var(--c-bg-base);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.election2025 .elect_wrap .elect_box_purp {
  padding: 12px 10px;
  background-color: #FCF3FF;
  border: 1px solid #F9E5FF;
  box-sizing: border-box;
  text-align: center;
  color: #62007B;
  font-size: 15px;
  font-weight: 500;
}
.election2025 .elect_wrap .elect_box_purp span.rate {font-weight: bold;}
.election2025 .elect_wrap .elect_rate_local {margin-left: 40px;}
.election2025 .elect_wrap .elect_local_box li {
  float: left;
  position: relative;
  width: 10%;
  height: 100px;
  margin: 0 9px 9px 0;
  background-color: #FEFDFF;
  border: 1px solid #F9E5FF;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.election2025 .elect_wrap .elect_local_box li.local_rate_high {border: 3px solid #B300FF;}
.election2025 .elect_wrap .elect_local_box li.local_rate_low{border: 3px solid #2E238C;}
.election2025 .elect_wrap .elect_local_box li > div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.election2025 .elect_wrap .elect_local_box li .local_badge {
  display: none;
  margin-bottom: 8px;
  padding: 5px 14px;
  background-color: #B300FF;
  font-size: 14px;
  font-weight: bold;
  color: var(--c-bg-base);
}
.election2025 .elect_wrap .elect_local_box li.local_rate_high .local_badge,
.election2025 .elect_wrap .elect_local_box li.local_rate_low .local_badge {display: inline-block;}
.election2025 .elect_wrap .elect_local_box li.local_rate_low .local_badge {background-color: #2E238C;}
.election2025 .elect_wrap .elect_local_box li .local_rate {
  margin: 5px auto;
  font-size: 20px;
  font-weight: 600;
  color: #212121;
}
.election2025 .elect_wrap .elect_local_box li.local_rate_high .local_rate {color: #B300FF;}
.election2025 .elect_wrap .elect_local_box li.local_rate_low .local_rate {color: #2E238C;}
.election2025 .elect_wrap .elect_local_box li .local_num {
  font-size: 12px;
  font-weight: normal;
  color: #898989;
}
.election2025 .elect_wrap .et_wrap {
  overflow: hidden;
  background: var(--c-bg-base);
  border: 1px solid var(--c-line-p);
  border-radius: 10px;
  box-sizing: border-box;
}
.election2025 .elect_wrap .et_wrap .elect_ttl {
  font-size: 19px;
  font-weight: bold;
}
.election2025 .btn_toelect.btn_header {
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  width: auto;
  background-color: transparent;
  border: 0;
}
.election2025 .btn_toelect.btn_header:hover a {opacity: 0.8;}
.election2025 .btn_toelect.btn_header a {
  text-align: right;
  color: var(--c-bg-base);
  transition: .3s ease-in-out;
}
.election2025 .btn_toelect.btn_header span {font-weight: 500;}
.election2025 .btn_toelect.btn_header span::after {
content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-image: url(//bimg.mk.co.kr/2025/21elect_box/images/ic_arrow_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 15px;
}
/* s: 도넛차트 */
    .chart-bar {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .chart-bar::before {
      content: '';
      position: absolute;
      width: 44px;
      height: 44px;
      background: white;
      border-radius: 50%;
    }
    /* e: 도넛차트 */

    .elect_wrap .elect_rate .elect_rate_top{
        padding-bottom: 35px;
    }
    
    .elect_wrap .elect_rate .elect_rate_top .elect_rate_left{
        margin-right: 25px;
        float: left;
    }
    .elect_wrap .elect_rate .elect_rate_top .elect_rate_left h4{
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 23px;
    }
    .elect_wrap .elect_rate .elect_rate_top .elect_rate_left .chart-rate{
        font-size: 40px;
        font-weight: 600;
        color: #D117FF;
    }
/*----------------------------------------------------
    ## 선거 개표 현황
----------------------------------------------------*/

.election2025 .elect_wrap .candi_photo{
  width: 234px;
  height: 226px;
  margin-bottom: -10px;
  overflow: hidden;
}/* 250520_수정 */

.election2025 .elect_wrap .candi_photo img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.election2025 .elect_wrap.elect_area{
  display: block;
}
.election2025 .elect_wrap .candi_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.election2025 .elect_wrap .candi_box .candi_top{
  display: flex;
  align-items: center;
}
.election2025 .elect_wrap .candi_box .candi_info span{
  display: inline-block;
  background-color: #F3F3F3;
  color: #6a6a6a;
  font-weight: 500;
  line-height: 1.7;
  padding: 0 15px;
  border-radius: 30px;
  margin-bottom: 12px;
}
.election2025 .elect_wrap .candi_box .candi_info span.candi_win{
  background-color: #521F00;
  border: 2px solid #FFDC7B;
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 214, 101, 1);
}
.election2025 .elect_wrap .candi_box .candi_info.info_left{
  text-align: right;
}
.election2025 .elect_wrap .candi_box .candi_info .party_name{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.election2025 .elect_wrap .candi_box .candi_info.info_left .party_name{
  color: #152484;
}
.election2025 .elect_wrap .candi_box .candi_info.info_right .party_name{
  color: #E61E2B;
}
.election2025 .elect_wrap .candi_box .candi_info .candi_name{
  font-size: 26px;
  font-weight: 600;
}

.election2025 .elect_wrap .candi_box .ca_vote_rate{
  margin: 0 150px;
  text-align: center;
}
.election2025 .elect_wrap .candi_box .ca_vote_rate .n_rate{
  font-size: 18px;
  color: #5A5A5A;
  margin-bottom: 18px;
}
.election2025 .elect_wrap .candi_box .ca_vote_rate .n_rate strong{
  color: #212121;
  font-size: 24px;
  font-weight: 600;
}
.election2025 .elect_wrap .candi_box .ca_vote_rate .vote_diff{
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  color: #fff;
  background-color: #212121;
}

.election2025 .elect_wrap .candi_box .ca_vote_rate .vote_diff span{
  font-size: 15px;
  color: #DCA1FF;
}

.election2025 .elect_wrap .candi_box .candi_wrap .candi_top{
  margin-bottom: 25px;
}
.election2025 .elect_wrap .candi_box .candi_wrap .candi_bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.election2025 .elect_wrap .candi_box .candi_wrap .candi_bottom .chart_bar{
  display: flex;
  align-items: flex-end;
}
.election2025 .elect_wrap .candi_box .candi_wrap .candi_bottom .chart_bar.chart_bar_1{ background-color: #5067FF;}
.election2025 .elect_wrap .candi_box .candi_wrap .candi_bottom .chart_bar.chart_bar_2{ background-color: #FF6D77; justify-content: end;}

.election2025 .elect_wrap .candi_box .candi_wrap .candi_bottom .chart_bar.chart_bar_1 p{
  font-size: 26px;
  font-weight: 600;
  margin-right: 10px;
}
.election2025 .elect_wrap .candi_box .candi_wrap .candi_bottom .chart_bar.chart_bar_2 p{
  font-size: 26px;
  font-weight: 600;
  margin-left: 10px;
}

.election2025 .elect_wrap .elect_source.source_bg{
  width: 100%;
  right: 0;
  bottom: 0;
  padding: 7px 0;
  color: #9A9A9A;
  background-color: #F3F3F3;
}

.election2025 .elect_wrap .elect_source.source_bg span{
  margin-right: 30px;
}


/*----------------------------------------------------
    ## 선거 당선
----------------------------------------------------*/

.election2025 .elect_wrap.blue_bg{
  position: relative;
  background-image: url(//bimg.mk.co.kr/2025/21elect_box/images/blue_bg.jpg);
}
.election2025 .elect_wrap.red_bg{
  position: relative;
  background-image: url(//bimg.mk.co.kr/2025/21elect_box/images/red_bg.jpg);
}
.election2025 .elect_wrap.elected_bg::after{
  position: absolute;
  top: 18%;
  left: 52%;
  display: inline-block;
  content: "";
  width: 110px;
  height: 120px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//bimg.mk.co.kr/2025/21elect_box/images/ic_elect.svg);
}/* 250520_수정 */

.election2025 .elect_wrap .elect_left{
  margin-left: 130px;
}
.election2025 .elect_wrap .elect_left .elect_info .ko_President{
  font-size: 20px;
  font-weight: 500;
  color: #444;
  margin-bottom: 12px;
}
.election2025 .elect_wrap .elect_left .elect_info .pre_name{
  display: flex;
  align-items: flex-end;
  color: #212121;
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 45px;
}
.election2025 .elect_wrap.blue_bg .elect_left .elect_info .pre_name span{
  font-size: 28px;
  color: #152484;
  margin-left: 10px;
}
.election2025 .elect_wrap.red_bg .elect_left .elect_info .pre_name span{
  font-size: 28px;
  color: #E61E2B;
  margin-left: 10px;
}
.election2025 .elect_wrap .elect_left .elect_info .el_cont_num{
  display: flex;
      justify-content: space-evenly;
      align-items: center;
      box-sizing: border-box;
      text-align: left;
}
.election2025 .elect_wrap .elect_left .elect_info .el_cont_num .num_divider{
  width: 1px;
    height: 60px;
    background-color: var(--c-gray-base);
}/* 250520_수정 */

.election2025 .elect_wrap .elect_left .elect_info .el_cont_num p{
  font-size: 22px;
  color: #898989;
  margin-bottom: 12px;
}
.election2025 .elect_wrap .elect_left .elect_info .el_cont_num span{
  font-size: 32px;
  color: #212121;
  font-weight: 600;
}
.election2025 .elect_wrap .elect_left .elect_info .el_cont_num div:first-child{
  margin-right: 30px;
}
.election2025 .elect_wrap .elect_left .elect_info .el_cont_num div:last-child{
  margin-left: 30px;
}
.election2025 .elect_wrap .elect_right{
  width: 308px;
  height: 270px;
  margin-right: 120px;
}
.election2025 .elect_wrap .elect_right.el_num1{
  margin-bottom: -7px;
}
.election2025 .elect_wrap .elect_right.el_num2{
  margin-bottom: -28px;
}

.election2025 .elect_wrap .elect_right img{
  width: 100%;
  height: auto;
}
.election2025 .elect_wrap .elect_right.el_num2 img{
  width: 85%;
  height: auto;
}
/*----------------------------------------------------
    ## 선거 문자중계
----------------------------------------------------*/
.election2025 header.elect_txt_wrap h3 {display: inline-block;}
.election2025 header.elect_txt_wrap .elect_txt_box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 65%;
  font-size: 19px;
  text-align: right;
}
.election2025 header.elect_txt_wrap .elect_txt_box ul {
  display: flex;
  flex-direction: column;
  height: 24px;
}
.election2025 header.elect_txt_wrap .elect_txt_box ul li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.election2025 header.elect_txt_wrap .elect_txt_box .elect_txt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.election2025 header.elect_txt_wrap .elect_txt_box .elect_txt_date {
  flex: 0 0 120px;
  margin-left: 10px;
  padding-top: 4px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.6;
}
.early_vote_2025 .early_vote_wrap{
  border: 1px solid #FBEEFF;
}
.early_vote_2025 .early_vote_wrap header{
position: relative;
  padding: 10px 0 10px 15px;
  background: linear-gradient(to right, #2E238C, #D05DFF);
  font-size: 16px;
  font-weight: 600;
  color: var(--c-bg-base);
  box-sizing: border-box;
  }
.early_vote_2025 .early_vote_wrap .early_vote_txt{
  padding: 15px;
}
.early_vote_2025 .early_vote_wrap .early_vote_txt .early_ttl{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 15px;
}
.early_vote_2025 .early_vote_wrap .early_vote_txt .early_ttl p{
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #D117FF;
  margin-left: 6px;
}
.early_vote_2025 .early_vote_wrap .early_vote_txt .early_ttl p span{
  font-size: 20px;
}
.early_vote_2025 .early_vote_wrap .early_vote_txt .early_rate{
  font-size: 14px;
  color: #898989;
  text-align: center;
  padding: 5px 0;
  background-color: #F5F5F5;
}

.early_vote_2025 .early_vote_wrap .early_vote_txt .early_source{
  text-align: right;
  font-size: 12px;
  color: #ccc;
  margin-top: 8px;
}


/*----------------------------------------------------
    ## dark theme
----------------------------------------------------*/
[data-dark=true] .chart-bar::before{background-color: #212121;}
[data-dark=true] .election2025 .elect_wrap{border: 1px solid var(--c-line-p);}
[data-dark=true] .election2025 .elect_wrap.elected_bg{border: none;}
[data-dark=true] .election2025 .elect_wrap .candi_box .candi_wrap .candi_bottom .chart_bar.chart_bar_1{ background-color: #000e69;}
[data-dark=true] .election2025 .elect_wrap .candi_box .candi_wrap .candi_bottom .chart_bar.chart_bar_2{ background-color: #800009;}
[data-dark=true] .elect_wrap .elect_rate .elect_rate_top .elect_rate_left .chart-rate{color: var(--c-purple);}
[data-dark=true] .election2025 .sec_body header {position: relative;padding: 15px 30px; background: linear-gradient(to right, var(--c-purple), var(--c-txt-navy));color: var(--c-bg-base);}
[data-dark=true] .election2025 .btn_toelect:hover {background-color: #514D6D;}
[data-dark=true] .election2025 .btn_toelect.btn_header:hover {background-color: transparent;}
[data-dark=true] .election2025 .btn_toelect.btn_header span::after { background-image: url(//bimg.mk.co.kr/2025/21elect_box/images/ic_arrow_b.svg);}
[data-dark=true] .election2025 .elect_wrap .elect_source.source_bg{background-color: #333;}/* 250520_추가 */
[data-dark=true] .election2025 .elect_wrap .elect_box_purp{ background-color: var(--c-bg-p); border: 1px solid var(--c-line-p); color: var(--c-purple);}
[data-dark=true] .election2025 .elect_wrap .elect_source{color: var(--c-darkgray);}/* 250520_수정 */
[data-dark=true] .election2025 .elect_wrap .elect_local_box li{background-color: var(--c-bg-base); border: 1px solid var(--c-line-p);}
[data-dark=true] .election2025 .elect_wrap .elect_local_box li .local_rate{color: #fff;}
[data-dark=true] .election2025 .elect_wrap .elect_local_box li.local_rate_high{border:3px solid var(--c-purple);}
[data-dark=true] .election2025 .elect_wrap .elect_local_box li.local_rate_high .local_badge{background-color: var(--c-purple); }
[data-dark=true] .election2025 .elect_wrap .elect_local_box li.local_rate_low{border: 3px solid #9488f3;}
[data-dark=true] .election2025 .elect_wrap .elect_local_box li.local_rate_low .local_badge{background-color: #9488f3; }
[data-dark=true] .election2025 .elect_wrap .candi_box .candi_info span{background-color: var(--c-bg-lp); color: #fff;}/* 250520_수정 */
[data-dark=true] .election2025 .elect_wrap .candi_box .ca_vote_rate .n_rate, [data-dark=true] .election2025 .elect_wrap .candi_box .ca_vote_rate .n_rate strong{color: #fff;}
[data-dark=true] .election2025 .elect_wrap .candi_box .ca_vote_rate .vote_diff{background-color: #333;}
[data-dark=true] .election2025 .elect_wrap .candi_box .candi_info .candi_name{ color:#f0f0f0;}
[data-dark=true] .election2025 .elect_wrap .candi_box .candi_info.info_left .party_name{text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;}
[data-dark=true] .election2025 .elect_wrap .candi_box .candi_info.info_right .party_name{text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;}
[data-dark=true] .early_vote_2025 .early_vote_wrap{border: 1px solid var(--c-line-p);}
[data-dark=true] .early_vote_2025 .early_vote_wrap header{background: linear-gradient(to right, var(--c-purple), var(--c-txt-navy));}
[data-dark=true] .early_vote_2025 .early_vote_wrap .early_vote_txt .early_ttl{color: #f0f0f0;}
[data-dark=true] .early_vote_2025 .early_vote_wrap .early_vote_txt .early_ttl p{color: var(--c-purple);}
[data-dark=true] .early_vote_2025 .early_vote_wrap .early_vote_txt .early_rate{background-color: #333; color: #ccc;}
[data-dark=true] .early_vote_2025 .early_vote_wrap .early_vote_txt .early_source{color: var(--c-darkgray);}

