.wp-block-acf-font-awesome-icon.has-background {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: transparent !important;
  text-align: center;
}
.wp-block-acf-font-awesome-icon.has-background::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  z-index: 1;
}
.wp-block-acf-font-awesome-icon.has-background.has-base-background-color::before {
  background-color: #FFFFFF !important;
}
.wp-block-acf-font-awesome-icon.has-background.has-contrast-background-color::before {
  background-color: #212121 !important;
}
.wp-block-acf-font-awesome-icon.has-background.has-light-background-color::before {
  background-color: #EFEFEF !important;
}
.wp-block-acf-font-awesome-icon.has-background.has-primary-background-color::before {
  background-color: #196558 !important;
}
.wp-block-acf-font-awesome-icon.has-background.has-secondary-background-color::before {
  background-color: #0378A6 !important;
}
.wp-block-acf-font-awesome-icon.has-background.has-tertiary-background-color::before {
  background-color: #C41414 !important;
}
.wp-block-acf-font-awesome-icon.has-background i {
  position: relative;
  z-index: 2;
  transform: scale(0.85);
}/*# sourceMappingURL=style.css.map */
