wa-share-button .squatch-share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 4px 4px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: 5px;
}
wa-share-button .squatch-share-btn .icon::before {
  font-size: 18px;
}
wa-share-button .squatch-share-btn .icon-messenger::before {
  font-size: 25px;
}
wa-share-button .squatch-share-btn .icon-facebook::before {
  margin-top: 1px;
  font-size: 21px;
}
wa-share-button .squatch-share-btn:focus {
  outline: 0;
}
wa-share-button .squatch-share-btn.disabled, wa-share-button .squatch-share-btn[disabled], fieldset[disabled] wa-share-button .squatch-share-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 499px) {
  wa-share-button {
    display: block;
  }
}