/* ENNU Life AffiliateWP Bridge Frontend CSS - Emergency Fix for 404 Error */
/* Created to resolve 404 error - Following Master Plan zero failure tolerance */
/* This file should only load when affiliate functionality is needed */

.ennulife-affiliate-bridge {
    display: block;
    width: 100%;
}

.ennu-affiliate-fix {
    /* Emergency CSS to prevent 404 errors */
    visibility: visible !important;
}