
[data-icon]{
  background-image:var(--image-src);
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  display:inline-block;
}
.search_popup_button [data-icon]{
  width:16px;
  height:16px;
}
.topbar-item [data-icon="live-chat"],
.topbar-item [data-icon="telegram"],
.topbar-item [data-icon="android"]{
  width:14px;
  height:14px;
}
.topbar-item [data-icon="android"]{width:18px;height:18px}
.banner .banner-img{width:100%;height:auto;display:block;aspect-ratio:1920/613;object-fit:cover}
.banner .nav-btn{display:none}
.home-progressive-jackpot .jackpot-container{min-height:72px}
.telegram-banner-container img{
  width:100%;
  height:auto;
  object-fit:contain;
  display:block;
  aspect-ratio:3429/444;
}
.popup-modal .popup-thumbnail img,
#popup_modal_body img{
  width:100%;
  max-width:100%;
  height:auto;
  object-fit:contain;
  display:block;
  aspect-ratio:1/1;
}

/* Comida native push/layout fix: keep jackpot responsive on mobile while the counter updates. */
.home-progressive-jackpot,
.home-progressive-jackpot *{
  box-sizing:border-box;
}
.home-progressive-jackpot{
  max-width:100%;
  overflow:hidden;
}
.home-progressive-jackpot .outer-container,
.home-progressive-jackpot .inner-container,
.home-progressive-jackpot .border-container{
  max-width:100%;
  overflow:hidden;
}
.home-progressive-jackpot .jackpot-container,
.home-progressive-jackpot .jackpot-inner-container,
.home-progressive-jackpot .jackpot-border-container{
  max-width:100%;
  overflow:hidden;
}
.home-progressive-jackpot .jackpot-border-container{
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}
#progressive_jackpot{
  display:inline-block;
  width:14ch;
  max-width:100%;
  text-align:left;
  font-variant-numeric:tabular-nums;
}

@media only screen and (max-width:600px){
  html,body{
    max-width:100%;
    overflow-x:hidden;
  }
  .home-outer-container,
  .home-inner-container{
    width:100% !important;
    max-width:100% !important;
  }
  .home-progressive-jackpot{
    width:calc(100% - 20px) !important;
    max-width:360px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    transform:none !important;
  }
  .home-progressive-jackpot .outer-container,
  .home-progressive-jackpot .inner-container,
  .home-progressive-jackpot .border-container{
    width:100% !important;
    max-width:100% !important;
  }
  .home-progressive-jackpot .jackpot-play-section{
    display:none !important;
  }
  .home-progressive-jackpot .jackpot-container{
    min-height:0 !important;
    width:100% !important;
    max-width:100% !important;
    overflow:visible !important;
  }
  .home-progressive-jackpot .jackpot-inner-container,
  .home-progressive-jackpot .jackpot-border-container{
    overflow:visible !important;
  }
  .home-progressive-jackpot .jackpot-border-container{
    white-space:nowrap !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:3px !important;
    font-size:clamp(14px,4.9vw,19px) !important;
    line-height:1 !important;
  }
  .home-progressive-jackpot .jackpot-currency{
    flex:0 0 auto !important;
    font-size:clamp(11px,3.2vw,15px) !important;
    margin-right:2px !important;
  }
  #progressive_jackpot{
    flex:0 0 14ch !important;
    width:14ch !important;
    max-width:none !important;
    font-size:inherit !important;
  }
}

