/* START: News Video Feature */
.news-video-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.news-video-counter {
  margin: 0;
  color: #1f6244;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #eef9f2 0%, #dff3e8 100%);
  border: 1px solid #b7dec8;
  border-radius: 999px;
  padding: 0.26rem 0.7rem;
  line-height: 1.2;
  box-shadow: 0 2px 6px rgba(31, 98, 68, 0.12);
}
/* END: News Video Feature */
