@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__ask-your-question {
  padding: 15px;
  background-color: #fbf1f1;
  border: 1px dashed #e30613;
}
@media screen and (max-width: 767px) {
  .custom-wp-block__ask-your-question *:not(:last-child) {
    margin-bottom: 15px;
  }
}
.custom-wp-block__ask-your-question .custom-wp-block__inner {
  width: 100%;
}
.custom-wp-block__ask-your-question .custom-wp-block__inner .button {
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .custom-wp-block__ask-your-question .custom-wp-block__inner .button {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .custom-wp-block__ask-your-question .custom-wp-block__inner .button {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
.custom-wp-block__ask-your-question img {
  border-radius: 50%;
  margin: -25px 0 auto auto;
}
@media screen and (max-width: 991px) {
  .custom-wp-block__ask-your-question img {
    margin: 0 0 auto 20px;
    max-width: 80px;
  }
}

/*# sourceMappingURL=ask-your-question.css.map */
