/**
 * Footer Component - Football IQ Score
 * Simple footer with copyright and legal links
 */

footer {
    background: #111;
    color: #525151;
    font-size: 12px;
    padding: 1.5rem 1rem;
    text-align: center;
    width: 100%;
    position: relative;
}

footer p {
    margin: 0;
    line-height: 1.6;
}

footer a {
    color: #525151;
    text-decoration: underline;
}

footer a:hover {
    color: #999;
}
