/* MShowTV V17.6.26 — Noticias: una sola fuente / un solo render */
#newsList.news-exclusive-v17626{
  display:block !important;
  width:100% !important;
  max-width:1180px;
  margin:0 auto;
}
.news-exclusive-card-v17626{
  background:#1c1022;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  padding:18px;
  margin:0 0 22px;
  overflow:hidden;
}
.news-exclusive-meta-v17626{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-bottom:10px;
}
.news-exclusive-chip-v17626{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(231,61,172,.13);
  border:1px solid rgba(231,61,172,.26);
  color:#ff83d3;
  font-size:.74rem;
  font-weight:900;
}
.news-exclusive-date-v17626{
  color:#b8abbc;
  font-size:.78rem;
}
.news-exclusive-title-v17626{
  margin:8px 0 12px;
  font-size:clamp(1.8rem,4vw,3.2rem);
  line-height:1.05;
}
.news-exclusive-summary-v17626{
  padding-left:20px;
  margin:10px 0 16px;
}
.news-exclusive-summary-v17626 li{
  margin:7px 0;
  line-height:1.5;
}
.news-exclusive-media-v17626{
  display:flex;
  gap:10px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  margin:16px 0;
  padding-bottom:4px;
}
.news-exclusive-media-v17626 > *{
  flex:0 0 100%;
  scroll-snap-align:start;
  border-radius:18px;
  overflow:hidden;
  background:#050406;
}
.news-exclusive-media-v17626 img,
.news-exclusive-media-v17626 video{
  width:100%;
  max-height:620px;
  display:block;
  object-fit:contain;
  background:#050406;
}
.news-exclusive-media-v17626 video{
  preload:none;
}
.news-exclusive-body-v17626 p{
  margin:0 0 16px;
  line-height:1.8;
  color:#eee5ef;
  font-size:1.02rem;
}
.news-exclusive-source-v17626{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#b9adbd;
  font-size:.87rem;
}
.news-exclusive-source-v17626 a{color:#ff87d5}
.news-exclusive-empty-v17626{
  padding:22px;
  border-radius:18px;
  background:#19141d;
  border:1px solid rgba(255,255,255,.08);
  color:#d6cbd8;
}
@media(max-width:760px){
  .news-exclusive-card-v17626{padding:14px;border-radius:20px}
  .news-exclusive-title-v17626{font-size:2rem}
  .news-exclusive-media-v17626 img,
  .news-exclusive-media-v17626 video{max-height:70vh}
}

/* V17.6.44 — YouTube direct iframe */
.news-youtube-direct-v17644{
  display:grid;
  gap:10px;
  width:100%;
  margin:12px 0;
}
.news-youtube-direct-v17644 iframe{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  min-height:240px;
  border:0;
  border-radius:16px;
  background:#000;
}
.news-youtube-direct-v17644 a{
  width:max-content;
  max-width:100%;
  color:#8fc6ff;
  font-weight:900;
  text-decoration:none;
}
@media(max-width:640px){
  .news-youtube-direct-v17644 iframe{min-height:190px}
}
