/* Footer Styles */
#footer {
    background-color: #f2f3f7; /* Matching sidebar background */
    padding: 2rem 0;
    text-align: center;
    color: black;
    margin-top: 4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05); /* Lighter border for light bg */
}

.footer__copyright {
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}

.footer__credits {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #888;
}

/* Ensure dev-credit from sidebar.css works here by not overriding it with specific 'a' selectors */
/* We can style generic links if needed, but dev-credit handles itself */

@media screen and (max-width: 768px) {
    #footer {
        padding: 1.5rem 0;
        margin-top: 2rem;
    }
    
    .footer__copyright {
        font-size: 1.2rem;
    }
}
