:root :where(.editor-styles-wrapper) :where(.is-content-justification-right)>*{justify-content:flex-end}:root :where(.editor-styles-wrapper) :where(.is-content-justification-left)>*{justify-content:flex-start}:root :where(.editor-styles-wrapper) :where(.is-content-justification-center)>*{justify-content:center}:root :where(.editor-styles-wrapper) :where(.is-content-justification-around)>*{justify-content:space-around}:root :where(.editor-styles-wrapper) :where(.is-content-justification-between)>*{justify-content:space-between}:root :where(.editor-styles-wrapper) :where(.is-layout-flexwrap-wrap)>*{flex-wrap:wrap}:root :where(.editor-styles-wrapper) :where(.is-layout-flexwrap-nowrap)>*{flex-wrap:nowrap}