.neo-support-row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:9px!important;
  width:100%!important;
  margin:10px 0 11px!important;
}
.neo-mini-action{
  min-width:0!important;
  min-height:58px!important;
  display:grid!important;
  grid-template-columns:36px minmax(0,1fr) 14px!important;
  align-items:center!important;
  gap:8px!important;
  padding:9px 10px!important;
  border-radius:13px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#fff!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:transform .18s ease,border-color .18s ease,filter .18s ease!important;
}
.neo-mini-action.telegram-support{
  background:linear-gradient(135deg,#102d29,#12372e)!important;
  border-color:rgba(36,212,157,.22)!important;
}
.neo-mini-action.game-menu{
  background:linear-gradient(135deg,#171820,#20212a)!important;
  border-color:#30323c!important;
}
.neo-mini-action:hover{transform:translateY(-2px)!important;filter:brightness(1.08)}
.neo-mini-icon{
  width:36px!important;height:36px!important;display:grid!important;place-items:center!important;
  border-radius:10px!important;background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(255,255,255,.11)!important;
}
.neo-mini-icon svg{
  width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round
}
.neo-mini-action>span:nth-child(2){min-width:0!important}
.neo-mini-action b{
  display:block!important;font-size:9px!important;line-height:1.15!important;
  white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important
}
.neo-mini-action small{
  display:block!important;margin-top:4px!important;color:rgba(255,255,255,.58)!important;
  font-size:7px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important
}
.neo-mini-action i{font-style:normal!important;font-size:18px!important;font-weight:900!important;text-align:right!important}
@media(max-width:380px){
  .neo-support-row{gap:7px!important}
  .neo-mini-action{grid-template-columns:31px minmax(0,1fr) 10px!important;gap:6px!important;padding:8px!important}
  .neo-mini-icon{width:31px!important;height:31px!important}
  .neo-mini-action b{font-size:8px!important}
  .neo-mini-action small{font-size:6.5px!important}
}
