<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container.load_more_contents {
  background-color: white;
  position: relative;
}

.container.load_more_contents .content_trunk {
  margin-top: 0;
  background-color: white;
}

.news_item .title a:link, .news_item .title a:visited, .news_item .title a:focus, .news_item .title a:active {
  color: var(--text-color);
}

.news_item_sidebarbox_simple .sponsored_tag {
  left: auto;
  right: 0;
  top: 12px;
  font-size: 1rem;
  width: auto;
  display: inline-block;
}

.news_items_column .sponsored_tag {
  right: auto;
  font-size: .8rem;
}

@media only screen and (min-width: 768px) {
  .news_items_column .sponsored_tag {
    right: 0;
    font-size: 1rem;
  }
}

:root {
  --site-bg-color: #fff;
  --title-color: #FFB71B;
  --text-color: #333333;
  --text-lite-color: #828282;
  --blue-background-color: #FFB71B;
  --blue-background-lite-color: #1D1D1B;
  --gray-background-color: #575756;
  --gray-background-lite-color: #f2f2f2;
  --shout-color: #1D1D1B;
  --newsitem-title-color:#333333;
  /* NEWS ITEMS */
  --horizontal-separator-color: #ccc;
  --reading-time-color: #BDBDBD;
  --human-date-color: #BDBDBD;
  --dim-white-color: #BDBDBD;
  /* VERTICAL COLORS */
  /* FINE VERTICAL COLORS */
  --widget-background-color: #e0e0e0;
  --primary-button-bg-color: #FFB71B;
}
</pre></body></html>