/* Block: Text Left Image Right - Variation with spacing */
/* Add class "is-style-with-spacing" to the block in Gutenberg to apply these styles */

.block-text-left-image-right.is-style-with-spacing {
    margin-top: 0 !important;
    position: relative !important;
    z-index: 10 !important;
    background-color: #2C2C2C !important;
    background-image: url('../../library/images/fond-vaguelettes.jpg') !important;
    background-size: 200% auto !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.block-text-left-image-right.page-discover-slash {
    background-image: none !important;
    --tw-bg-opacity: 1;
    background-color: rgb(19 19 20 / var(--tw-bg-opacity, 1)) !important;
}
