#breaking-news-view {
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--color-light-75);
}

.breaking-news {
  width: 100%;
  height: auto;
  min-height: 112px;
  margin-top: 20px;
  margin-bottom: 24px;
  background: var(--color-red);
  display: flex;
  align-items: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.breaking-news .bn-wp {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 12px;
}
.breaking-news .bn-wp .bn-logo {
  position: absolute;
  top: -21px;
  left: 12px;
  width: 197px;
  height: 34px;
}
.breaking-news .bn-wp .bn-logo img {
  width: 100%;
  height: 100%;
}
.breaking-news .bn-wp .bn-text {
  position: relative;
  width: 100%;
  padding-top: 12px;
  font-family: "MNCSansBold";
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
  color: #fff;
}
.breaking-news .bn-wp .bn-more {
  font-family: "MNCSansMedium";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgb(235, 235, 235);
}
.breaking-news .bn-wp .bn-ads {
  padding: 19px 16px 19px 20px;
  position: relative;
  width: 183px;
  height: auto;
  display: flex;
  align-items: center;
}
.breaking-news .bn-wp .bn-ads img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widgetNewsTV {
  position: relative;
  background-color: var(--color-black);
  width: 100%;
  min-height: 315px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .widgetNewsTV {
    min-height: auto;
  }
}
.widgetNewsTV__body {
  position: relative;
  width: 100%;
  height: clamp(200px, 26vw, 250px);
  padding: 19px 16px 18px 24px;
  display: flex;
  gap: 24px;
}
.widgetNewsTV__body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 248px;
  height: 100%;
  background: linear-gradient(138.98deg, #1e1e1e 29.97%, #343434 70.69%);
}
.widgetNewsTV__body::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 248px;
  height: 100%;
  background-image: url("../img/indonesia-dot-pattern.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.widgetNewsTV__body__title {
  position: relative;
  height: 100%;
  width: max-content;
  padding-top: 30px;
  flex-shrink: 0;
}
.widgetNewsTV__body__title img {
  position: relative;
  z-index: 1;
}
.widgetNewsTV__body__title__link {
  width: max-content;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 8px 24px;
  background-color: var(--color-red);
  color: var(--color-white);
}
.widgetNewsTV__body__title__link:hover {
  background-color: var(--color-red-100);
  color: var(--color-white);
  transition: background-color 0.3s ease-in-out;
}
.widgetNewsTV__body__listCard {
  position: relative;
  width: 100%;
  height: max-content;
  z-index: 1;
  display: flex;
  gap: 16px;
}
.widgetNewsTV__body__listCard article.cardArticle {
  position: relative;
  width: calc(25% - 11px);
  height: 100%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.widgetNewsTV__body__listCard article.cardArticle.cardProgram a {
  gap: 0px;
}
.widgetNewsTV__body__listCard article.cardArticle.cardProgram .cardImg {
  aspect-ratio: 4/2;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}
.widgetNewsTV__body__listCard article.cardArticle.cardProgram .cardDesc {
  padding: 7px 12px;
  background-color: rgb(32, 32, 32);
  font-family: "MNCSansBold";
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}
.widgetNewsTV__body__listCard article.cardArticle a {
  display: flex;
  flex-direction: column;
  gap: 8px 16px;
}
.widgetNewsTV__body__listCard article.cardArticle a:hover .cardImg .thumbCard {
  transform: scale(1.03);
}
.widgetNewsTV__body__listCard article.cardArticle a:hover .cardBody.haji .cardTitle,
.widgetNewsTV__body__listCard article.cardArticle a:hover .cardBody.haji .cardTitle a {
  transition: color 0.3s ease-in-out;
  color: #CC7A29;
}
.widgetNewsTV__body__listCard article.cardArticle a:hover .cardBody .cardTitle,
.widgetNewsTV__body__listCard article.cardArticle a:hover .cardBody .cardTitle a {
  transition: color 0.3s ease-in-out;
  color: var(--color-3);
}
.widgetNewsTV__body__listCard article.cardArticle a .cardImg {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  overflow: hidden;
  border-radius: clamp(4px, 1vw, 8px);
}
.widgetNewsTV__body__listCard article.cardArticle a .cardImg .thumbCard {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.widgetNewsTV__body__listCard article.cardArticle a .cardImg .ic-video,
.widgetNewsTV__body__listCard article.cardArticle a .cardImg .ic-img,
.widgetNewsTV__body__listCard article.cardArticle a .cardImg .ic-pie-chart {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 24px;
  height: 24px;
  background-color: rgba(191, 191, 191, 0.5);
  backdrop-filter: blur(1px);
  padding: 2px;
  border-radius: 4px;
}
.widgetNewsTV__body__listCard article.cardArticle a .cardImg .ic-video {
  background-position: 2px -17px;
}
.widgetNewsTV__body__listCard article.cardArticle a .cardImg .ic-img {
  background-position: -34px -17px;
}
.widgetNewsTV__body__listCard article.cardArticle a .cardImg .ic-pie-chart {
  background-position: -70px -17px;
}
.widgetNewsTV__body__listCard article.cardArticle a .cardBody {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.widgetNewsTV__body__listCard article.cardArticle a .cardBody.haji .kanalAndTime .kanal {
  color: #CC7A29;
}
.widgetNewsTV__body__listCard article.cardArticle a .cardBody .kanalAndTime {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.widgetNewsTV__body__listCard article.cardArticle a .cardBody .kanalAndTime .kanal,
.widgetNewsTV__body__listCard article.cardArticle a .cardBody .kanalAndTime .postTime {
  font-size: clamp(8px, 1.5vw, 12px);
  color: var(--color-red);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.widgetNewsTV__body__listCard article.cardArticle a .cardBody .kanalAndTime .postTime {
  font-size: clamp(6px, 1.4vw, 10px);
  font-weight: 400;
  color: var(--color-22);
}
.widgetNewsTV__body__listCard article.cardArticle a .cardBody .cardTitle,
.widgetNewsTV__body__listCard article.cardArticle a .cardBody .cardTitle a {
  font-family: "MNCSansBold", sans-serif;
  font-size: clamp(8px, 1.5vw, 14px);
  color: var(--color-9);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.widgetNewsTV__body__listCard article.cardArticle div {
  display: flex;
  flex-direction: column;
  gap: 8px 16px;
}
.widgetNewsTV__body__listCard article.cardArticle div:hover .cardImg .thumbCard {
  transform: scale(1.03);
}
.widgetNewsTV__body__listCard article.cardArticle div:hover .cardBody .cardTitle,
.widgetNewsTV__body__listCard article.cardArticle div:hover .cardBody .cardTitle a {
  transition: color 0.3s ease-in-out;
  color: var(--color-3);
}
.widgetNewsTV__body__listCard article.cardArticle div .cardImg {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  overflow: hidden;
  border-radius: clamp(4px, 1vw, 8px);
}
.widgetNewsTV__body__listCard article.cardArticle div .cardImg .thumbCard {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.widgetNewsTV__body__listCard article.cardArticle div .cardImg .ic-video,
.widgetNewsTV__body__listCard article.cardArticle div .cardImg .ic-img,
.widgetNewsTV__body__listCard article.cardArticle div .cardImg .ic-pie-chart {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 24px;
  height: 24px;
  background-color: rgba(191, 191, 191, 0.5);
  backdrop-filter: blur(1px);
  padding: 2px;
  border-radius: 4px;
}
.widgetNewsTV__body__listCard article.cardArticle div .cardImg .ic-video {
  background-position: 2px -17px;
}
.widgetNewsTV__body__listCard article.cardArticle div .cardImg .ic-img {
  background-position: -34px -17px;
}
.widgetNewsTV__body__listCard article.cardArticle div .cardImg .ic-pie-chart {
  background-position: -70px -17px;
}
.widgetNewsTV__body__listCard article.cardArticle div .cardBody {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.widgetNewsTV__body__listCard article.cardArticle div .cardBody .kanalAndTime {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.widgetNewsTV__body__listCard article.cardArticle div .cardBody .kanalAndTime .kanal,
.widgetNewsTV__body__listCard article.cardArticle div .cardBody .kanalAndTime .postTime {
  font-size: clamp(8px, 1.5vw, 12px);
  color: var(--color-red);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.widgetNewsTV__body__listCard article.cardArticle div .cardBody .kanalAndTime .postTime {
  font-size: clamp(6px, 1.4vw, 10px);
  font-weight: 400;
  color: var(--color-dark-0);
}
.widgetNewsTV__body__listCard article.cardArticle div .cardBody .cardTitle,
.widgetNewsTV__body__listCard article.cardArticle div .cardBody .cardTitle a {
  font-family: "MNCSansBold", sans-serif;
  font-size: clamp(8px, 1.5vw, 14px);
  color: var(--color-9);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.widgetNewsTV__body__listCard article.cardPlaylist {
  position: relative;
  width: calc(25% - 11px);
  height: 100%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  gap: 8px 16px;
}
.widgetNewsTV__body__listCard article.cardPlaylist:hover .cardImg .thumbCard {
  transform: scale(1.03);
}
.widgetNewsTV__body__listCard article.cardPlaylist:hover .cardBody .cardTitle,
.widgetNewsTV__body__listCard article.cardPlaylist:hover .cardBody .cardTitle a {
  transition: color 0.3s ease-in-out;
  color: var(--color-3);
}
.widgetNewsTV__body__listCard article.cardPlaylist .cardImg {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  overflow: hidden;
  border-radius: clamp(4px, 1vw, 8px);
}
.widgetNewsTV__body__listCard article.cardPlaylist .cardImg .thumbCard {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.widgetNewsTV__body__listCard article.cardPlaylist .cardImg .ic-video,
.widgetNewsTV__body__listCard article.cardPlaylist .cardImg .ic-img,
.widgetNewsTV__body__listCard article.cardPlaylist .cardImg .ic-pie-chart {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 24px;
  height: 24px;
  background-color: rgba(191, 191, 191, 0.5);
  backdrop-filter: blur(1px);
  padding: 2px;
  border-radius: 4px;
}
.widgetNewsTV__body__listCard article.cardPlaylist .cardImg .ic-video {
  background-position: 2px -17px;
}
.widgetNewsTV__body__listCard article.cardPlaylist .cardImg .ic-img {
  background-position: -34px -17px;
}
.widgetNewsTV__body__listCard article.cardPlaylist .cardImg .ic-pie-chart {
  background-position: -70px -17px;
}
.widgetNewsTV__body__listCard article.cardPlaylist .cardBody {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.widgetNewsTV__body__listCard article.cardPlaylist .cardBody .kanalAndTime {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.widgetNewsTV__body__listCard article.cardPlaylist .cardBody .kanalAndTime .kanal,
.widgetNewsTV__body__listCard article.cardPlaylist .cardBody .kanalAndTime .postTime {
  font-size: clamp(8px, 1.5vw, 12px);
  color: var(--color-red);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.widgetNewsTV__body__listCard article.cardPlaylist .cardBody .kanalAndTime .postTime {
  font-size: clamp(6px, 1.4vw, 10px);
  font-weight: 400;
  color: var(--color-22);
}
.widgetNewsTV__body__listCard article.cardPlaylist .cardBody .cardTitle,
.widgetNewsTV__body__listCard article.cardPlaylist .cardBody .cardTitle a {
  font-family: "MNCSansBold", sans-serif;
  font-size: clamp(8px, 1.5vw, 14px);
  color: var(--color-2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.widgetNewsTV__body__listCard article.cardArticle {
  background-color: #f4f4f4;
  padding: 8px;
  border-radius: 8px;
}
.widgetNewsTV__body__listCard article.cardArticle a .cardImg {
  border-radius: 4px;
}
.widgetNewsTV__news24Jam {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: var(--color-black);
}
.widgetNewsTV__news24Jam--container {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  box-shadow: none;
}
.widgetNewsTV__news24Jam--container.hover {
  transition: box-shadow 0.3s ease-in-out;
}
.widgetNewsTV__news24Jam--container.hover:hover {
  box-shadow: 0px 0px 20px -3px rgba(243, 243, 243, 0.808);
}
.widgetNewsTV__news24Jam--container .video-area {
  width: 100%;
  height: 354px;
  padding: 20px;
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1025px) {
  .widgetNewsTV__news24Jam--container .video-area {
    height: auto;
  }
}
.widgetNewsTV__news24Jam--container .video-area #YTnewsContainer {
  width: 60%;
  height: 100%;
  flex-shrink: 0;
}
.widgetNewsTV__news24Jam--container .video-area #YTnewsContainer.pip {
  position: fixed;
  width: 280px;
  height: auto;
  aspect-ratio: 16/9;
  z-index: 99999999;
  right: 20px;
  bottom: 139px;
  background-color: var(--color-dark-50);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.253);
}
.widgetNewsTV__news24Jam--container .video-area #YTnewsContainer.pip iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
  outline: 5px solid var(--color-dark-75);
}
.widgetNewsTV__news24Jam--container .video-area #YTnewsContainer.pip .btnClose {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--color-grey-100);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  transform: translate(258px, 3px);
  cursor: pointer;
}
.widgetNewsTV__news24Jam--container .video-area #YTnewsContainer iframe {
  border: none;
  aspect-ratio: 16/9;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.widgetNewsTV__news24Jam--container .video-area .moreNewsInfo {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.widgetNewsTV__news24Jam--container .video-area .moreNewsInfo .headline {
  font-family: Inter-Bold, sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 28.8px;
}
.widgetNewsTV__news24Jam--container .video-area .moreNewsInfo .newsTitle {
  font-family: Inter-Bold, sans-serif;
  font-weight: 700;
  line-height: 30px;
}
.widgetNewsTV__news24Jam--container .video-area .moreNewsInfo .sponsorPlacement {
  display: flex;
  list-style: none;
  align-self: flex-end;
  position: absolute;
  bottom: 0;
  gap: 8px;
}
@media screen and (max-width: 1025px) {
  .widgetNewsTV__news24Jam--container .video-area .moreNewsInfo .sponsorPlacement {
    align-self: flex-start;
  }
}
.widgetNewsTV__news24Jam--container .video-area .moreNewsInfo .sponsorPlacement .sponsor {
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  width: clamp(54px, 8vw, 72px);
  height: clamp(36px, 5vw, 44px);
}
.widgetNewsTV__news24Jam--container .video-area .moreNewsInfo .sponsorPlacement .sponsor.title {
  width: auto;
  background-color: unset;
  font-family: Inter, sans-serif;
  font-size: clamp(12px, 1.5vw, 16px);
  font-weight: 400;
  line-height: 25.6px;
  padding: 12px 0;
}
@media screen and (max-width: 1025px) {
  .widgetNewsTV__news24Jam--container .video-area .moreNewsInfo .sponsorPlacement .sponsor.title {
    display: none;
  }
}
.widgetNewsTV__news24Jam--container .video-area .moreNewsInfo .sponsorPlacement .sponsor img {
  flex-shrink: 0;
  object-fit: contain;
  height: auto;
  width: 100%;
}
.widgetNewsTV__news24Jam--container .news24Jam__gateway {
  position: relative;
  width: 100%;
  height: 68px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.widgetNewsTV__news24Jam--container .news24Jam__gateway::before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  background-image: url("../img/object-pattern--inews-tv-widget.png");
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.widgetNewsTV__news24Jam--container .news24Jam__gateway {
  background: linear-gradient(90deg, #0b0b0b 8.64%, #0b0b0b 100%);
}
.widgetNewsTV__news24Jam--container .news24Jam__gateway--text {
  position: relative;
  z-index: 1;
  color: var(--color-white);
  font-size: 20px;
  font-family: Inter-Bold, sans-serif;
  font-style: normal;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.widgetNewsTV__news24Jam--container .news24Jam__gateway--text::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-red);
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-red);
  animation: signalAnimate 1.5s infinite 2s ease-in-out;
}
@keyframes signalAnimate {
  0% {
    background-color: var(--color-red);
  }
  100% {
    background-color: var(--color-white);
  }
}
.widgetNewsTV__news24Jam--container .news24Jam__gateway .ic-play-widget {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  background-position: -107px -10px;
}

.widget-v-video {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  overflow: hidden;
}
.widget-v-video .widget-v-video-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .widget-v-video .widget-v-video-header {
    padding: 16px 0px 4px;
  }
}
.widget-v-video .widget-v-video-header .widget-v-video-btn {
  font-family: "MNCSansRegular", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: var(--color-white);
  margin-left: auto;
  padding: 4px 16px;
  border-radius: 32px;
  background-color: var(--color-red);
  transition: background-color 0.2s ease-in-out;
}
.widget-v-video .widget-v-video-header .widget-v-video-btn:hover {
  background-color: var(--color-red-2);
}
.widget-v-video .widget-v-video-header .widget-v-video-logo {
  position: relative;
  width: 65px;
  height: 24px;
  background: url("../img/icon/ic-ishort.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.widget-v-video .widget-v-video-body {
  display: flex;
  padding: 16px;
  gap: 16px;
  border-radius: 8px;
  background: var(--color-5);
  box-shadow: 0px 6px 12px 0px rgba(28, 39, 49, 0.05);
  transition: all 0.3s ease-in-out;
}
.widget-v-video .widget-v-video-body.tp2 {
  background-color: transparent;
  padding: 0px;
}
@media screen and (max-width: 1025px) {
  .widget-v-video .widget-v-video-body {
    padding: 16px 16px 0px;
  }
}
.widget-v-video .widget-v-video-body .widget-v-video-list {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1025px) {
  .widget-v-video .widget-v-video-body .widget-v-video-list {
    padding-bottom: 16px;
  }
  .widget-v-video .widget-v-video-body .widget-v-video-list.scroll {
    flex-wrap: nowrap;
    overflow: scroll;
  }
}
.widget-v-video .widget-v-video-body .widget-v-video-list.scroll {
  flex-wrap: nowrap;
}
.widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card {
  position: relative;
  width: 153px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card.lg {
    width: calc(33.3% - 14px);
  }
}
.widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card.lg {
  width: calc(20% - 16px);
}
.widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card.lg .widget-v-video-img {
  width: 100%;
  height: 336px;
}
@media screen and (max-width: 1025px) {
  .widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card.lg .widget-v-video-img {
    height: auto;
    aspect-ratio: 9/16;
  }
}
.widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card.lg .widget-v-video-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card.lg .widget-v-video-desc .widget-v-video-kanal {
  font-family: "MNCSansBold";
  font-size: 12px;
  line-height: 18px;
  color: var(--color-red);
}
.widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card.lg .widget-v-video-desc .widget-v-video-title {
  font-size: 16px;
  line-height: 24px;
}
.widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card .widget-v-video-img {
  position: relative;
  width: 153px;
  height: 272px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card .widget-v-video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card .widget-v-video-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card .widget-v-video-desc .widget-v-video-kanal {
  font-family: "MNCSansBold";
  font-size: 12px;
  line-height: 18px;
  color: var(--color-red);
}
.widget-v-video .widget-v-video-body .widget-v-video-list .widget-v-video-card .widget-v-video-desc .widget-v-video-title {
  font-family: "MNCSansRegular";
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: var(--color-2);
}

.widgetSpesialReport {
  position: relative;
  background-color: var(--color-13);
  width: 100%;
  min-height: 315px;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1025px) {
  .widgetSpesialReport {
    min-height: auto;
  }
}
.widgetSpesialReport__body {
  position: relative;
  width: 100%;
  height: clamp(200px, 26vw, 250px);
  padding: 19px 16px 18px 24px;
  display: flex;
  gap: 24px;
}
.widgetSpesialReport__body::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 0;
  width: 252px;
  height: 100%;
}
.widgetSpesialReport__body::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 0;
  width: 252px;
  height: 100%;
  background-image: url("../img/2025/bg-special-report.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.widgetSpesialReport__body__title {
  position: relative;
  height: 100%;
  width: max-content;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.widgetSpesialReport__body__title img {
  position: relative;
  z-index: 1;
}
.widgetSpesialReport__body__title__link {
  width: max-content;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 8px 24px;
  background-color: var(--color-red);
  color: var(--color-white);
}
.widgetSpesialReport__body__title__link:hover {
  background-color: var(--color-red-100);
  color: var(--color-white);
  transition: background-color 0.3s ease-in-out;
}
.widgetSpesialReport__body__listCard {
  position: relative;
  width: 100%;
  height: max-content;
  z-index: 1;
  display: flex;
  gap: 16px;
}
.widgetSpesialReport__body__listCard article.cardArticle {
  position: relative;
  width: calc(25% - 11px);
  height: 100%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.widgetSpesialReport__body__listCard article.cardArticle.cardProgram a {
  gap: 0px;
}
.widgetSpesialReport__body__listCard article.cardArticle.cardProgram .cardImg {
  aspect-ratio: 4/2;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}
.widgetSpesialReport__body__listCard article.cardArticle.cardProgram .cardDesc {
  padding: 7px 12px;
  background-color: rgb(32, 32, 32);
  font-family: "MNCSansBold";
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}
.widgetSpesialReport__body__listCard article.cardArticle a {
  display: flex;
  flex-direction: column;
  gap: 8px 16px;
}
.widgetSpesialReport__body__listCard article.cardArticle a:hover .cardImg .thumbCard {
  transform: scale(1.03);
}
.widgetSpesialReport__body__listCard article.cardArticle a:hover .cardBody.haji .cardTitle,
.widgetSpesialReport__body__listCard article.cardArticle a:hover .cardBody.haji .cardTitle a {
  transition: color 0.3s ease-in-out;
  color: #CC7A29;
}
.widgetSpesialReport__body__listCard article.cardArticle a:hover .cardBody .cardTitle,
.widgetSpesialReport__body__listCard article.cardArticle a:hover .cardBody .cardTitle a {
  transition: color 0.3s ease-in-out;
  color: var(--color-3);
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardImg {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  overflow: hidden;
  border-radius: clamp(4px, 1vw, 8px);
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardImg .thumbCard {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardImg .ic-video,
.widgetSpesialReport__body__listCard article.cardArticle a .cardImg .ic-img,
.widgetSpesialReport__body__listCard article.cardArticle a .cardImg .ic-pie-chart {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 24px;
  height: 24px;
  background-color: rgba(191, 191, 191, 0.5);
  backdrop-filter: blur(1px);
  padding: 2px;
  border-radius: 4px;
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardImg .ic-video {
  background-position: 2px -17px;
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardImg .ic-img {
  background-position: -34px -17px;
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardImg .ic-pie-chart {
  background-position: -70px -17px;
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardBody {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardBody.haji .kanalAndTime .kanal {
  color: #CC7A29;
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardBody .kanalAndTime {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardBody .kanalAndTime .kanal,
.widgetSpesialReport__body__listCard article.cardArticle a .cardBody .kanalAndTime .postTime {
  font-size: clamp(8px, 1.5vw, 12px);
  color: var(--color-red);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardBody .kanalAndTime .postTime {
  font-size: clamp(6px, 1.4vw, 10px);
  font-weight: 400;
  color: var(--color-22);
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardBody .cardTitle,
.widgetSpesialReport__body__listCard article.cardArticle a .cardBody .cardTitle a {
  font-family: "MNCSansBold", sans-serif;
  font-size: clamp(8px, 1.5vw, 14px);
  color: var(--color-9);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.widgetSpesialReport__body__listCard article.cardArticle div {
  display: flex;
  flex-direction: column;
  gap: 8px 16px;
}
.widgetSpesialReport__body__listCard article.cardArticle div:hover .cardImg .thumbCard {
  transform: scale(1.03);
}
.widgetSpesialReport__body__listCard article.cardArticle div:hover .cardBody .cardTitle,
.widgetSpesialReport__body__listCard article.cardArticle div:hover .cardBody .cardTitle a {
  transition: color 0.3s ease-in-out;
  color: var(--color-3);
}
.widgetSpesialReport__body__listCard article.cardArticle div .cardImg {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  overflow: hidden;
  border-radius: clamp(4px, 1vw, 8px);
}
.widgetSpesialReport__body__listCard article.cardArticle div .cardImg .thumbCard {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.widgetSpesialReport__body__listCard article.cardArticle div .cardImg .ic-video,
.widgetSpesialReport__body__listCard article.cardArticle div .cardImg .ic-img,
.widgetSpesialReport__body__listCard article.cardArticle div .cardImg .ic-pie-chart {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 24px;
  height: 24px;
  background-color: rgba(191, 191, 191, 0.5);
  backdrop-filter: blur(1px);
  padding: 2px;
  border-radius: 4px;
}
.widgetSpesialReport__body__listCard article.cardArticle div .cardImg .ic-video {
  background-position: 2px -17px;
}
.widgetSpesialReport__body__listCard article.cardArticle div .cardImg .ic-img {
  background-position: -34px -17px;
}
.widgetSpesialReport__body__listCard article.cardArticle div .cardImg .ic-pie-chart {
  background-position: -70px -17px;
}
.widgetSpesialReport__body__listCard article.cardArticle div .cardBody {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.widgetSpesialReport__body__listCard article.cardArticle div .cardBody .kanalAndTime {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.widgetSpesialReport__body__listCard article.cardArticle div .cardBody .kanalAndTime .kanal,
.widgetSpesialReport__body__listCard article.cardArticle div .cardBody .kanalAndTime .postTime {
  font-size: clamp(8px, 1.5vw, 12px);
  color: var(--color-red);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.widgetSpesialReport__body__listCard article.cardArticle div .cardBody .kanalAndTime .postTime {
  font-size: clamp(6px, 1.4vw, 10px);
  font-weight: 400;
  color: var(--color-dark-0);
}
.widgetSpesialReport__body__listCard article.cardArticle div .cardBody .cardTitle,
.widgetSpesialReport__body__listCard article.cardArticle div .cardBody .cardTitle a {
  font-family: "MNCSansBold", sans-serif;
  font-size: clamp(8px, 1.5vw, 14px);
  color: var(--color-9);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.widgetSpesialReport__body__listCard article.cardPlaylist {
  position: relative;
  width: calc(25% - 11px);
  height: 100%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  gap: 8px 16px;
}
.widgetSpesialReport__body__listCard article.cardPlaylist:hover .cardImg .thumbCard {
  transform: scale(1.03);
}
.widgetSpesialReport__body__listCard article.cardPlaylist:hover .cardBody .cardTitle,
.widgetSpesialReport__body__listCard article.cardPlaylist:hover .cardBody .cardTitle a {
  transition: color 0.3s ease-in-out;
  color: var(--color-3);
}
.widgetSpesialReport__body__listCard article.cardPlaylist .cardImg {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  overflow: hidden;
  border-radius: clamp(4px, 1vw, 8px);
}
.widgetSpesialReport__body__listCard article.cardPlaylist .cardImg .thumbCard {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.widgetSpesialReport__body__listCard article.cardPlaylist .cardImg .ic-video,
.widgetSpesialReport__body__listCard article.cardPlaylist .cardImg .ic-img,
.widgetSpesialReport__body__listCard article.cardPlaylist .cardImg .ic-pie-chart {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 24px;
  height: 24px;
  background-color: rgba(191, 191, 191, 0.5);
  backdrop-filter: blur(1px);
  padding: 2px;
  border-radius: 4px;
}
.widgetSpesialReport__body__listCard article.cardPlaylist .cardImg .ic-video {
  background-position: 2px -17px;
}
.widgetSpesialReport__body__listCard article.cardPlaylist .cardImg .ic-img {
  background-position: -34px -17px;
}
.widgetSpesialReport__body__listCard article.cardPlaylist .cardImg .ic-pie-chart {
  background-position: -70px -17px;
}
.widgetSpesialReport__body__listCard article.cardPlaylist .cardBody {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.widgetSpesialReport__body__listCard article.cardPlaylist .cardBody .kanalAndTime {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.widgetSpesialReport__body__listCard article.cardPlaylist .cardBody .kanalAndTime .kanal,
.widgetSpesialReport__body__listCard article.cardPlaylist .cardBody .kanalAndTime .postTime {
  font-size: clamp(8px, 1.5vw, 12px);
  color: var(--color-red);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.widgetSpesialReport__body__listCard article.cardPlaylist .cardBody .kanalAndTime .postTime {
  font-size: clamp(6px, 1.4vw, 10px);
  font-weight: 400;
  color: var(--color-22);
}
.widgetSpesialReport__body__listCard article.cardPlaylist .cardBody .cardTitle,
.widgetSpesialReport__body__listCard article.cardPlaylist .cardBody .cardTitle a {
  font-family: "MNCSansBold", sans-serif;
  font-size: clamp(8px, 1.5vw, 14px);
  color: var(--color-2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.widgetSpesialReport__body__listCard article.cardArticle {
  background-color: var(--color-1);
  padding: 8px;
  border-radius: 8px;
}
.widgetSpesialReport__body__listCard article.cardArticle a .cardImg {
  border-radius: 4px;
}
.widgetSpesialReport__news24Jam {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: var(--color-13);
}
.widgetSpesialReport__news24Jam--container {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  box-shadow: none;
}
.widgetSpesialReport__news24Jam--container.hover {
  transition: box-shadow 0.3s ease-in-out;
}
.widgetSpesialReport__news24Jam--container.hover:hover {
  box-shadow: 0px 0px 20px -3px rgba(243, 243, 243, 0.808);
}
.widgetSpesialReport__news24Jam--container .video-area {
  width: 100%;
  height: 354px;
  padding: 20px;
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1025px) {
  .widgetSpesialReport__news24Jam--container .video-area {
    height: auto;
  }
}
.widgetSpesialReport__news24Jam--container .video-area #YTnewsContainer {
  width: 60%;
  height: 100%;
  flex-shrink: 0;
}
.widgetSpesialReport__news24Jam--container .video-area #YTnewsContainer.pip {
  position: fixed;
  width: 280px;
  height: auto;
  aspect-ratio: 16/9;
  z-index: 99999999;
  right: 20px;
  bottom: 139px;
  background-color: var(--color-dark-50);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.253);
}
.widgetSpesialReport__news24Jam--container .video-area #YTnewsContainer.pip iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
  outline: 5px solid var(--color-dark-75);
}
.widgetSpesialReport__news24Jam--container .video-area #YTnewsContainer.pip .btnClose {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--color-grey-100);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  transform: translate(258px, 3px);
  cursor: pointer;
}
.widgetSpesialReport__news24Jam--container .video-area #YTnewsContainer iframe {
  border: none;
  aspect-ratio: 16/9;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.widgetSpesialReport__news24Jam--container .video-area .moreNewsInfo {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.widgetSpesialReport__news24Jam--container .video-area .moreNewsInfo .headline {
  font-family: Inter-Bold, sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 28.8px;
}
.widgetSpesialReport__news24Jam--container .video-area .moreNewsInfo .newsTitle {
  font-family: Inter-Bold, sans-serif;
  font-weight: 700;
  line-height: 30px;
}
.widgetSpesialReport__news24Jam--container .video-area .moreNewsInfo .sponsorPlacement {
  display: flex;
  list-style: none;
  align-self: flex-end;
  position: absolute;
  bottom: 0;
  gap: 8px;
}
@media screen and (max-width: 1025px) {
  .widgetSpesialReport__news24Jam--container .video-area .moreNewsInfo .sponsorPlacement {
    align-self: flex-start;
  }
}
.widgetSpesialReport__news24Jam--container .video-area .moreNewsInfo .sponsorPlacement .sponsor {
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  width: clamp(54px, 8vw, 72px);
  height: clamp(36px, 5vw, 44px);
}
.widgetSpesialReport__news24Jam--container .video-area .moreNewsInfo .sponsorPlacement .sponsor.title {
  width: auto;
  background-color: unset;
  font-family: Inter, sans-serif;
  font-size: clamp(12px, 1.5vw, 16px);
  font-weight: 400;
  line-height: 25.6px;
  padding: 12px 0;
}
@media screen and (max-width: 1025px) {
  .widgetSpesialReport__news24Jam--container .video-area .moreNewsInfo .sponsorPlacement .sponsor.title {
    display: none;
  }
}
.widgetSpesialReport__news24Jam--container .video-area .moreNewsInfo .sponsorPlacement .sponsor img {
  flex-shrink: 0;
  object-fit: contain;
  height: auto;
  width: 100%;
}
.widgetSpesialReport__news24Jam--container .news24Jam__gateway {
  position: relative;
  width: 100%;
  height: 68px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.widgetSpesialReport__news24Jam--container .news24Jam__gateway::before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  background-image: url("../img/object-pattern--inews-tv-widget.png");
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.widgetSpesialReport__news24Jam--container .news24Jam__gateway {
  background: linear-gradient(90deg, #0b0b0b 8.64%, #0b0b0b 100%);
}
.widgetSpesialReport__news24Jam--container .news24Jam__gateway--text {
  position: relative;
  z-index: 1;
  color: var(--color-white);
  font-size: 20px;
  font-family: Inter-Bold, sans-serif;
  font-style: normal;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.widgetSpesialReport__news24Jam--container .news24Jam__gateway--text::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-red);
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-red);
  animation: signalAnimate 1.5s infinite 2s ease-in-out;
}
@keyframes signalAnimate {
  0% {
    background-color: var(--color-red);
  }
  100% {
    background-color: var(--color-white);
  }
}
.widgetSpesialReport__news24Jam--container .news24Jam__gateway .ic-play-widget {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  background-position: -107px -10px;
}

section.widgetVideoHighlight {
  position: relative;
  width: 100%;
  height: 643px;
  background-color: var(--color-dark-75);
  margin: 24px 0;
  padding-top: 30px;
  padding-bottom: 62px;
}
@media screen and (max-width: 1025px) {
  section.widgetVideoHighlight {
    height: auto;
  }
}
section.widgetVideoHighlight .container .widgetHeader {
  display: flex;
  justify-content: space-between;
}
section.widgetVideoHighlight .container .widgetHeader .widgetTitle {
  color: var(--color-light-50);
  font-size: 20px;
  font-weight: 700;
}
section.widgetVideoHighlight .container .widgetHeader .action {
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 8px 16px;
  background-color: var(--color-red);
  border-radius: 32px;
  transition: background-color 0.3s ease-in-out;
}
section.widgetVideoHighlight .container .widgetHeader .action:hover {
  background-color: var(--color-red-2);
}
section.widgetVideoHighlight .container .widgetBody {
  display: flex;
  gap: 16px;
}
section.widgetVideoHighlight .container .widgetBody .video-player {
  position: relative;
  flex-shrink: 0;
  width: 55%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 1025px) {
  section.widgetVideoHighlight .container .widgetBody .video-player {
    width: 60%;
  }
}
section.widgetVideoHighlight .container .widgetBody .video-player .main-video-container {
  width: 100%;
  height: 329px;
}
@media screen and (max-width: 1025px) {
  section.widgetVideoHighlight .container .widgetBody .video-player .main-video-container {
    height: auto;
  }
}
section.widgetVideoHighlight .container .widgetBody .video-player .main-video-container #youtube-container,
section.widgetVideoHighlight .container .widgetBody .video-player .main-video-container #dailymotion-container {
  display: none;
}
section.widgetVideoHighlight .container .widgetBody .video-player .main-video-container #youtube-container iframe,
section.widgetVideoHighlight .container .widgetBody .video-player .main-video-container #dailymotion-container iframe {
  margin-bottom: 16px;
  aspect-ratio: 16/9;
  border: none;
}
section.widgetVideoHighlight .container .widgetBody .video-player .video-title {
  font-size: clamp(18px, 1.5vw, 24px);
  color: var(--color-white);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 150%;
}
section.widgetVideoHighlight .container .widgetBody .playList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.widgetVideoHighlight .container .widgetBody .playList .nextList {
  font-family: "MNCSansBold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer {
  position: relative;
  cursor: pointer;
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer .playing {
  position: absolute;
  background-color: rgba(7, 7, 7, 0.637);
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #eaeaea;
  font-family: "MNCSansBold", sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 700;
  font-style: normal;
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer .playing .ic-playing {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -556px -13px;
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer article.cardArticle {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  display: flex;
  gap: 16px;
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer article.cardArticle:hover .cardImg .thumbCard {
  transform: scale(1.03);
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer article.cardArticle:hover .cardBody .cardTitle {
  transition: color 0.3s ease-in-out;
  color: var(--color-red);
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer article.cardArticle .cardImg {
  flex-shrink: 0;
  position: relative;
  width: clamp(120px, 14vw, 180px);
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: clamp(8px, 1.2vw, 16px);
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer article.cardArticle .cardImg .thumbCard {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer article.cardArticle .cardImg .ic-video,
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer article.cardArticle .cardImg .ic-img,
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer article.cardArticle .cardImg .ic-pie-chart {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 24px;
  height: 24px;
  background-color: rgba(191, 191, 191, 0.5);
  backdrop-filter: blur(1px);
  padding: 2px;
  border-radius: 4px;
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer article.cardArticle .cardImg .ic-video {
  background-position: 2px -17px;
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer article.cardArticle .cardImg .ic-img {
  background-position: -34px -17px;
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer article.cardArticle .cardImg .ic-pie-chart {
  background-position: -70px -17px;
}
section.widgetVideoHighlight .container .widgetBody .playList .listPlayer article.cardArticle .cardBody .cardTitle {
  font-size: clamp(10px, 1.2vw, 14px);
  font-family: "MNCSansBold", sans-serif;
  color: var(--color-light-50);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

section.widgetOpini {
  width: 100%;
  height: auto;
  background-color: var(--color-15);
  padding: 16px;
  box-shadow: 0px 6px 12px 0px rgba(28, 39, 49, 0.0509803922);
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
section.widgetOpini .widget__header {
  display: flex;
  align-items: center;
  font-family: "MNCSansBold", sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  color: var(--color-2);
  margin-bottom: 16px;
}
section.widgetOpini .widget__header .ic-opini {
  width: 24px;
  height: 24px;
  margin-right: 2.5px;
  position: relative;
  background-position: -320px -16px;
}
section.widgetOpini .widget__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.widgetOpini .widget__body .cardOpini:nth-child(odd) a {
  flex-direction: row;
}
section.widgetOpini .widget__body .cardOpini a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 16px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  padding: 8px;
  border-radius: 8px;
}
section.widgetOpini .widget__body .cardOpini a:hover {
  background-color: var(--color-14);
}
section.widgetOpini .widget__body .cardOpini a img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
section.widgetOpini .widget__body .cardOpini a .info .opini {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "MNCSansBold", sans-serif;
  font-size: clamp(10px, 1.2vw, 14px);
  font-weight: 700;
  line-height: 21px;
  color: var(--color-2);
}
section.widgetOpini .widget__body .cardOpini a .info .opiniBy {
  font-family: "MNCSansRegular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-red);
}/*# sourceMappingURL=welcome-page-v3.css.map */