.android .hide-on-android,
.ios .hide-on-ios,
.desktop .hide-on-desktop {
	display: none !important;
}

body.elementor-editor-active .hide-on-android,
body.elementor-editor-active .hide-on-ios,
body.elementor-editor-active .hide-on-desktop {
	display: block !important;
}

body.elementor-editor-active .hide-on-android:before,
body.elementor-editor-active .hide-on-ios:before,
body.elementor-editor-active .hide-on-desktop:before {
	display: block;
	background: #dc8d1d;
	color: #fff;
	padding: 5px;
	font-size: 14px;
}

body.elementor-editor-active .hide-on-desktop:before {
	content: "Hidden on Desktop (has the class 'hide-on-desktop')";
}

body.elementor-editor-active .hide-on-ios:before {
	content: "Hidden on iOS (has the class 'hide-on-ios')";
}

body.elementor-editor-active .hide-on-android:before {
	content: "Hidden on Android (has the class 'hide-on-android')";
}

body.elementor-editor-active .hide-on-ios.hide-on-android:before {
	content: "Hidden on iOS and Android (has both classes 'hide-on-ios' and 'hide-on-android')";
}

body.elementor-editor-active .hide-on-ios.hide-on-desktop:before {
	content: "Hidden on iOS and Desktop (has both classes 'hide-on-ios' and 'hide-on-desktop')";
}

body.elementor-editor-active .hide-on-android.hide-on-desktop:before {
	content: "Hidden on Android and Desktop (has both classes 'hide-on-android' and 'hide-on-desktop')";
}