.news-result-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
  margin-bottom: 30px;
  padding: 15px 30px;
  align-items: center;
  background: var(--e-global-color-79a6576);
  border-top: 3px solid #a9c961;
  height: 250px;
}

.news-left-column {
  display: flex;
  justify-content: center;
}

.news-title h3 {
  font-size: 18px;
}

.news-date p {
  font-size: small;
  margin-bottom: 10px;
  color: gray !important;
}

.news-snippet p {
  font-size: small;
  margin-bottom: 10px;
  color: #fff;
}

.news-source {
  display: flex;
  gap: 10px;
  align-items: center;
}

.news-source span {
  font-weight: bold;
  color: #fff;
}

.news-source p {
  font-size: small;
  margin-bottom: 0;
  color: #fff;
}

.news-source img {
  max-width: 20px;
  margin-top: 5px;
}

.news-feed-title h2 {
  margin-bottom: 15px;
}

.news-feed-title span {
  color: #a9c961;
}

.news-feed-parent-container .elementor-element[data-element_type="container"] {
  gap: 15px;
}

@media (max-width: 480px) {
  .news-result-container {
    height: unset;
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 0;
  }

  .news-feed-title h2 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px !important;
  }
}

body.page-template-page-trench-media .news-feed-parent-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

body.page-template-page-trench-media
  .news-feed-parent-container
  .news-feed-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

body.page-template-page-trench-media .news-result-container {
  height: 300px;
}

@media (max-width: 480px) {
  body.page-template-page-trench-media .news-feed-parent-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.page-template-page-trench-media h2.news-feed-title {
    text-align: center;
    font-size: 24px !important;
  }

  body.page-template-page-trench-media .news-result-container {
    height: unset;
  }
}
