/* Footer styles */
/* Example: */
footer {
    color: var(--club-yellow);
    padding: 2rem 0;
    text-align: center;
}
footer a {
    color: var(--club-yellow);
    transition: color 0.2s;
}
footer a:hover {
    color: #fff;
}
/* ...add any other footer-specific CSS here... */
