.footer {
    border-top: 1px solid #ddd;
}

.footer-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #333;
    text-decoration: none;
    font-size: 0.875rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .footer {
        text-align: center;
    }

    .footer .footer-links {
        display: inline-block;
    }
}