/* ==============================
  WordPress 7.0 styling fixes
*/

:where(.editor-styles-wrapper) .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0 !important;
}

body :where(.editor-styles-wrapper) {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    --wp--style--block-gap: 2em;
}