/* Wavy Ribbon Banner for Elementor — wavy-ribbon.css */

.wrb-wrapper {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden; /* clips the wave overdraw at both left and right edges */
}

.wrb-canvas {
    display: block;
    width: 100%;
    /* height set by JS */
}
