
/* HOKI78 RED HOME COMPATIBILITY LAYER */
.banner{position:relative;width:100%;overflow:hidden;background:#180606}
.banner-carousel{width:100%;overflow:hidden}
.banner-carousel .vertical-wrapper{width:100%}
.banner-carousel .slide-item{position:relative;width:100%;overflow:hidden}
.banner-img{display:block;width:100%;height:auto;min-height:220px;object-fit:cover}
.banner .nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:rgba(80,0,0,.65);border:1px solid rgba(255,70,70,.5);border-radius:50%}
.banner .main-prev{left:12px}.banner .main-next{right:12px}
.banner .nav-btn img{width:20px;height:20px}
.announcement-outer-container{background:#0b0505;color:#eee;border-top:1px solid #5e1010;border-bottom:1px solid #5e1010}
.announcement-outer-container a{color:#fff}
.home-inner-container,.home-inner-cntr{background:#180707}
.home-progressive-jackpot{margin:26px auto;width:92%;max-width:1100px;border-radius:28px;overflow:hidden}
.home-progressive-jackpot .jackpot-outer-container{background:#0a0303!important;border:4px solid #5c0000;border-radius:28px;padding:10px}
.home-progressive-jackpot .jackpot-inner-container{background:linear-gradient(#9d0000,#260000)!important;border:2px solid #ff1c1c;border-radius:22px;padding:10px}
.home-progressive-jackpot .jackpot-container{background:linear-gradient(90deg,#250000,#8b0000,#250000)!important;border:2px solid #ff2b2b;border-radius:18px;color:#fff}
.home-progressive-jackpot .jackpot-play-text{color:#ff5b19!important}
.home-progressive-jackpot .jackpot-play-text-label{color:#ffd166!important}
.popular-slots-outer-container{width:92%;max-width:1100px;margin:24px auto;padding-bottom:24px}
.popular-game-title-container{display:flex;align-items:center;gap:12px;padding:8px 4px;border-bottom:2px solid #a50000}
.popular-game-title-container .title{display:flex;align-items:center;gap:8px;color:#fff;font-weight:700;font-size:20px;flex:1}
.popular-game-title-container .title i{display:inline-flex;width:26px;height:26px;background-size:contain;background-repeat:no-repeat;background-position:center}
.popular-game-title-container>a{background:#e00000;color:#fff!important;padding:8px 18px;border-radius:18px;text-decoration:none}
.game-list-container{background:#090404;border:2px solid #b00000;border-radius:18px;padding:12px;margin-top:8px;overflow:hidden}
.game-list{width:100%}.games-group{display:flex;flex-wrap:wrap;gap:12px}
.game-item{flex:1 1 140px;min-width:120px;background:#1b0808;border:1px solid #5c1111;border-radius:12px;overflow:hidden}
.game-item img{display:block;width:100%;height:auto}
.site-footer{background:#100505;border-top:2px solid #700000}
.site-footer a{color:#ff7777}
@media(max-width:768px){
 .banner-img{min-height:160px}
 .home-progressive-jackpot,.popular-slots-outer-container{width:96%}
 .popular-game-title-container .title{font-size:16px}
 .games-group{gap:8px}.game-item{min-width:calc(50% - 4px);flex-basis:calc(50% - 4px)}
}
