/* Base rules — mask-image, background-color, and height are set dynamically
   via PHP (frontend) and JS useEffect (editor) to support variable amplitude. */
.wp-block-separator.is-style-wave {
	border: none !important;
	border-top: none !important;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
