/* Custom footer styling */
.wrapper.wrapper-footer {
    background-color: #2e2e2e; 
    color: #ffffff;            
}

/* Footer background */
.wrapper.wrapper-footer {
    background-color: #2e2e2e !important;
}

/* Footer copyright text */
.wrapper-footer footer#footer-openedx .copyright {
    color: #ffffff !important;
}

/* Footer links */
.wrapper-footer footer#footer-openedx a {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Optional: hover effect for links */
.wrapper-footer footer#footer-openedx a:hover {
    color: #17ff74 !important;
}
