/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.donation-block {
  position: relative;
  padding: 2.5rem 4.375rem;
  background: #F3F3F3;
  text-align: center;
}
.donation-block__header {
  position: relative;
  border-bottom: 1px dotted #007932;
  color: #007932;
  padding-bottom: 1.25rem;
  text-align: center;
}
.donation-block__header p {
  margin-left: auto;
  margin-right: auto;
}
.donation-block__title {
  margin-bottom: 0.625rem;
}
.donation-block__subtitle {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.donation-block__content {
  position: relative;
  padding-top: 3.75rem;
}
.donation-block__content p {
  max-width: 22.5rem;
  margin: 0 auto;
  margin-bottom: 30px;
}
.donation-block__content > *:last-child {
  margin-bottom: 0;
}
.donation-block .wp-block-wwf-wwf-link {
  margin-right: 0;
}
.donation-block.is-style-green {
  color: #fff;
  background-color: #007932;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M14.75 1A5.24 5.24 0 0 0 10 4 5.24 5.24 0 0 0 0 6.25C0 11.75 10 19 10 19s10-7.25 10-12.75A5.25 5.25 0 0 0 14.75 1z' fill='%23268D51' /></svg>");
  background-position: 50% 60%;
  background-size: 10rem;
  background-repeat: no-repeat;
}
.donation-block.is-style-green .donation-block__header {
  color: #fff;
  border-color: #fff;
}
.donation-block.is-style-green .link--primary {
  color: #fff;
}
.donation-block.is-style-green .link--primary:after {
  background-image: url("data:image/svg+xml;utf8,<svg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 8.42002H13.4211' stroke='white' stroke-width='2.5'/><path d='M9.3877 1.64587L14.5851 8.60529L9.3877 15.5647' stroke='white' stroke-width='2.5'/></svg>");
}
.donation-block.full-height {
  height: 100%;
}

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