.esu-icon-button,
.is-style-esu-white-button.wp-block-button > a.wp-block-button__link,
.editor-styles-wrapper
  .is-style-esu-white-button.wp-block-button
  .wp-block-button__link {
  border: 1px solid #3a91d0;
  color: #3a91d0;
  width: fit-content;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: white;
  font-weight: normal;
  font-size: 1em;
  display: inline-block;
}

.esu-icon-button i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.has-esu-azzurro-color,
.editor-styles-wrapper .has-esu-azzurro-color {
  color: #3a91d0 !important;
}

.esu-icon-button-blue,
.is-style-esu-blue-button.wp-block-button > a.wp-block-button__link,
.editor-styles-wrapper
  .is-style-esu-blue-button.wp-block-button
  .wp-block-button__link {
  border: 1px solid #3a91d0;
  background-color: #3a91d0;
  color: white !important;
  width: fit-content;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 1em;
  display: inline-block;
}

.esu-icon-button .esu-icon-button-text,
.esu-icon-button-blue .esu-icon-button-text {
  display: flex;
}
