/* Block Style: Lift
----------------------------------------
 * Registered as: is-style-lift
 * Block: core/group
 */

.wp-block-group.is-style-lift {
    transition: var(--wp--custom--transition);
}

.wp-block-group.is-style-lift:hover {
    transform: translateY(-10px);
    box-shadow: var(--wp--preset--shadow--strong);
}