/**handles:bluebeechild-custom-cover**/
.wp-block-cover{
    &.has-ghub-link{
        .wp-block-cover__background{
            transition-property: opacity;
            transition-duration: 0.2s;
            transition-timing-function: ease;
        }

        &:hover{
            .wp-block-cover__background{
                background: var(--wp--preset--color--primary) !important;
                opacity: .95 !important;
            }
        }
    }

    &.is-style-overflow-visible{
        overflow: visible;
    }
}