/* CoBlocks Animation Speed Adjustments */

/* Slow down newsletter signup block animation */
.wp-block-group.coblocks-animate.zoomIn[data-coblocks-animation="zoomIn"] {
    animation-duration: 1s !important;
}

/* Alternative selector for newsletter signup background image block */
.wp-block-group.has-background[style*="mark-olsen-hyL58LUZJLs-unsplash"].coblocks-animate {
    animation-duration: 1s !important;
}
