/* Block Styles */

.is-style-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: none !important;
}

@media (min-width: 991px) {
    .is-style-favicon-right-top {
        position: relative;
    }
    .is-style-favicon-right-top:after {
        content: "";
        position: absolute;
        top: -200px;
        right: -8.333333%;
        width: 300px;
        height: 300px;
        background-image: url('/wp-content/uploads/2025/10/cropped-Favicon.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}