/**
 * Genotyp presets for Elementor's classic container.
 *
 * Keep this selector at one class of specificity. It must override the native
 * .e-con defaults while allowing Elementor's element-specific Advanced
 * padding declarations to win when an editor sets them explicitly.
 */
:where(.e-con.e-con-full).sggw-full-width-padding-none {
	--padding-top: 0px;
	--padding-right: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
}
