/**
 * The following styles get applied inside the editor only.
 */
.wp-block-fibosearch-search {
	&__device-preview-desktop {
		.dgwt-wcas-show-on-preview-desktop {
			display: block;
		}
		.dgwt-wcas-show-on-preview-tablet, .dgwt-wcas-show-on-preview-mobile {
			display: none;
		}
	}

	&__device-preview-tablet, &__device-preview-mobile {
		.dgwt-wcas-show-on-preview-desktop {
			display: none;
		}
		.dgwt-wcas-show-on-preview-tablet, .dgwt-wcas-show-on-preview-mobile {
			display: block;
		}
	}
}
