/******* Do not edit this file *******
Code Snippets Manager
Saved: Jun 21 2025 | 01:54:04 */
.news-game-page-list .list-img-column, .news-page-list .list-img-column {
  padding: 0;
}
.news-page-list img {
  width: 100% !important;
  object-fit: cover;
  height: 110px;
  border-radius: 8px;
  border: 1px solid #343943;
}
.news-game-page-list img {
  width: 100% !important;
  object-fit: cover;
  height: 110px;
  border-radius: 8px;
  border: 1px solid #343943;
}
.news-game-page-list .row-bottom-dashed, .news-page-list .row-bottom-dashed {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #343943;
}
.news-game-page-list h4, .news-page-list h4 {
  margin: 0;
  font-size: 20px;
}
.news-game-page-list .list-info-column p, .news-page-list .list-info-column p {
  margin: 0;
}
.news-game-page-list .list-info-column a, .news-page-list .list-info-column a {
  color: inherit;
}
.news-game-page-list .row:active .list-info-column h4 a, .news-game-page-list .row:hover .list-info-column h4 a, .news-game-page-list .row:focus .list-info-column h4 a, .news-page-list .row:active .list-info-column h4 a, .news-page-list .row:hover .list-info-column h4 a, .news-page-list .row:focus .list-info-column h4 a {
  color: var(--fl-global-blue-links);
}
.news-game-page-list .list-info-column .list-info-meta, .news-page-list .list-info-column .list-info-meta {
  font-size: 14px;
}
.news-game-page-list .list-info-column .list-info-game, .post-type-archive-news .list-info-column .list-info-game, .archive.tax-news-type .list-info-column .list-info-game {
  color: #459aff;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .list-img-column {
    margin-bottom: 10px;
  }
  .news-game-page-list h4, .news-page-list h4 {
    font-size: 18px;
  }
}
