/**
 * Custom Shape Dividers – frontend.css (v4.0)
 * JS moves each .csd-shape-divider into the correct full-width block.
 * Inline styles on the element handle position/size; this sheet handles rendering.
 */

.csd-shape-divider {
    overflow: hidden;
    line-height: 0;
    pointer-events: none;
}

.csd-shape-divider svg {
    display: block;
}
