@charset "UTF-8";
@keyframes loadingPulse {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.custom-wp-block__checklist {
  padding: 0;
}
.custom-wp-block__checklist.custom-wp-block__checklist--with-border {
  padding: 20px;
  border: 1px solid #27348b;
}
.custom-wp-block__checklist h2 {
  color: #27348b;
  margin-bottom: 17px;
}
.custom-wp-block__checklist span {
  margin-bottom: 17px;
}
.custom-wp-block__checklist ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.custom-wp-block__checklist ul li {
  position: relative;
  padding-left: 25px;
}
.custom-wp-block__checklist ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #27348b;
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
}
.custom-wp-block__checklist ul li:not(:last-child) {
  margin-bottom: 10px;
}

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