.neo-action-icon{
  width:46px!important;height:46px!important;border-radius:13px!important;
  background:rgba(5,7,13,.18)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 18px rgba(0,0,0,.12)!important;
}
.neo-action-icon svg{
  width:23px;height:23px;display:block;
  fill:none;stroke:currentColor;stroke-width:1.9;
  stroke-linecap:round;stroke-linejoin:round;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.16));
}
.neo-action-btn.telegram .neo-action-icon svg{
  fill:rgba(255,255,255,.10);
}
.neo-action-btn:hover .neo-action-icon{
  transform:scale(1.06);
  background:rgba(255,255,255,.14)!important;
}
.neo-action-icon{transition:transform .2s ease,background .2s ease}
