.poronin-wave-separator {

	display: flex;

	width: 100%;

	margin: 0 0 40px;

}



.poronin-wave-separator--left {

	justify-content: flex-start;

}



.poronin-wave-separator--center {

	justify-content: center;

}



.poronin-wave-separator--right {

	justify-content: flex-end;

}



.poronin-wave-separator__graphic {

	display: block;

	width: 120px;

	height: 14px;

	flex-shrink: 0;

}



.poronin-wave-separator--editor {

	pointer-events: none;

}


