.is-style-Hue span {
    mix-blend-mode: hue;
}

.wp-block-media-text.is-style-center {
    grid-template-columns: auto 100% !important;
    margin: auto;
    width: max-content;
}
.wp-block-media-text.is-style-center .wp-block-media-text__media {
    width: 30px;
    height: 30px;
}

.is-style-strip-left-right,
.is-style-strip-right,
.is-style-strip-center-right,
.is-style-strip-full {
    position: relative;
}
.is-style-strip-left-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: -40%;
    aspect-ratio: 555 / 436;
    width: 100%;
    height: auto;
    background-image: url('/wp-content/uploads/2024/08/LH_blauwtapeStzb-groot.png');
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.is-style-strip-left-right::after {
    content: '';
    position: absolute;
    top: 349px;
    right: -40%;
    aspect-ratio: 555 / 436;
    width: 100%;
    height: auto;
    background-image: url('/wp-content/uploads/2024/08/LH_blauwtapeStzg-groot.png');
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.is-style-strip-right::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -30%;
    aspect-ratio: 555 / 436;
    width: 70%;
    height: auto;
    background-image: url('/wp-content/uploads/2024/08/LH_blauwtapeStzb-groot.png');
    z-index: -1;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.is-style-strip-center-right:after {
    content: '';
    position: absolute;
    top: -20%;
    right: -30%;
    aspect-ratio: 555 / 436;
    width: 70%;
    height: auto;
    background-image: url('/wp-content/uploads/2024/08/LH_blauwtapeStzb-groot.png');
    z-index: -3;
    transform: scaleX(-1) scaleY(1) rotate(32deg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.is-style-strip-center-right:before {
    content: '';
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
    aspect-ratio: 555 / 436;
    width: 85%;
    height: auto;
    transform: rotate(-17deg);
    background-image: url('/wp-content/uploads/2024/08/LH_blauwtapeStzg-groot.png');
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.is-style-strip-full:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -20%;
    margin: auto;
    aspect-ratio: 555 / 436;
    width: 100%;
    height: auto;
    background-image: url('/wp-content/uploads/2024/08/LH_blauwtapeStzb-groot.png');
    z-index: -3;
    background-position: left;
    background-size: contain;
}