.wp-block-group {
    &.is-style-tabbable-container-centered,
    &.is-style-tabbable-container-spanned,
    &.is-style-tabbable-container {
        > .content {
            > * {
                display: none;

                &[data-active] {
                    display: block;
                }
            }
        }
    }
}
