/* Animated SVG Block - Frontend Styles */

.fireweed-animated-svg-block {
    position: relative;
    z-index: 99;
}

.fireweed-animated-svg-block[class*="fireweed"]>svg {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    fill: transparent;
    stroke: none;
    width: auto;
    overflow: visible;
}


