#election2025-main .news-page {
  margin-top: 20px;
  margin-bottom: 20px;
}
#election2025-main .news-page .mostviewed-slides-wrapper {
  padding-top: 10px;
}
#election2025-main .news-page .mostviewed-slides-wrapper .mostviewed-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  width: 100%;
  padding: 0 20px;
  overflow-x: scroll;
}
#election2025-main .news-page .mostviewed-slides-wrapper .mostviewed-slides::-webkit-scrollbar {
  display: none;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 274px;
          flex: 0 0 274px;
  padding-top: 26px;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .slide-link {
  display: block;
  width: 100%;
  height: 408px;
  padding: 20px 20px 0;
  border-radius: 10px;
  background-color: var(--primary-2);
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .lanking {
  position: absolute;
  left: 50%;
  top: 0;
  width: 52px;
  height: 52px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: var(--primary);
  font-weight: 700;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("/special/election2025/resource/image/mobile/ico/flag-lanking.svg") center/contain no-repeat;
  border-radius: 41px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4), 0 0 1px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4), 0 0 1px 0 rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px 1px #fff;
  padding-top: 2px;
  z-index: 2;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .thumbnail .play-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 28px;
  height: 28px;
  background: url("/special/election2025/resource/image/mobile/ico/play.svg") center/contain no-repeat;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .ai-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .ai-area .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 26px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 26px;
  background-color: var(--primary);
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .ai-area .btn-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .ai-area .btn-view::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/special/election2025/resource/image/mobile/ico/btn-more-w.svg") center/contain no-repeat;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 16px;
  height: 44px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  word-break: break-all;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .news-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  margin-top: 8px;
  height: 126px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-overflow: ellipsis;
  word-break: break-all;
}
#election2025-main .news-page #electionNewsContainer .title-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
#election2025-main .news-page #electionNewsContainer .search-box {
  margin-top: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 4px);
          flex: 0 0 calc(50% - 4px);
  min-width: 180px;
}
#election2025-main .news-page .search-input-wrapper {
  position: relative;
}
#election2025-main .news-page .search-input-wrapper .search-input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  padding-right: 30px;
  border-bottom: 1px solid #222;
  outline: none;
}
#election2025-main .news-page .search-input-wrapper .search-button {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url("/special/election2025/resource/image/mobile/ico/search.svg") center/24px auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}