.btn__with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  padding:  18px 30px;

}
.btn__with-icon:hover{
  background: var(--zk-hover-color) !important;
}

.btn__with-icon span.zk-inline-svg{
  display: flex;
}

.btn__with-icon span.zk-inline-svg svg {
   height:100%;
   max-height: 28px;
   width: auto;
}