.neo-support-row .neo-mini-action{
  grid-template-columns:38px minmax(0,1fr) 14px!important;
  min-height:66px!important;
  padding:10px 11px!important;
}
.neo-support-row .neo-mini-action b{
  display:block!important;
  font-size:10px!important;
  line-height:1.25!important;
  font-weight:950!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:normal!important;
}
.neo-support-row .neo-mini-action small{
  display:block!important;
  margin-top:4px!important;
  font-size:7.5px!important;
  line-height:1.25!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
@media(max-width:390px){
  .neo-support-row .neo-mini-action{
    grid-template-columns:32px minmax(0,1fr) 10px!important;
    padding:9px 8px!important;
  }
  .neo-support-row .neo-mini-action b{font-size:8.5px!important}
  .neo-support-row .neo-mini-action small{font-size:6.8px!important}
}
