/* Block Styles */
.is-style-Normal span {
    mix-blend-mode: normal;
}
.is-style-Multiply span {
    mix-blend-mode: multiply;
}
.is-style-Screen span {
    mix-blend-mode: screen;
}
.is-style-Overlay span {
    mix-blend-mode: overlay;
}
.is-style-Darken span {
    mix-blend-mode: darken;
}
.is-style-Lighten span {
    mix-blend-mode: lighten;
}
.is-style-Color-Dodge span {
    mix-blend-mode: color-dodge;
}
.is-style-Color-Burn span {
    mix-blend-mode: color-burn;
}
.is-style-Hard-Light span {
    mix-blend-mode: hard-light;
}
.is-style-Soft-Light span {
    mix-blend-mode: soft-light;
}
.is-style-Difference span {
    mix-blend-mode: difference;
}
.is-style-Exclusion span {
    mix-blend-mode: exclusion;
}
.is-style-Hue span {
    mix-blend-mode: hue;
}
.is-style-Saturation span {
    mix-blend-mode: saturation;
}
.is-style-Color span {
    mix-blend-mode: color;
}
.is-style-Luminosity span {
    mix-blend-mode: luminosity;
}


/* Card */
.card.is-style-dlp-card {
    border: none;
    border-top: 2px solid var(--wp--preset--color--primary);
    background-color: var(--wp--preset--color--secondary);
    height: 100%;
}
.card.is-style-dlp-card .card-body {
    color: var(--wp--preset--color--default-text) !important;
}
.card.is-style-dlp-card .wp-block-post-excerpt {
    height: calc(100% - 58px);
    display: flex;
    flex-direction: column;
}
.card.is-style-dlp-card .wp-block-post-excerpt__more-text {
    margin-top: auto;
    padding-top: 30px;
}

/* HR */
@media (min-width: 991px) {
    .wp-block-separator.is-style-vertical-line {
        width: 2px;
        height: 100%;
        background-color: #FFFFFF;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        border: none;
    }
}
