body[data-page-id="22027"] #support-heart-widget {
  display: none !important;
}

#support-heart-widget {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999;
}
#support-heart-widget:hover #support-heart, #support-heart-widget:active #support-heart, #support-heart-widget:focus #support-heart {
  background-color: #fff;
}
#support-heart-widget:hover #support-heart path, #support-heart-widget:active #support-heart path, #support-heart-widget:focus #support-heart path {
  fill: var(--colour-primary);
}
#support-heart-widget #support-heart {
  width: 52px;
  height: 52px;
  background-color: var(--colour-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--colour-primary);
  padding: 10px 9px 9px 9px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
}
#support-heart-widget #support-text {
  text-align: center;
  margin-left: 10px;
  color: rgb(51, 51, 51);
  border: 1px solid rgb(204, 204, 204);
  padding: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
  max-width: 200px;
  display: none;
}
#support-heart-widget > a {
  text-decoration: none;
}
@media all and (max-width: 450px) {
  #support-heart-widget {
    top: 400px;
    bottom: revert;
    right: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
