.hv8-added-grid > section {
  padding:18px;
  background:#0e0e16;
  border:1px solid #1f1f2a;
  border-radius:17px;
}

.hv8-added-grid.is-news-moved {
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.hv8-news > header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:4px;
}

.hv8-news > header h3 {
  margin:0;
}

.hv8-news > header a {
  color:#8f8a9f;
  font-size:12px;
}

.hv8-news > article {
  padding:12px 0;
  border-top:1px solid #1d1d27;
}

.hv8-news-story {
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  align-items:center;
  gap:10px;
  color:#f4f2f7;
}

.hv8-news-story > img {
  width:58px;
  height:50px;
  border-radius:10px;
  object-fit:cover;
}

.hv8-news-story strong,
.hv8-news-story small {
  display:block;
}

.hv8-news-story strong {
  display:-webkit-box;
  overflow:hidden;
  color:#f4f2f7;
  font-size:13px;
  line-height:1.45;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.hv8-news-story small {
  margin-top:4px;
  color:#6f6c7a;
  font-size:10px;
}

.hv8-news-asset {
  display:flex;
  align-items:center;
  gap:7px;
  width:max-content;
  max-width:100%;
  margin-top:0;
  padding:5px 8px;
  border:1px solid #282331;
  border-radius:999px;
  background:#15111c;
  color:#c994ef;
  font-size:10px;
}

.hv8-news-assets {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:8px;
}

.hv8-news-asset img {
  width:22px;
  height:22px;
  border-radius:50%;
  object-fit:cover;
  object-position:center top;
}

.hv8-news-asset span {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

@media(max-width:800px) {
  .hv8-added-grid.is-news-moved {
    grid-template-columns:1fr;
  }
}
