/* 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;
}

.is-style-border.wp-block-heading.has-default-text-color {
    -webkit-text-stroke: 3px #ffffffa6;
    color: transparent !important;
    font-size: 10rem !important;
    line-height: 140px;
}

.is-style-gradient .wp-block-button__link {
    background: radial-gradient(ellipse at center top, #8400FF 0%, #61208000 62%, #61208000 100%) !important;
    border: none !important;

    transition: all 0.5s ease-in-out;
}
.is-style-gradient .wp-block-button__link:hover {
    background: radial-gradient(ellipse at center top, #8400FF 0%, #8400FF 62%, #8400FF 100%) !important;
    border: none !important;
    color: white !important;

    transition: all 0.5s ease-in-out;
}

hr.is-style-vertical {
    border-left: 2px solid;
    height: 100px;
    width: 0;
    border-top: none;
    border-right: none;
    margin-left: auto;
    margin-right: auto;
}