/*
  Theme Name:   bramjdown
  Theme URI:    http://bramjdown.com/
  Description:  Beautiful, Powerful & Flexible WordPress Theme for News, Magazine and Blog websites.
  Author:       TieLabs
  Author URI:   https://bramjdown.com/
  Version:      1.1.1
  License:      license purchased
  License URI:  http://themeforest.net/licenses/regular_extended
  Tags:         two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
  Text Domain:  bramjdown
*/
.single-post-thumb {
  height: 180px !important;
  object-fit: cover;
  width: 100%;
  display: block;
}

.related-game-thumb {
  height: 140px !important;
  object-fit: cover;
  width: 100%;
  display: block;
}

.related-game-placeholder {
  height: 140px !important;
  background: linear-gradient(135deg, #6c757d, #495057);
}

.text-justify {
  text-align: justify;
}

@media (max-width: 767.98px) {
  .single-post-thumb {
    height: 150px !important;
  }

  .related-game-thumb,
  .related-game-placeholder {
    height: 120px !important;
  }
}