.jl-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.jl-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.jl-slides img {
    width: 100%;
    flex: 1 0 100%;
}

.jl-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.space-page-content ol, .space-page-content ul {
    margin-bottom: 1.45em;
    margin-left: 15px;
}
.jl-indicator {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    cursor: pointer;
}

.jl-indicator.active {
    background-color: rgba(255, 255, 255, 1);
}


/*  */
.product-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 1200px;
    margin: 20px auto;
    background-color: #222;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #d8d8d8;
}
.product-container a{
    text-align: center;
}
.product-container a{
    text-align: center;
}

.product-image, .product-details {
    flex: 1 1 100%;
}

.product-image img {
    width: 100%;
    border-radius: 8px;
}

.product-title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.product-title h3 {
    background: linear-gradient(90deg, #facf20, #facf20);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}
.product-title h4 {
    background: linear-gradient(90deg, #66ec4b, #b03027);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}
.product-price {
    font-size: 20px;
    color: #888;
    margin-bottom: 20px;
}

.product-description {
    /* margin-bottom: 20px; */
    line-height: 1.5;
    text-align: left;
}
.product-description p{
    text-indent: 2em;
}
.quantity-selector {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.quantity-selector input {
    width: 50px;
    text-align: center;
    margin: 0 10px;
    padding: 5px;
    font-size: 16px;
}

.add-to-cart {
    padding: 10px 20px;
    background-color: #ffc107;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    float: right;
    margin-top: 10px;
}
.add-to-cart:hover {
    background-color: #ffc925;
    color: #000;
}

.rating-info {
    /* display: flex; */
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    color: #858585;
    margin: 20 auto;
    float: left;
    margin-bottom: 30px;
}

.rating-info .stars {
    color: #FFC107;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .product-container {
        flex-wrap: nowrap;
    }
    .product-image {
        flex: 1 1 40%;
        padding-right: 20px;
    }
    .product-details {
        flex: 1 1 60%;
        padding-left: 0px;
    }
}
.bw-qr-code {
    text-align: center; /* 使内容居中对齐 */
}
.bw-qr-code-le{
    width: 40%;
    float: left;
}
.bw-qr-code-ri{
    width: 40%;
    float: right;
}
.bw-qr-code img {
    display: inline-block; /* 图片作为行内块级元素 */
    margin: 0 auto;
}
@media screen and (max-width: 479px) {
    .space-content-section {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}
.article-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 980px) {

    .jl-slidesN{
        display: none;
    }
    .space-title-box-h1 img{
        display: block; 
        margin: 0 auto; 
        width: 50%;
    }
}
h2, h2 a {
    font-size: 1.55em;
    line-height: 1.2em;
}
h3, h3 a {
    font-size: 1.35em;
    line-height: 1.2em;
}
h4, h4 a {
    font-size: 1.15em;
    line-height: 1.2em;
}
.space-page-content-wrap >.promo-container{
    margin-top: 20px ;
}
.space-title-box.featured-image {
    min-height: 85px;
    background-color: #1a2c38;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.space-title-box.featured-image .space-title-box-ins {
    min-height: 85px;
}
.btn-container-info {
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 95%;
    margin: 0px auto;
}
.space-news-3-item-meta-right{
    display: none;
}
.space-page-content img {
    border-radius: 5px !important;
}
.login-btn-info{
    border-right: 1px solid #00444a;
}
.btn-container-infs {
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    width: 30%;
    margin: 30px auto;

}
.btn-container-info a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    flex: 1;
    border: 2px solid #088a94;
}
.btn-container-info a:hover{
    color: #ffffff;
    background: #00444a;
} 
.btn-container-infs a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    text-align: center;
    flex: 1;
}
.login-btn-info {
    /* background: linear-gradient(to right, #111, #111); */
    color: #000;
    float: left;
}
.login-btn-infs {
    background: linear-gradient(to right, #e36842, #ff5722);
    float: left;
}
.register-btn-info {
    /* background: linear-gradient(to right, #111, #111); */
    color: #000;
    float: right;
}

.space-header-logo a.text-logo {
    /* font-size: 2em; */
}
.space-header-logo span {
    font-size: 1.15em;
}
.bw-container {
    margin-top: 0px;
    padding: 20px;
}
.bw-container img {
    max-width: 100%;
    height: auto;
}
.bw-qr-code {
    display: inline-block;
    margin: 10px;
}
.bw-download-instructions {
    margin-top: 20px;
}
.bw-download-instructions ol {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}
.bw-app-links {
    margin-top: 20px;
    text-align: center;
    padding: 0px !important;
}
.bw-app-links div {
    width: 49%;
    display: inline-block;
    margin: 0 0px;
}
.bw-app-links img {
    width: 100px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
    padding-bottom: 2.9em;
    text-align: center;
    /* width: 40%; */
}
.bw-app-links img {
    display: block; /* 确保图片作为块级元素显示 */
}

.bw-app-links img:first-of-type {

}

.bw-app-links img:nth-of-type(2) {
    float: left; /* 第二张图片居左 */
    margin-right: 15px; /* 可选：增加右侧间距 */
}
.space-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 0px;
}
.space-aces-content-section {
    overflow: hidden;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.Read Review{
    margin-top: 20px;
}
.promo-container {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #55514D;
    margin-bottom: 0px;
}
.promo-image {
    flex: 1;
    max-width: 25%;
    margin-right: 20px;
}
.promo-image img {
    width: 100%;

    border-radius: 10px;
}
.promo-details {
    flex: 3;
    text-align: left;
}
.promo-details h2 {
    /* color: #ffffff !important; */
    font-size: 28px;
    margin-bottom: 10px;
    padding: 0px 0 !important;
}
.promo-details h2 {
    margin: 0px 0;
    font-size: 36px;;
    text-align: left;
    
}

.promo-details h3, h3 a {
        font-size: 1.35em;
        line-height: 1em;
    }

.ratings {
    margin-bottom: 10px;
}
.ratings span {
    color: gold;
}

.trust-score {
    position: relative;
    height: 20px;
    width: 100%;
    
    border-radius: 10px;

    margin-bottom: 20px;
}
.trust-score span {
    display: block;
    background-color: #A0D1D5;
    height: 100%;
    width: 0;
    border-radius: 10px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    line-height: 22px;
    color: black;
}
.col-lg-6{
    height: 60px;
    width: 100%;
}
.space-page-content h1{
    /* margin: 40px 0; */
}
.fa-star::before {
    content: "";
}
.Read{
    margin-bottom: 20px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fal, .far, .fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.text-sm li {
    padding-left: 0px !important;
    float: left;
    padding-right: 6px !important;
  }
.promo-button{
    display: inline-block;
    background-image: linear-gradient(180deg, #147882  10%, #147882  100%);
    border: 1px solid #088a94;
    margin-right: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
    padding: 14px 35px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0px 0px 10px 0px #55514D;
    margin-top: 20px;
}

.promo-button-game{
    margin-top: 30px;
    padding: 10px 40px;
}
.promo-button::before{
    content: '\25B6';
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 0px;
}

/* casino按钮 */
.play-button {
    display: inline-block;
    background-image: linear-gradient(180deg, #147882 10%, #147882 100%);
    border: 1px solid #088a94;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0px 0px 10px 0px #55514D;
}

.play-button::before {
    content: '\25B6'; /* Play icon (triangle) */
    font-size: 18px;
    margin-right: 6px;
    position: relative;
    top: 0px;
    
}

.promo-button:hover {
    background-image: linear-gradient(180deg, #147882 10%, #147882 120%);
    border: 1px solid #37F1FF;
    color: #ffffff !important;
}

@media (max-width: 768px) { 
    .col-lg-6 {
        display: flex; 
        justify-content: center; 
    }
    .list-inline {
        text-align: center; 
        padding: 0; 
        margin: 0; 
    }
    .list-inline-item {
        display: inline-block; 
    }
}

/* 垂直布局（移动端） */
@media (max-width: 768px) {
    .promo-container {
        flex-direction: column;
        text-align: center;
    }

    
    .promo-image {
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .promo-details {
        text-align: center;
    }
    .promo-details h1 {
        font-size: 24px;
    }
    .promo-details h2 {
        font-size: 20px;
        text-align: center;
    }
    .promo-button {
        width: 100%;
        margin-top: 20px;
    }
}
.space-archive-title-box{
    background-color: #147882;
}
.space-archive-loop-item-excerpt {
    color: #ffffff;
}
.space-archive-title-box-h1 h1{
    text-align: center;
}
.space-archive-title-box-h1 p{
    text-indent:2em;
}
.space-archive-section {
    /* overflow: hidden; */
    padding: 20px 0;
}
.space-archive-loop-item-img-ins >space-archive-loop-item-img-category{
    display: none;
}
.space-archive-title-box-h1 b{
    color: #FFEB3B;
    font-size: 18px !important;
}
.space-content-section h1 , h1 a{

        font-size: 1.8em;
        line-height: 2.0em;

}
.space-widget ul li, .space-header-search-block input[type="search"] {
    border-bottom: 1px solid #147882;
}
.space-page-content-box-wrap {
    border-bottom: 0px solid #dfe6e9 !important;
    padding-bottom: 30px;
    margin: 0 0 15px;
}

.casino{
    font-size: 28px;
}

.ca-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 100;
    padding-bottom: 20px;
}


.ca-container .ca-column:nth-child(1) {
    width: 24%;
}

.ca-container .ca-column:nth-child(2),
.ca-container .ca-column:nth-child(3) {
    width: 18%;
}

.ca-container .ca-column:nth-child(4) {
    width: 20%;
}
.ca-column h5 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #ffffff !important;
}
p {
    /* font-size: 14px;
    line-height: 1.6; */
}
ul {
    list-style-type: none;
    padding: 0;
    
}
li {
    margin: 10px 0;
    position: relative;
    padding-left: 15px;
}

.product-title h1{
    margin-top: 0px;
}
.ca-container a {
    color: #d8d8d8;
    text-decoration: none;
    margin-left: 10px;
}
a:hover {
    /* text-decoration: underline; */
}
.ca-payment-methods img {
    width: 40px;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid #282828;
    border-radius: 10px;
}
.ca-logo {
    text-align: left;
}
.ca-logo img {
    max-width: 100%;
}
@media (max-width: 1024px) {
    .ca-column {
        flex: 1 1 33%;
    }
}
@media (max-width: 768px) {
    .ca-column {
        flex: 1 1 50%;
    }
}
@media (max-width: 480px) {
    .ca-column {
        flex: 1 1 100%;
    }
}
@media screen and (max-width: 479px) {
    .single .space-title-box-ins {
        padding: 0px 0;
    }
}

.modal88 {
    display: none; /* 默认隐藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    color: #facf20;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
}
.modal-content88 {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 340px;
    position: relative;
    border: 1px solid rgba(231, 177, 10,0.2);
}
.modal-content88 img{
    border-radius: 8%;
    padding: 10px;
}
.close-content88{
    width: 100%;
    height: 10px;
}
.close-btn88 {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    color: rgb(255, 255, 255, 0.5);
    background: none;
    font-size: 24px;
    font-weight: 100;
}
.modal-buttons88 {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 479px) {
    .space-news-3-item {
        width: 50%;
        float: none;
    }
}
.fixed-bottom88 .modal-buttons88 {
    width: 310px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.modal-buttons88 button {
    padding: 10px 20px;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    font-size: 18px;
    width: 140px;
    color: white;
}
.modal-buttons88 .btn188 {
    background-color: rgba(0, 153, 0);
}
.modal-buttons88 .btn288 {
    background-color: rgba(210, 0, 0);
}
.fixed-bottom88 {
    
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(231, 177, 10);
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    z-index: 1000;
}
.fixed-bottom88 button {
    margin-bottom: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    font-size: 18px;
    width: 140px;
    /* color: white; */
}
.fixed-bottom88 .btn188 {
    background-color: rgba(0, 153, 0);
}
.fixed-bottom88 .btn288 {
    background-color: rgba(210, 0, 0);
}
@media (max-width: 768px) {
    .modal88{
        display: flex; /* 只在移动设备上显示 */
    }
}
.bw-download-instructions a{
    color: #FFEB3B;
}
.space-mobile-menu .space-mobile-menu-copy {
    border-top: 0px solid #a9b0d1;
    color: #ecf0f1;
}
.space-mobile-menu .space-mobile-menu-copy a {
    color: #ecf0f1;
}
.space-page-content, .space-widget {
    color: #ecf0f1;
}
.space-content-section.no-sidebar {
    max-width: 1200px;
    margin: 0 auto;
}
.top-space-to-top {
    position: fixed;
    bottom: 65px;
    right: 20px;
    z-index: 1000 !important;
    display: none;
}
.layout-flex-wap {
    display: none !important; 
}

@media (max-width: 768px) {
    .layout-flex-wap {
        display: flex !important; /* 在移动端显示 */
        /* 其他的 flex 样式，如果需要的话 */
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .copyright {
        text-align: center;
        line-height: 40px;
        height: 5px;
    }
}
.top-space-to-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #00444a;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
.page .space-page-content-box-wrap {
    /* margin-top: 50px; */
}
.top-space-to-top a:hover {
    background-color: #147882  ;
}

.top-space-to-top i {
    font-size: 24px;
}

@media (max-width: 768px) {
    .top-space-to-top a {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .top-space-to-top i {
        font-size: 20px;
    }
}
.space-header-2-top-ins {
    max-width: 1170px;
    min-height: 90px;
    border-bottom: 1px solid #dfe6e9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.space-header-2-top-logo-ins img{
    width: 160px !important;
    padding-top: 0px;
}
.space-header-2-top-logo-ins {
    /* padding: 13px; */
    font-size: 24px;
    text-align: left;
}
.space-header-2-top-logo-ins {
    padding-top: 0px;
}
.space-header-2-top-logo-ins a{
    margin-top: 16px;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    line-height: 30px;
}
@media screen and (max-width: 479px) {
    .space-header-2-top-soc .space-mobile-menu-icon {
        top: 30px;
        left: 15px;
        right: auto;
    }
    .fa, .fab, .fad, .fal, .far, .fas {
        line-height: 15px;
    }
}

@media (min-width: 480px) {
    .space-mobile-menu-icon {
        display: block;
    }
}
.space-mobile-menu-icon {
    display: block;
    top: 40px;
    left: 0px;
    /* background: #fff;
    border-radius: 50px; */
    height: 30px;
    /* background-image: linear-gradient(180deg, #ffdf81 10%, #ffaa77 100%); */
}
.space-mobile-menu-icon:hover {
    /*background-image: linear-gradient(180deg, #ffaa77 10%, #ffdf81 120%);*/
}
.space-mobile-menu-header img{
    width: 60% !important;
}
@media (min-width: px) {
    .space-mobile-menu-icon {
        display: block;
        top: 40px;
        left: 0px;
    }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
    .space-header-2-top-soc .space-mobile-menu-icon {
        top: 40px;
        left: 15px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .space-header-2-top-soc .space-mobile-menu-icon {
        top: 40px;
        left: 15px;
        right: auto;
    }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
    .space-header-2-top-soc .space-mobile-menu-icon {
        top: 40px;
        left: 15px;
        right: auto;
    }
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
    .space-header-2-top-soc .space-mobile-menu-icon {
        top: 40px;
        left: 15px;
        right: auto;
    }
}
/* .floating-menus{
    display: none
} */
.floating-menus{
    display: block;
    margin-top: 20px;
    text-align: center;
}
.floating-menus {
    display: none;
}
@media (max-width: 768px) {
    .floating-menus {
        display: block;
        margin-top: 0px;
        text-align: center;
        padding: 10px;
        background: radial-gradient(circle at center, #00444a, #00444a);
    }
    .floating-menu {
        display: none;
    }
}

.space-header-2-height .space-header-2-top-ins {
    border-bottom: 0px solid #8d8d8d;
}
.space-header-2-nav {
    background: radial-gradient(circle at center, #00444a, #00444a);
}
.attachment-mercury-custom-logo{

}
.attachment-mercury-custom-logo {
    width: auto !important;
    height: auto !important;
}

/* 在特定屏幕宽度下应用新样式 */
@media (min-width: 480px) {
    .attachment-mercury-custom-logo {
        width: none !important;
        height: none !important;
    }
}
.elementor-container{
    margin: 30px 0;
}
.elementor-widget-container{
    text-align: center;
}
.elementor-widget-container h1{
    text-align: center;
    font-size: 32px;
    color: #FFEB3B;
}
.elementor-widget-container a {
    text-decoration: underline;
    text-decoration-color: rgb(255, 255, 255); /* 修改为所需颜色 */
}

/* 默认样式：适用于 PC 端（屏幕大于等于 768px） */
.e-con-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; /* 垂直居中对齐 */
    gap: 20px; /* 设置间距为 20px */
    padding: 20px 0;
}

.e-con-inner-img,
.e-con-inner-act {
    text-align: center;
    width: 50%;
}
.e-con-inner-img{
    float: right;
}
.e-con-inner-act {
    float: left;
}
.e-con-inner-act p {
    /* line-height: 3.5em; */
    color: #fff;
    font-size: 18px;
}

.e-con-inner-act a p{
    color: #FFEB3B !important;
    text-decoration: underline;
    text-decoration-color: #FFEB3B;
}

@media (max-width: 767px) {
    .e-con-inner {
        display: block;
    }

    .e-con-inner-img,
    .e-con-inner-act {
        margin-bottom: 20px; 
        text-align: center;
        width: 100%;
    }

    .e-con-inner-img:last-child,
    .e-con-inner-act:last-child {
        margin-bottom: 30px; 
    }
}

.space-header-2-height {
    transition: all 0.3s ease; 
}



.fixed-header {
    position: fixed;
    bottom: 0;
    /* top: 0; */
    width: 100%;
    z-index: 1000;
}
.elementor-games{
    /* margin: 30px 0; */
}
.elementor-games-h1 img {
    margin-right: 10px;
    float: left;
    margin-top: 14px;
}
.elementor-games-h1 img {
    margin-right: 10px;
}
.elementor-games-h1 h2 {
    margin-top: 0px;
    color: #fff;
    font-weight: 400px !important;

}
.elementor-games-es{
    text-decoration: underline;
    text-decoration-color: #ffffff;
}
.elementor-games-post{
    padding: 0px 0;
    color: #fff;
    font-size: 18px;
}
.elementor-games-post p{
    padding-bottom: 15px;
    padding-top: 15px;
    text-indent: 2em;
}
.elementor-games-post a{
    color: #FFEB3B;
    text-decoration: underline;
    text-decoration-color: #FFEB3B;
    font-size: 22px;
}
.swiper-container {
    width: 100%;
    height: 170px; /* 根据图片高度调整 */
    overflow: hidden;
}

.swiper-slide {
    box-sizing: border-box;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
    .swiper-slide {
        width: calc(100% / 7 - 20px); /* 100% / 7 (显示7张) 减去间距 */
    }
}

@media (max-width: 767px) {
    .swiper-slide {
        width: calc(100% / 3 - 20px); /* 100% / 3 (显示3张) 减去间距 */
    }
    .swiper-container {
        width: 100%;
        height: 120px;
        overflow: hidden;
    }
}
.elementor-games-post strong{
    color: #FFEB3B;
}
.elementor-games-FAQ h2{
    text-align: center;
}

/*  */
.faq-section {
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom: 20px;
}

.faq-item {
    margin-top: 1px;
}
.faq-section .faq-item:last-child {
    border-bottom: none;
}
.faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 8px 15px;
    background: #EAA84E;
    border-radius: 5px
}
.faq-title.active p {
    color: #fff; /* 点击展开时字体颜色变为白色 */
}

.faq-title.active {
    background: #EAA84E; /* 保持背景颜色不变 */
}
.faq-title p {
    margin: 0;
    color: #000;
    transition: color 0.3s;
    font-size: 18px;
    line-height: 22px;
}

.faq-toggle-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: transform 1s;
}

.faq-toggle-btn.active {
    transform: rotate(90deg);
}

.faq-content {
    display: none;
    padding: 10px;
    /* background: #000000; */
}

.faq-content p {
    margin: 0;

}


.elementor-widget-container h2{
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
/*  */
.game-section {
    padding: 0px 0 0 0;
}
.game-section h2{
    text-align: center;
    color: #fff;
    padding: 20px;
}
.game-item {
    display: flex;
    flex-direction: column;
    width: 100%; /* Full width on all screen sizes */
    margin-bottom: 20px; /* Space between items */
    box-sizing: border-box;
    align-items: center; /* Center items horizontally */
    border: 2px solid #088a94;
    border-radius: 15px; /* Optional: rounded corners */
    overflow: hidden; /* Optional: to ensure no overflow of content */
}

.game-image,
.game-description {
    width: 49%; /* Each takes up 49% of the width on PC */
}

.game-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2%; /* Space between image and description */
    padding: 10px; /* Optional: padding around image */
}
.game-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.game-image img {
    max-width: 100%;
    height: auto;
}
.game-image h2{
    padding: 0px;
    color: #ffffff;
    font-family: "Noto Sans Canadian Aboriginal", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.game-description {
    padding: 20px;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    text-align: center;

    color: #fff;
}
.space-page-content h1 {
    /* font-size: 1.8em; */
    line-height: 1.1em;
}
.game-description p {
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: 2em;
}
.game-description a {

    text-align: center;
}
.play-button {
    display: inline-block;
    margin-top: 10px;
    padding: 15px 20px;
    background-color: #d40000;
    /* color: #fff; */
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    border-radius: 12px;
}

.play-button:hover {

    border: 1px solid #37F1FF;
}

@media (min-width: 768px) {
    .game-item {
        flex-direction: row;
        width: 100%;
        align-items: flex-start;
        box-shadow: 0px 0px 10px 0px #55514D;
    }

    .game-description {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .game-item {
        flex-direction: column;
    }

    .game-image,
    .game-description {
        width: 100%;
    }

    .game-image img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto; 
    }
}
.space-title-box.featured-image .space-overlay {
    background: rgba(0, 0, 0, 1);
}
.prev-post-title{
    float: left;
}
/* 当视口宽度大于 990px 时应用的样式 */
@media (min-width: 991px) {
    .article-container-games {

        /* overflow-y: auto; 
        border-radius: 5px; */
    }
}

/* 当视口宽度小于等于 990px 时应用的样式 */
@media (max-width: 990px) {
    .article-container-games {

        overflow-y: auto; /* 允许垂直方向的滚动 */
        border-radius: 5px;
    }
}

.article-container-og {
    height: 500px;
    padding: 20px;
    border: 2px solid #088a94;
    overflow-y: auto; /* 允许垂直方向的滚动 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.article-container-og h2-og {
    margin-top: 0;
}

.article-container-og p-og {
    margin: 10px 0;
    line-height: 1.6;
}
.elementor-games-es img{
    width: 30px;
    margin-top: 20px;
}
.elementor-games-post b{
    color: #FFEB3B;
    font-size: 18px !important;
}
.game-description b{
    color: #FFEB3B;
}
.space-header-2-top-soc .space-mobile-menu-icon {
    width: 30px;
}


.centered-button {
    text-align: center;
    margin: 0; /* 清除默认的 h4 margin */
}

/* Claim bonus button styling */
.claim-bonus-button {
    display: inline-block; /* 确保 a 标签作为按钮显示 */
    text-decoration: none;
    border-radius: 10px;
    font-size: 22px;
    background-image: linear-gradient(180deg, #dd86ff 10%, #ff4d4d 100%);
    padding: 13px 40px; /* 按钮内边距 */
    color: #fff !important; /* 按钮文字颜色 */
    margin: 30px 0; /* 控制按钮的上下间距 */
    width: auto; /* 可以根据需要调整宽度 */
}

/* 添加悬停效果 */
.claim-bonus-button:hover {
    background-image: linear-gradient(180deg, #dd86ff 10%, #ff4d4d 120%);
    color: #ffffff; /* 悬停时文字颜色 */
}
@media (min-width: 768px) {
    .space-header-2-top-soc {
        display: none; /* 当屏幕宽度大于等于 768px 时隐藏 */
    }
}

.space-header-2-top-logo-ins {
    font-size: 24px;
    text-align: left; /* 默认左对齐 */
}

@media (max-width: 768px) {
    .space-header-2-top-logo-ins {
        text-align: center; /* 小于 768px 时居中 */
    }
    .elementor-games-es img {
        width: 30px;
        margin-top: 0px;
    }
}

.space-page-section-ins {
    padding-top: 0px;

}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #b2bec3;
    width: 100%;
    border-radius: 10px;
}
thead{
    height: 40px;
    line-height: 40px;
    background-color: #00444a;
    border: 1px solid #b2bec3;
}
td,th{
    text-align: center;
    border: 1px solid #b2bec3;
    height: 40px;
    line-height: 40px;
}
.space-page-content-box-wrap li{
    position: relative;
    padding-left: 15px;
    line-height: 1.8em;
}
.space-page-content-box-wrap strong{
    color: #FFEB3B;
}