.wp-block-post-link.is-style-gallery > .wp-block-cover > .wp-block-cover__image-background {
    transition: transform 0.25s ease-out;
}

.wp-block-post-link.is-style-gallery:has(> .wp-block-post-link__link:hover) > .wp-block-cover > .wp-block-cover__image-background {
    transform: scale(1.125);
}

.wp-block-post-link.is-style-gallery > .wp-block-cover > .wp-block-cover__inner-container > .has-translucent-background-color {
    transition: background-color 0.25s ease-out;
}

.wp-block-post-link.is-style-gallery:has(> .wp-block-post-link__link:hover) > .wp-block-cover > .wp-block-cover__inner-container > .has-translucent-background-color {
    background-color: var(--wp--preset--color--light) !important;
}
