/*
 * WUC Emergency FOUC Override (WUC-EMERGENCY-FOUC-01)
 * Purpose: Restore visibility of homepage Elementor widgets while the
 *          root-cause FOUC reveal script is diagnosed and repaired.
 * Deployed: 2026-04-17
 * Rollback: /home/bitnami/wuc-patches/emergency-fouc/uninstall.sh
 *
 * Specificity: matches the inline hide rule
 *   .elementor-15985 .elementor-widget-container .wuc-v4 { opacity: 0 }
 * plus !important to override unconditionally.
 */
.elementor-15985 .elementor-widget-container .wuc-v4,
.elementor-15985 .wuc-v4,
body .wuc-v4 {
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
}
