.txt-purple { 
    color: #7352F1;
}

.thumb_img {    
    overflow: hidden;    
    flex-shrink: 0;
    border-radius: 4px;
}

[class*="thumb"] img { 
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}

.article-title {     
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    letter-spacing: -0.03em;
    line-height: 1.36;
}

.elections-section__title { 
    position: relative;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.elections-section__title-s { 
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.article-meta__time { 
    font-size: 13px;
    color: #707070;
}

.article-item__horizontal { 
    display: flex;
}

.article-item__horizontal .article-body { 
    padding-top: 1.5%;
}

.inner-1200 { 
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

/* 콘텐츠 헤더 */
.elections-hd {     
    height: 180px;
    background: linear-gradient(to right, #E3EAFE, #ECF2FE);
    overflow: hidden;
}

.elections-hd::after { 
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% + 280px);
    width: 558px;
    height: 180px;
    background: url(../img/local-elections/9th/bg-hero.png) no-repeat left bottom -16px;
}

.elections-hd__inner { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.elections-hd__title { 
    width: 507px;
    height: 78px;
    margin-top: 36px;
    background: url(../img/local-elections/9th/logo-title.png) no-repeat;
}

.elections-hd__nav-list { 
    display: flex;
    column-gap: 20px;
    font-size: 18px;
    font-weight: 500;    
}

.elections-hd__nav-item { 
    position: relative;
}

.elections-hd__nav-item.active::after { 
    content: "";
    display: block;
    position: absolute;
    width: auto;
    height: 3px;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #7352F1, #7A97FF);
}

.elections-hd__nav-item.active a { 
    font-weight: 600;
    color: #7352F1;
}

.elections-hd__nav-item a { 
    display: block;
    height: 50px;
    padding: 0 8px;
    line-height: 50px;
}

.elections-hd__nav-item a:hover { 
    text-decoration: none;
}

.elections-meta { 
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
}

.elections-meta__d-day { 
    font-size: 44px;
    font-weight: 700;
}

.elections-meta__date { 
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    font-size: 17px;   
    margin-left: 25px; 
}

.elections-meta__date::before { 
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: -13px;
    width: 1px;    
    background-color: #7352F1;
    opacity: .4;    
}

.elections-meta__date span { 
    font-weight: 500;
}

.elections-sub { 
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;    
    gap: 48px;
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 80px;
}

/* 콘텐츠 메인기사 */
.elections-hero__inner { 
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 50px 48px;
    align-items: start;
    padding: 40px 0 80px;
}

.elections-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 28px;    
    margin: 0 auto;
}

.elections-top__article:first-child {
    grid-column: 1 / 3;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    column-gap: 28px;
}

.elections-top__article:not(:first-child) { 
    gap: 16px;
}

.elections-top__article .article-title {     
    display: -webkit-box;
    font-size: 32px;    
    letter-spacing: -0.04em;
    line-height: 1.36;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

.elections-top__article .article-desc { 
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    word-break: break-all;
    overflow: hidden;
    margin-top: 14px;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.5;
    color: #707070;
}

.elections-top__article:not(:first-child) .article-title { 
    font-size: 20px;
    font-weight: 500;    
    -webkit-line-clamp: 3;
}

.elections-top__article:not(:first-child) .thumb_img { 
    width: 184px;
}

.elections-top__article .article-body {
    flex: 1; 
}

/* 지방선거 LIVE */
.elections-aside { 
    grid-row: span 2;
}
.elections-aside .elections-section__title { 
    margin-bottom: 24px;
}

.txt-option { 
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    color: #707070;
    justify-self: end;
}

.elections-live__list { 
    margin-left: 6px;
    padding-left: 20px;
    background-image: linear-gradient(to bottom, #D8CBFF 50%, rgba(255, 255, 255, 0) 0%);      
    background-position: left;
    background-size: 1px 6px;
    background-repeat: repeat-y;
}

.elections-live__item { 
    position: relative;
    padding: 0;
    margin-bottom: 14px;
    background: none !important;
    border: none !important;
    transition: none !important;
}

.elections-live__item::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: #CFCFCF;
    border-radius: 50%;
    z-index: 5;    
    transition: background 0.4s ease, box-shadow 0.4s ease;
}

.elections-live__item:last-child { 
    margin-bottom: 0;
}

.elections-live__item.active {
    background: #fff;
    border-color: #7352F1;
    transform: translateX(4px);
    box-shadow: 0 5px 15px rgba(115, 82, 241, 0.1);
    z-index: 10;
}

.elections-live__item.active::before {
    background: #7352F1;
    border: 2px solid #fff;
    transform: translate(-6px, -6px);
    box-shadow: 0 0 0 3px rgba(115, 82, 241, 0.2);        
}

.elections-live__item .article-body { 
    display: block;
    padding: 15px 14px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;    
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.elections-live__item.active .article-body {    
    border-color: #7352F1;
    transform: translateX(6px);
    box-shadow: 0 5px 15px rgba(115, 82, 241, 0.1);
}

.elections-aside .article-title { 
    font-size: 16px;
    font-weight: 500;
}

.elections-aside .article-meta__time { 
    display: block;
    margin-bottom: 5px;
}

/* 배너 */
.bnr-elections { 
    width: 832px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
}

/* 슬라이드 */
.elections-slide { 
    position: relative;
    background: #F9F9F9;
    overflow: hidden;
}
.elections-slide::before,
.elections-slide::after { 
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 563px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.elections-slide::before { 
    left: 0;
    background-image: url(../img/local-elections/9th/elections-slide-l.png);
}

.elections-slide::after { 
    right: 0;
    background-image: url(../img/local-elections/9th/elections-slide-r.png);
}

.elections-slide__inner { 
    margin: 70px auto 130px;        
}

.elections-slide__list {         
    align-items: center;
    height: 260px !important;
    margin-left: 70px;    
}

.elections-slide .swiper-slide {       
    position: relative;
    width: 288px;    
    height: 180px;                      
    transition: all 0.3s ease;        
    opacity: 0;        
}

.elections-slide .swiper-slide-active { 
    width: 416px !important; 
    height: 260px !important;   
    opacity: 1;    
}

.elections-slide .swiper-slide-prev,
.elections-slide .swiper-slide-next {    
    width: 288px !important;    
    height: 180px !important;
    opacity: 1;
}

.elections-slide .swiper-slide::after { 
    content: attr(data-rank);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #7352F1;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    z-index: 10;
}

.elections-slide .swiper-slide-active::after { 
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(114, 82, 241, 0.8);
}

.elections-slide__link { 
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.swiper-slide-active .elections-slide__link {
    width: 416px;
    height: 260px;
    transform: translateZ(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(115, 82, 241, 0.15);
}

.elections-slide__thumb {     
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.elections-slide__thumb:after { 
    border-radius: 4px;
}

.elections-slide .article-title { 
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    position: absolute;
    right: 20px;
    bottom: 14px;
    left: 20px;    
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
}

.elections-slide .swiper-slide-active .article-title { 
    font-size: 20px;
    bottom: 20px;
}

.elections-slide .swiper-slide-active .elections-slide__thumb { 
    border-radius: 8px;    
}

.elections-slide .swiper-slide-active .elections-slide__thumb:after { 
    border-radius: 8px !important;
}

.dimmed::before { 
    top: 40%;
    height: auto;
    border-radius: 4px;
    z-index: 1;
}
.elections-slide .swiper-slide-active .dimmed::before { 
    border-radius: 8px;
}

.swiper-pagination-progressbar {
    position: absolute !important; 
    top: unset !important;
    bottom: -50px !important;
    left: 70px !important;
    right: 130px !important;
    width: auto !important;
    height: 3px !important;
}
.swiper-pagination-progressbar-fill { 
    background-color: #7352F1 !important;
}

.swiper-fraction-custom { 
    position: absolute;
    right: 70px;
    bottom: -55px;
    width: 38px;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
}
.swiper-fraction-custom .current-number { 
    font-weight: 700;
    color: #7352F1;
}
.swiper-button-next, .swiper-button-prev { 
    margin-top: 15px !important;
    color: #111111 !important;

}

/* 지방선거 일정 섹션 */
@keyframes pulse-purple {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}
.elections-schedule {
    margin: 70px 0;
    background-color: #fff;
}

.elections-schedule__content {
    position: relative;    
    padding-top: 10px;
}

.elections-schedule__line {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, #D8CBFF 50%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 6px 1px;
    background-repeat: repeat-x;
    z-index: 1;   
}

.elections-schedule__list {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.elections-schedule__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 220px;
}

.elections-schedule__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.elections-schedule__date {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 15px;
}

.elections-schedule__node {
    width: 12px;
    height: 12px;
    background-color: #CFCFCF;
    border-radius: 50%;
    border: 3px solid #fff;
}

.elections-schedule__card {
    box-sizing: border-box;
    width: 100%;
    padding: 35px 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;    
}

.elections-schedule__icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 20px;
}

.elections-schedule__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.elections-schedule__name {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: -0.05em;
}

.elections-schedule__info {
    display: block;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.03em;
}

.elections-schedule__item.active .elections-schedule__date {
    color: #7352F1;
    font-weight: 700;
}

.elections-schedule__item.active .elections-schedule__node {
    position: relative;    
    background-color: #7352F1;
    z-index: 1;
}

.elections-schedule__item.active .elections-schedule__node::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #7352F1;
    z-index: -1;    
    animation: pulse-purple 2s ease-out infinite;
}

.elections-schedule__item.active .elections-schedule__card {
    border-color: #7352F1;
    background-color: #fff;        
    box-shadow: 0 15px 35px rgba(115, 82, 241, 0.15);
    z-index: 10;
}

.elections-schedule__item.active .elections-schedule__name {
    font-weight: 700;
    color: #2A186E;
}

/* 키워드로 보는 지방선거 */
.elections-keyword {
    padding: 70px 0;    
    background: #f6f3fe;
}

.elections-keyword__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 16px;    
    margin: 0 auto;    
    padding: 10px 100px;    
    border-radius: 8px;
}

.elections-keyword__item {
    perspective: 1000px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.elections-keyword__link {
    display: flex;
    align-items: center;
    position: relative;
    height: 64px;
    padding: 0 28px 0 10px; 
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.elections-keyword__link::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, #7352F1 0%, #5a38e0 100%);
    border-color: #7352F1;
    border-radius: 100px;
    z-index: -1;
    opacity: 0; 
    transition: opacity 0.5s ease;
}

.elections-keyword__link:hover {
    transform: translateY(-3px);
    border-color: #7352F1;
    box-shadow: 0 10px 20px rgba(115, 82, 241, 0.1);
    text-decoration: none;
}

.elections-keyword__thumb {
    width: 44px;
    height: 44px;
    margin-right: 14px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.elections-keyword__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elections-keyword__text {
    font-size: 17px;
    font-weight: 500;
    color: #4a5568; 
    letter-spacing: -0.05em; 
}

.elections-keyword__item.active .elections-keyword__link::before {
    opacity: 1;
}

.elections-keyword__item.active .elections-keyword__link {
    transform: translateY(-3px);        
    box-shadow: 0 8px 25px rgba(115, 82, 241, 0.3);
}

.elections-keyword__item.active .elections-keyword__text {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.elections-keyword__item.active .elections-keyword__thumb {
    border-color: rgba(255, 255, 255, 0.4);
}

/* 지역별 지방선거 뉴스 */
.elections-news { 
    margin: 70px 0;
}

.elections-news__list { 
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px 28px;
}

.elections-news .thumb_img { 
    aspect-ratio: 16 / 10;
}

.elections-news .article-title { 
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.elections-news .article-meta__time { 
    display: block;
    margin-top: 12px;
}

/* 후보자 검색 */
.elections-search__bar {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 58px;    
    margin-bottom: 40px;
    padding-right: 12px;
    border: 1px solid #E6E6E6;   
    border-radius: 4px;
}

.elections-search__form {
    display: flex;
    align-items: center;
    flex: 1;
    height: 52px;        
    background-color: #fff;    
}

.elections-search__select-group {
    display: flex;
    flex: 1;
}

.custom-select { 
    position: relative; 
    flex: 1; 
    max-width: 320px;
    height: 40px;
    z-index: 10;
}

.elections-search__selected-label { 
    width: 100%; 
    height: 100%; 
    border: none; 
    background: #fff url("../img/local-elections/9th/ico-arrow-b-12.svg") no-repeat right 16px center; 
    text-align: left; 
    padding: 0 16px; 
    font-size: 16px; 
    font-weight: 500;
    color: #707070; 
    border-right: 1px solid #eee;
    cursor: pointer;
}

.elections-search__options-list { 
    display: none; 
    position: absolute; 
    top: 59px; 
    left: -1px; 
    right: -1px; 
    max-height: 250px; 
    background: #fff; 
    border: 1px solid #E6E6E6;     
    border-radius: 4px; 
    z-index: 100;     
    overflow-y: auto; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.custom-select.is-open { 
    z-index: 100;
}

.custom-select.is-open > button { 
    font-weight: 600;
    color: #7352F1;
}

.custom-select.is-open .elections-search__options-list { 
    display: block; 
}

.elections-search__option { 
    padding: 18px 16px; 
    cursor: pointer; 
    transition: 0.2s; 
    font-size: 15px;
}

.elections-search__option:hover, 
.elections-search__option.is-selected { 
    background: #F8F7FF; 
    color: #111; 
    font-weight: 600; 
}

.elections-search__btn-submit {
    width: 104px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(135deg, #7352F1 0%, #5a38e0 100%);
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}

.elections-search__btn-submit:hover {
    background: linear-gradient(135deg, #6549d4 0%, #4c2fbe 100%);
}

.elections-search__btn-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.elections-search__btn-reset:hover {
    background-color: #f5f5f5;
}

/* 검색 안내 메시지 */
.elections-search__info {
    padding: 80px 0;
    text-align: center;
}

.elections-search__info-visual {
    width: 96px;
    margin: 0 auto 26px;
}

.elections-search__info-visual img {
    width: 100%;
}

.elections-search__info-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
}

.elections-search__info-desc {
    font-size: 16px;
    color: #707070;
    letter-spacing: -0.03em;
}

/* 후보자 검색 결과 */
.elections-result__path {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 40px;
    font-size: 15px;    
    letter-spacing: -0.03em;
}

.elections-result__category {
    color: #707070;
    font-weight: 400;
}

.elections-result__separator {    
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/local-elections/9th/ico-arrow-b-12.svg) no-repeat center;
    transform: rotate(-90deg);
}

.elections-result__area {
    color: #111;
    font-weight: 500;
}

.elections-result__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
    margin-top: 20px;
}

.elections-candidate-card {
    text-align: center;
}

.elections-candidate-card__thumb {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto 14px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f5f5f5;
}

.elections-candidate-card__thumb::after { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: .05;
    content: '';
}

.elections-candidate-card__party {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
}

/* 정당별 텍스트 컬러 */
.--party-minjoo { color: #0081CC; }      /* 더불어민주당 */
.--party-power { color: #E61E2B; }       /* 국민의힘 */
.--party-reform { color: #FF7210; }      /* 개혁신당 */
.--party-basic { color: #00D2C3; }       /* 기본소득당 */
.--party-jokuk { color: #06275E; }       /* 조국혁신당 */
.--party-social { color: #FFB864; }      /* 사회민주당 */
.--party-none { color: #949494; }        /* 무소속 */
.--party-jinbo { color: #E61E2B; }       /* 진보당 */
.--party-justice { color: #FFCD00; }     /* 정의당 */
.--party-newfuture { color: #51BDC5; }   /* 새미래민주당 */
.--party-union { color: #EC008B; }       /* 국민연합 */
.--party-liberty { color: #E24A49; }     /* 자유통일당 */


.elections-candidate-card__name-wrap {
    margin-bottom: 8px;
}

.elections-candidate-card__name {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.elections-candidate-card__age {
    margin-left: 2px;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #111;
}

.elections-candidate-card__position {
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
    color: #707070;
    word-break: keep-all;
}

/* 후보자 검색 결과 */
.elections-area { 
    margin-bottom: 40px;
}

.elections-area__list {     
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}
.elections-area__item a { 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 36px;
    padding: 0 16px;
    font-size: 15px;    
    color: #707070;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}
.elections-area__item a:hover { 
    text-decoration: none;
    color: #111;
    background: #F8F7FF;
}
.elections-area__item.active a { 
    font-weight: 600;
    color: #7352F1;
    box-shadow: 0 2px 8px rgba(115, 82, 241, 0.15);
    border: 1px solid #7352F1;
}








/* 정치 많이 본 뉴스 */
.sub_rt_lank .wrap_rt_lank .tabcont { 
    display: block;
}

.bnr-elections-sub { 
    border-radius: 4px;
    overflow: hidden;
}


