/* Main content */
.riXAFxG {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.bsJurM {
  text-align: center;
  margin-bottom: 40px;
}

.khMuDqQQFv {
  color: #2c5f7c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.YyHavg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.PGXOBdHA {
  width: 40px;
  height: 40px;
  background-color: #2c5f7c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  transform: rotate(-15deg);
}

.OephjxerCB {
  color: #2c5f7c;
  font-size: 36px;
  font-weight: bold;
}

/* Games grid */
.dEWKL {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.EKma {
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}

.EKma:hover {
  transform: translateY(-5px);
}

.YUcDpLUQDL {
  width: 100%;
  aspect-ratio: 1/1;  
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.bfSO {
  color: #2c5f7c;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .dEWKL {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .dEWKL {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 480px) {
  /* .games-grid { */
    /* grid-template-columns: 1fr; */
  /* } */
  .riXAFxG {
    padding: 20px 15px;
  }
}
