.game-name {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* عدد الأسطر */
    -webkit-box-orient: vertical;
}
   .game-badge {

            background-color: #ff0000;

            color: white;

            padding: 2px 8px;

            border-radius: 4px;

            font-size: 11px;

            font-weight: bold;

            margin-left: 5px; }


     
.filter-buttons {

    display: flex;

    gap: 10px;

    margin: 15px 0;

    flex-wrap: wrap;

    justify-content: center;

}


  .contact-box{
  background:#111;
  padding:30px;
  border-radius:20px;
  text-align:center;
}

.contact-box h2{
  color:#fff;
  margin-bottom:20px;
}

.tiktok-btn{
  display:block;
  background:#00ffd5;
  color:#000;
  padding:15px;
  border-radius:50px;
  font-weight:bold;
  text-decoration:none;
  transition:0.3s;
}

.tiktok-btn:hover{
  background:#00e6c0;
  transform:scale(1.05);
}