/* Hide Powered by WHMCS footer line */
p[style*="text-align:center"],
p[style*="text-align: center"] {
    display: none !important;
}

/* Fallback target for whmcs link */
a[href*="whmcs.com"] {
    display: none !important;
}