.article-type-section {
  justify-content: space-between;
  flex-direction: row;
}

.tags:not(:last-child):after {
  content: "";
}

.list-content-items__video-thumbnail-container {
  max-width: 296px;
}

.sponsored-label {
  color: #3F1833;
  font-size: 22px;
}

.external-link-img {
  width: 2%;
  margin: -10px 0 0 15px;
}

@media (max-width: 768px) {
  .external-link-img {
    width: 3%;
  }
  #heroimg {
    height: 100%;
  }
  .search-row {
    min-height: 110px;
  }
  .search-row img {
    min-height: 120px;
  }
  .card-title {
    margin-top: 13px;
  }
}
@media (max-width: 420px) {
  .search-row {
    background: #333;
    min-height: 115px;
  }
  .hero-full-width .card-img-overlay {
    background: none;
    top: 0;
  }
}

/*# sourceMappingURL=Partial.ListContentItems.css.map */
