/**
 * BSIMPLE Custom SEO & Accessibility Fixes
 * Fixes accessibility contrast issues in footer
 */

/* Footer Contrast Fix - Accessibility */
#footer-bottom {
    background-color: #1a1a1a !important;
}

#footer-info {
    color: #ffffff !important;
}

#footer-bottom a,
#footer-info a {
    color: #33cccc !important;
}

#footer-bottom a:hover,
#footer-info a:hover {
    color: #ffffff !important;
}

/* Ensure footer links have good contrast */
#main-footer #footer-bottom .container {
    color: #e0e0e0 !important;
}
