/* Start custom CSS for html, class: .elementor-element-52b10db */.donate-button {
  display: block;
  margin: 1rem auto;
  text-decoration: none;
  color: #242732;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3px;
  padding: 13px 35px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 2px solid #000000;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  border-color: #1373c1;
  color: #1373c1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0), 0 6px 6px rgba(0, 0, 0, 0);
}

.donate-button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.12);
}/* End custom CSS */