html,body{max-width:100%;overflow-x:hidden}

/* hidden by default on desktop */
.acnova-mobile-actions{
  display:none !important;
}

/* mobile only */
@media (max-width:900px){
  body.has-mobile-actions{
    padding-bottom:86px;
  }

  .acnova-mobile-actions{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:9999;
    display:grid !important;
    grid-template-columns:repeat(5,1fr);
    gap:7px;
    padding:8px;
    border-radius:20px;
    background:rgba(5,22,15,.96);
    border:1px solid rgba(18,183,106,.34);
    box-shadow:0 18px 45px rgba(0,0,0,.32);
    backdrop-filter:blur(12px);
  }

  .acnova-mobile-actions a{
    min-height:52px;
    display:grid;
    place-items:center;
    gap:2px;
    color:#fff;
    text-decoration:none;
    font-weight:900;
    border-radius:14px;
    background:rgba(255,255,255,.03);
  }

  .acnova-mobile-actions strong{
    display:grid;
    place-items:center;
    width:24px;
    height:24px;
    border-radius:9px;
    background:#12b76a;
    color:#032014;
    font-size:12px;
    line-height:1;
  }

  .acnova-mobile-actions span{
    font-size:11px;
    white-space:nowrap;
  }

  .ac-nav{
    display:grid !important;
    grid-template-columns:1fr auto;
    max-width:100vw;
  }

  .ac-nav nav,
  .ac-nav .nav-links,
  .ac-nav .ac-nav-links{
    grid-column:1/-1;
    display:flex !important;
    overflow-x:auto;
    gap:8px;
    width:100%;
  }

  .ac-nav a,
  .ac-nav button{
    min-height:44px;
    white-space:nowrap;
  }

  [data-lang="rn"],
  [lang="rn"]{
    display:none !important;
  }

  .acnova-mobile-actions.acnova-marketplace-actions{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    left:16px;
    right:16px;
    bottom:12px;
    gap:8px;
    padding:8px;
    border-radius:20px;
  }

  .acnova-marketplace-actions a{
    min-width:0;
    min-height:58px;
    padding:7px 5px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.06);
  }

  .acnova-marketplace-actions a.active{
    background:linear-gradient(135deg,#16a75e,#24c778);
    color:#ffffff;
    box-shadow:0 8px 22px rgba(18,183,106,.25);
  }

  .acnova-marketplace-actions strong{
    width:29px;
    height:29px;
    font-size:15px;
  }

  .acnova-marketplace-actions span{
    font-size:12px;
    font-weight:800;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}
