/**
 * wave-divider — Component CSS
 */
        .sh-wave { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; overflow: hidden; line-height: 0; z-index: 10; }
        .sh-wave svg { position: relative; display: block; width: 100%; }
        .sh-wave-fill { fill: var(--pi-bg-alt, #f1f5f9); }
        .dark .sh-wave-fill { fill: var(--pi-bg, #0f172a); }
