/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/gossr-runtime/src/ssr-block.css ***!
  \***************************************************************************************************************************************/
@charset "UTF-8";
/*
 * ssr-block is a custom element used as a reactive patch wrapper by GoSSR.
 * display:contents makes it invisible in layout — it has no box of its own,
 * so child elements flow as if the wrapper does not exist.
 */
ssr-block {
  display: contents;
}
