.neo-support-row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  margin:10px 0 12px!important;
}
.neo-support-row .neo-mini-action{
  min-height:38px!important;
  height:38px!important;
  padding:0 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  border-radius:9px!important;
  font-size:9px!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
.neo-support-row .neo-mini-action.game-menu{
  background:linear-gradient(180deg,#6e5207,#4f3b05)!important;
  border:1px solid #d8a817!important;
  color:#ffe99a!important;
}
.neo-support-row .neo-mini-action.telegram-support{
  background:linear-gradient(180deg,#0b4260,#08334a)!important;
  border:1px solid #1e8dc6!important;
  color:#d9f4ff!important;
}
.neo-support-row .neo-pill-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  height:auto!important;
  background:none!important;
  border:0!important;
  font-size:10px!important;
  line-height:1!important;
}
.neo-support-row .neo-mini-action b{
  display:block!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:950!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.neo-support-row .neo-mini-action:hover{
  transform:translateY(-1px)!important;
  filter:brightness(1.08)!important;
}
@media(max-width:380px){
  .neo-support-row{gap:6px!important}
  .neo-support-row .neo-mini-action{
    padding:0 8px!important;
    min-height:36px!important;
    height:36px!important;
    gap:5px!important;
  }
  .neo-support-row .neo-mini-action b{font-size:8px!important}
}
