<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
      .swiper {
        width:100%;
        height: 6rem;
        margin-bottom: 1rem;  
      }

      .swiper-slide {
        text-align: left; 
        margin-right: 0.5rem;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .swiper-scrollbar{
        width: 100%;
      }

       .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      } 
      .category_similar_list{
        width: 100%;
        height: 6rem;
        display: flex;
        justify-content: space-between;
      }
      .sim_game_item{
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: .9rem;
        text-align: center;
        -webkit-text-emphasis: inherit;
        text-emphasis: inherit;
        white-space: nowrap;
        /* overflow: hidden; */
        text-overflow: ellipsis;
        color:#fff;
      }
      .category-top{
        font-size: 0.8rem;
        margin-bottom: 1rem;
        display: flex;
        font-weight: 900;
        justify-content: space-between;
      }
      .top-lf{
        display: flex;
        justify-content: flex-start;
      }
      .top-rt{
        text-decoration: underline;
      }
      .top-img{
        width:1rem !important;
        height: 1rem !important;
      }
      .second-item{
        margin-top:0.3rem;
      }
      .game-box{
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 14rem; 
        margin:2rem 0; 
      }
      .game-lf{
        width:12rem;
        height: 12rem;
        font-size: 0.9rem;
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
      }
      .game-category-img{ 
         border-radius: 0.7rem;
          overflow: hidden;
        overflow: hidden;
        width: 5rem;
        height:5rem;
        margin:0 auto 0.15rem;
    }
    .second-item-img{
      width: 5rem;
      height:5rem;
      border-radius: 0.7rem;
      overflow: hidden;
    } 
    .game-lf-img img{
        width: 11.5rem;
        height: 11.5rem;
        margin-bottom:0.3rem;
        border-radius: 1.8rem;
      }
      .game-rt{
        display: flex;
        flex-direction: column;
      }
      .game-img-box{
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 0.7rem;
        margin:0 auto;
        overflow: hidden;
        margin-bottom: 0.4rem;
      }
      .game-text-box{
        font-size: 0.7rem !important;
      }
</pre></body></html>