/* editor-style.css */

/*negativo*/
:root :where(.wp-block-columns[class*="is-style-section-1"], .wp-block-group[class*="is-style-section-1"]) {
  background-color: var(--wp--preset--color--accent-1) !important;
  color: var(--wp--preset--color--base) !important;
}

/*destacado*/
:root :where(.wp-block-columns[class*="is-style-section-2"], .wp-block-group[class*="is-style-section-2"]) {
  background-color: var(--wp--preset--color--corp-trans) !important;
  color: var(--wp--preset--color--contrast) !important;
}

