<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1279px) {
  /* Gutenberg */
  /* Spacer */
  .wp-block-spacer.sc_height_tiny,
  [data-type="core/spacer"].sc_height_tiny &gt; .components-resizable-box__container {
    height: 1em !important;
  }

  .wp-block-spacer.sc_height_small,
  [data-type="core/spacer"].sc_height_small &gt; .components-resizable-box__container {
    height: 2em !important;
  }

  .wp-block-spacer.sc_height_medium,
  [data-type="core/spacer"].sc_height_medium &gt; .components-resizable-box__container {
    height: 3em !important;
  }

  .wp-block-spacer.sc_height_large,
  .wp-block-spacer.sc_height_big,
  [data-type="core/spacer"].sc_height_large &gt; .components-resizable-box__container,
  [data-type="core/spacer"].sc_height_large &gt; .editor-block-list__block-edit .components-resizable-box__container {
    height: 4em !important;
  }

  .wp-block-spacer.sc_height_huge,
  [data-type="core/spacer"].sc_height_huge &gt; .components-resizable-box__container {
    height: 5em !important;
  }

  /* Separator */
  .wp-block-separator.sc_height_tiny,
  [data-type="core/separator"].sc_height_tiny &gt; .wp-block-separator {
    margin: 1em 0 !important;
  }

  .wp-block-separator.sc_height_small,
  [data-type="core/separator"].sc_height_small &gt; .wp-block-separator {
    margin: 2em 0 !important;
  }

  .wp-block-separator.sc_height_medium,
  [data-type="core/separator"].sc_height_medium &gt; .wp-block-separator {
    margin: 3em 0 !important;
  }

  .wp-block-separator.sc_height_large,
  .wp-block-separator.sc_height_big,
  [data-type="core/separator"].sc_height_large &gt; .wp-block-separator,
  [data-type="core/separator"].sc_height_large &gt; .editor-block-list__block-edit .wp-block-separator {
    margin: 4em 0 !important;
  }

  .wp-block-separator.sc_height_huge,
  [data-type="core/separator"].sc_height_huge &gt; .wp-block-separator {
    margin: 5em 0 !important;
  }
}

/*# sourceMappingURL=gutenberg.responsive.css.map */
</pre></body></html>