/**
 * Full Screen block style — viewport height with vertically centered content.
 */

:is(main#main, .editor-styles-wrapper)
  :is(
    .wp-block-group,
    .wp-block-conxious-two-column,
    .wp-block-conxious-two-column-sticky
  ).is-style-full-screen,
:is(main#main, .editor-styles-wrapper)
  :is(
    .wp-block-group,
    .wp-block-conxious-two-column,
    .wp-block-conxious-two-column-sticky
  ).is-style-full-screen.alignfull {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

:is(main#main, .editor-styles-wrapper)
  .wp-block-conxious-two-column.is-style-full-screen .two-column__inner,
:is(main#main, .editor-styles-wrapper)
  .wp-block-conxious-two-column-sticky.is-style-full-screen .two-column-sticky__inner,
:is(main#main, .editor-styles-wrapper)
  .wp-block-conxious-two-column-sticky.is-style-full-screen .two-column-sticky__inner {
  width: 100%;
}
