/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/

.rounded-thumb {
    max-width: 300px;
    border-radius: 12px;
}


body { overflow-x: hidden; }
.nav-background { background:#1c1c1c; }
#site-header .navbar-brand img { width:120px; height:20px; }

.game_container_1 {
  background-color: #245524;                
  min-height: 100vh;                        
  background-image: url("/images/classy-fabric.png"); 
  background-repeat: repeat;                
  background-size: auto;                    
  background-position: 0 0;                 
}


/* #game_container_2{
    background-color: #20b152;
    position: absolute;
    background-image:url(/images/background-tile.png);   
    box-shadow:inset 0 0 500px #245524;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
} */

#game_container_2{
  background-image: url("/images/background-tile.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto !important;
  background-attachment: scroll;
  background-color: #245524;
}

.related-games ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  list-style: none; /* bỏ gạch đầu dòng */
  padding: 0;
}

.related-games li a {
  display: block;
  padding: 8px 12px;
  background: #f5f5f5;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
}