/* Global QuizAligned Stylesheet */

/* Footer Standardization */
:root { 
    --footer-bg: #0b1220; 
    --footer-fg: #ffffff; 
}

/* Comprehensive footer styling with maximum specificity */
footer, 
.footer, 
.site-footer, 
footer.footer, 
footer#footer,
footer.bg-dark,
body footer,
body footer.bg-dark,
html body footer,
html body footer.bg-dark {
    background: var(--footer-bg) !important;
    background-color: var(--footer-bg) !important;
    color: var(--footer-fg) !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    outline: none !important;
    box-shadow: none !important;
}

footer *, 
footer p, 
footer a,
footer.bg-dark *,
footer.bg-dark p,
footer.bg-dark a,
body footer *,
body footer p,
body footer a { 
    background: transparent !important; 
    color: var(--footer-fg) !important;
    border: none !important;
}