.editor-styles-wrapper .wp-block-button.is-style-fill .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-fill .wp-element-button {
  background-color: #006ccf !important;
  color: #fff !important;
}

.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-element-button {
  background-color: transparent !important;
  border: 2px solid #006ccf !important;
  color: #006ccf !important;
}

.editor-styles-wrapper .wp-block-button.is-style-limelight .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-limelight .wp-element-button {
  background-color: #ccf663 !important;
  color: #002346 !important;
}

.editor-styles-wrapper .wp-block-button.is-style-black-pearl .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-black-pearl .wp-element-button {
  background-color: #002346 !important;
  color: #fff !important;
}

.editor-styles-wrapper .testimonial--carousel .acf-innerblocks-container {
  display: flex !important;
  width: 100% !important;
  justify-content: space-around !important;
  align-items: center !important;
}

.testimonial .acf-innerblocks-container {
  display: flex !important;
  width: 100% !important;
  justify-content: space-around !important;
  align-items: center !important;
}

.editor-styles-wrapper .testimonial--carousel .block-editor-block-list__layout {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 1px !important;
  padding: 0 0 80px !important;
}

.editor-styles-wrapper .testimonial--carousel .block-editor-block-list__block {
  width: 100% !important;
  margin: 0 !important;
}

.editor-styles-wrapper .testimonial--carousel .block-editor-block-list__block > .acf-block-body,
.editor-styles-wrapper .testimonial--carousel .testimonial-item {
  width: 100% !important;
  max-width: 1440px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box !important;
}

.editor-styles-wrapper .testimonial--carousel .testimonial-item {
  position: static !important;
  opacity: 1 !important;
  transform: none !important;
}
