/* Block specific CSS */
.acf-call-button,
.acf-block-preview .acf-call-button {
  display: inline-block;
  background-color: #1c236d;
  border: 2px solid #1c236d !important;
  border-radius: 4px;
  color: #fff !important;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 32px;
  transition: 200ms ease;
  text-decoration: none;
}

.acf-block-preview .acf-call-button {
  margin-top: 0;
}

.acf-call-button .fas,
.acf-call-button:hover .fas,
.block-editor__container .editor-styles-wrapper .acf-call-button {
  color: #fff;
}

.acf-call-button:hover,
.acf-block-preview .acf-call-button:hover {
  background-color: #161b56;
  border: 2px solid #161b56;
  color: #fff;
}

.button-shadow {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.acf-block-preview .acf-call-button {
  pointer-events: none;
}
