/* =========================
   HIGHLIGHTED VIDEOS – ISOLATED BLOCK
   ========================= */

.highlighted-videos-block {
  width: 100%;
  margin-top: 30px;
}

/* container independente do news */
.highlighted-videos-block .hv-streams {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

/* card */
.highlighted-videos-block .hv-card {
  width: 220px !important;
  flex: 0 0 auto !important;
}

/* imagem */
.highlighted-videos-block img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* texto */
.highlighted-videos-block .hv-meta {
  font-size: 12px;
  margin-top: 6px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
