
.games-filter-wrapper {
    display: flex;
    gap: 20px;
}
.filter-sidebar {
    width: 20%;
}
.games-grid {
    width: 80%;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.grid-item {
    border: 1px solid #ff7b25 !important;
    padding: 0px;
    text-align: center;
}
.post-content p {
    margin-top: unset !important;
    margin-bottom: 20px;
    padding: 0 10px 0;
    font-family: Avenir Next Medium !important;
    font-size: 16px !important;
    color: #586D96 !important;
 }

.thumb img {
    max-width: 100%;
    height: auto;
}

.games-category {
  transform: scale(1.5); /* Adjust size as needed */
  margin-right: 5px;
  }
  
  .game-label {
  font-size: 15px;
}