/*---------------------------------
		Colors Variables
-----------------------------------*/
/*---------------------------------
		Opacity
-----------------------------------*/
/*---------------------------------
		Gradient
-----------------------------------*/
/*---------------------------------
		Element Colors
-----------------------------------*/
/*---------------------------------
		Border Colors
-----------------------------------*/
/* stylelint-disable */
.aquila-icon-heading {
  display: flex;
}
.aquila-icon-heading .aquila-icon-heading__heading {
  display: flex;
  align-items: center;
  margin-right: 16px;
}

/* stylelint-enable */
/* stylelint-disable */
.aquila-dos-and-donts .aquila-dos-and-donts__list {
  margin-left: 20px;
}

/* stylelint-enable */
/* stylelint-disable */
.editor-styles-wrapper .wp-block-quote.is-style-layout-dark-background,
.wp-block-quote.is-style-layout-dark-background {
  background-color: #38affd;
  padding: 24px 18px;
}

/* stylelint-enable */
/* stylelint-disable */
.editor-styles-wrapper .wp-block-button.is-style-layout-border-blue-fill .wp-block-button__link,
.wp-block-button.is-style-layout-border-blue-fill .wp-block-button__link {
  border: 1px solid #0673a9;
  background-color: #38affd !important;
  color: #fff !important;
  padding: 8px 30px;
  border-radius: 3px;
}
.editor-styles-wrapper .wp-block-button.is-style-layout-border-white-no-fill .wp-block-button__link,
.wp-block-button.is-style-layout-border-white-no-fill .wp-block-button__link {
  border: 1px solid #fff;
  background-color: transparent !important;
  color: #fff !important;
  padding: 8px 30px;
  border-radius: 3px;
}

.block-editor-block-styles__item[aria-label="White outline - to be used with dark background"] .block-editor-block-styles__item-preview,
.block-editor-block-styles__item[aria-label="White outline - to be used with dark background"] .block-editor-block-list__layout.is-root-container {
  background-color: #0673a9;
}
.block-editor-block-styles__item[aria-label="White outline - to be used with dark background"] .block-editor-block-styles__item-preview .wp-block-button.is-style-layout-border-white-no-fill .wp-block-button__link,
.block-editor-block-styles__item[aria-label="White outline - to be used with dark background"] .block-editor-block-list__layout.is-root-container .wp-block-button.is-style-layout-border-white-no-fill .wp-block-button__link {
  background-color: #0673a9;
}

/* stylelint-enable */

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