.elementor-13 .elementor-element.elementor-element-09adb55{--display:flex;--background-transition:0.3s;}.elementor-13 .elementor-element.elementor-element-3de595c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-f573dc7{width:100%;max-width:100%;}.elementor-13 .elementor-element.elementor-element-f573dc7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-f573dc7 img{max-width:100%;}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-5c42063 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-5c42063 */body {
    background: linear-gradient(206deg, #52b8f2 -3.49%, #7131f9 109.49%, #6a36d7 109.49%);
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.game-container {
    max-width: 330px; /* 调整为刚好容纳三列图标加间隔 */
    margin: 0 auto;
    padding: 10px;
}

 body .game-grid {
     display: grid !important;
     grid-template-columns: repeat(3, 100px) !important;
     gap: 10px !important;
     justify-content: center !important;
   }

.game-item {
    width: 100px;
    height: 100px;
    border-radius: 15px; /* 稍微减小圆角 */
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.game-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-button {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-icon {
    width: 40%;
    height: 40%;
    color: #52b8f2; /* 使用与背景渐变相匹配的颜色 */
}

/* 其余的 CSS 保持不变 */

.ad-space {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 350px) {
    .game-container {
        padding: 5px;
    }
    .game-grid {
        gap: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-09adb55 */.game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px;
}

.game-item {
    text-align: center;
}

.game-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.game-name {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}/* End custom CSS */