
/* Empty Image */
.u-check-for-image:has(.u-cms-image[src*="placeholder"]).u-hide-if-empty-image,
.u-check-for-image:has(.u-cms-image[src*="placeholder"]) .u-hide-if-empty-image,
.u-check-for-image:not(:has(.u-cms-image[src*="placeholder"])).u-show-if-empty-image,
.u-check-for-image:not(:has(.u-cms-image[src*="placeholder"])) .u-show-if-empty-image,
/* Empty Text */
.u-check-for-text:has(.u-cms-text:empty).u-hide-if-empty-text,
.u-check-for-text:has(.u-cms-text:empty) .u-hide-if-empty-text,
.u-check-for-text:has(.u-cms-text:not(:empty)).u-show-if-empty-text,
.u-check-for-text:has(.u-cms-text:not(:empty)) .u-show-if-empty-text,
/* Empty Link */
.u-check-for-link:has(.u-cms-link a[href="#"]).u-hide-if-empty-link,
.u-check-for-link:has(.u-cms-link a[href="#"]) .u-hide-if-empty-link,
.u-check-for-link:has(.u-cms-link a:not([href="#"])).u-show-if-empty-link,
.u-check-for-link:has(.u-cms-link a:not([href="#"])) .u-show-if-empty-link,
/* Toggle */
.u-check-for-toggle:has(.u-cms-toggle:not(.w-condition-invisible)).u-hide-if-toggled,
.u-check-for-toggle:has(.u-cms-toggle:not(.w-condition-invisible)) .u-hide-if-toggled,
.u-check-for-toggle:has(.u-cms-toggle.w-condition-invisible).u-show-if-toggled,
.u-check-for-toggle:has(.u-cms-toggle.w-condition-invisible) .u-show-if-toggled { 
	display: none;
}
