/* Footer Styles */
footer {
    background-color: #1F1F1F;
    color: #EAEAEA;
    padding: .5rem;
    text-align: center;
    font-size: 0.9rem;
    border-top: 1px solid #333;
    line-height: 1;
}

footer a {
    color: #fdd082;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #FFC107;
    text-decoration: underline;
}

footer .footer-links {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

footer .footer-links a {
    font-size: 0.9rem;
}

footer .footer-credits {
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #B3B3B3;
}
