/* Frontend styles for the Game Popular block - matches existing games section */
.wp-block-spinbit-game-popular {
  width: 100%;
  max-width: 100%;
}

/* Inherits all existing games section styles from theme */
.wp-block-spinbit-game-popular .games__headline {
  /* Uses existing theme styles */
}

.wp-block-spinbit-game-popular .games__catalog {
  /* Uses existing theme styles */
}

.wp-block-spinbit-game-popular .games__item {
  /* Uses existing theme styles */
}

.wp-block-spinbit-game-popular .games__load-more {
  /* Uses existing theme styles */
}

/* Ensure proper spacing and styling */
.wp-block-spinbit-game-popular .games__headline {
  margin-bottom: 20px;
}

.wp-block-spinbit-game-popular .games__title {
  color: #fff !important;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.wp-block-spinbit-game-popular .games__catalog {
  margin-bottom: 30px;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .wp-block-spinbit-game-popular .games__catalog {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .wp-block-spinbit-game-popular .games__catalog {
    grid-template-columns: 1fr !important;
  }
}



.games__headline--popular h3 {
  color: #ffffff !important;
}

.games__headline h3{
color: #ffffff !important;
}

.welcome__inner.has-game-filter  .games{
padding-top:0px;
padding-bottom:0px;
}