.wp-block-spacer {
    margin: 0 !important;
    height: var(--wp--custom--spacer-fluid) !important;
}

.wp-block-spacer.is-style-spacer-xs {
    height: var(--wp--custom--spacer-xs-fluid) !important;
}

.wp-block-spacer.is-style-spacer-s {
    height: var(--wp--custom--spacer-s-fluid) !important;
}

.wp-block-spacer.is-style-spacer-m {
    height: var(--wp--custom--spacer-m-fluid) !important;
}

.wp-block-spacer.is-style-spacer-l {
    height: var(--wp--custom--spacer-l-fluid) !important;
}

.wp-block-spacer.is-style-spacer-xl {
    height: var(--wp--custom--spacer-xl-fluid) !important;
}

.wp-block-spacer.is-style-spacer-xxl {
    height: var(--wp--custom--spacer-xxl-fluid) !important;
}
