.wkit-wb-Widget_y4hxxs25 .custom-button {
  all: unset;
  position: relative;
  display: inline-block;
  padding: 6px 24px;
  font-size: 1rem;
  color: white;
  cursor: pointer;
  z-index: 1;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;}.wkit-wb-Widget_y4hxxs25 .button-text {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  z-index: 1;
  transition: color 0.2s ease-in-out;}.wkit-wb-Widget_y4hxxs25 .button-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: white;
  z-index: -1;
  transition: width 0.2s ease-in-out;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.3);}.wkit-wb-Widget_y4hxxs25 .custom-button:hover .button-text::before {
  width: 100%;}.wkit-wb-Widget_y4hxxs25 .custom-button:hover .button-text {
  color: #0a0a1a;}