.whai-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  /* Prevent theme flex/width overrides */
  width:auto !important;
  max-width:max-content !important;
  flex:0 0 auto !important;

  padding:10px 14px !important;
  border-radius:8px !important;

  font-weight:700 !important;
  font-size:14px !important;
  line-height:1 !important;

  text-decoration:none !important;
  color:#fff !important;

  background:linear-gradient(90deg, #14b8a6 0%, #3b82f6 100%) !important;
  border:0 !important;
  box-shadow:none !important;

  box-sizing:border-box !important;
  margin:0 !important;
}

.whai-btn:hover{
  background:linear-gradient(90deg, #3b82f6 0%, #14b8a6 100%) !important;
  color:#fff !important;
  text-decoration:none !important;
}

.whai-btn:visited,
.whai-btn:focus,
.whai-btn:focus-visible{
  color:#fff !important;
  text-decoration:none !important;
  outline:none !important;
}

.whai-btn:hover .whai-txt,
.whai-btn:visited .whai-txt,
.whai-btn:focus .whai-txt{
  color:#fff !important;
}

.whai-txt{
  color:#fff !important;
  white-space:nowrap !important;
}
