.editorial {
  background: #f4f4f4;
  padding: 10px;
  margin-bottom: 20px;
}
.editorial .editorial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.editorial img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 16/9;
}

.editorial .editorial-text {
  width: 100%;
  margin-top: 0.5rem;
}

.editorial a {
  width: 100%;
  font: normal normal bold 14px "Poppins", sans-serif;
  -webkit-margin-before: 0;
  color: #000000;
  text-decoration: none;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: 25px;
}

.editorial a:hover {
  color: #094775;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.editorial .editorial-header::after {
  content: url("https://www.metrotvnews.com/asset/asset/line-latest.svg");
  width: 25px;
  height: 25px;
  display: block;
  background: none;
}

.editorial .editorial-header {
  margin-bottom: 10px;
  font: normal normal bold 18px "Poppins", sans-serif;
  text-transform: uppercase;
}

.editorial .date {
  display: block;
  margin-top: 5px;
}
