rs-module-wrap:has(rs-module[data-lzl-layout=fullwidth]),
rs-module-wrap:has(rs-module[data-lzl-layout=fullscreen]),
rs-fullwidth-wrap,
rs-fullwidth-wrap>rs-module-wrap {
    width: var(--seraph-accel-client-width) !important;
    left: calc(( 100% - var(--seraph-accel-client-width)) / 2) !important
}

rs-module[data-lzl-layout=fullscreen] {
    height: calc(var(--seraph-accel-dvh) - var(--lzl-rs-offs-y)) !important
}

rs-module[data-lzl-layout=fullscreen].js-lzl-ing {
    margin-top: calc(-1 * var(--seraph-accel-dvh) + var(--lzl-rs-offs-y)) !important
}