﻿.news-list-compact-gc {
  padding-bottom: 15px;
  padding-top: 15px;
}
.news-list-compact-gc .block-title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.news-list-compact-gc .block-title .sponsored-by {
  align-items: center;
  min-height: 32px;
  flex-shrink: 0;
  display: flex;
}
.news-list-compact-gc .block-title .sponsored-by div {
  line-height: 16px;
  font-size: 12px;
  opacity: 0.4;
  color: #000;
}
.news-list-compact-gc .block-title .sponsored-by a {
  display: inline-flex;
  margin-left: 10px;
  max-width: 120px;
  max-height: 30px;
}
@media (max-width: 425.98px) {
  .news-list-compact-gc .block-title .sponsored-by {
    flex-direction: column;
  }
}