footer {
    background: #e9ecef;
    border-top: 1px solid var(--line);
}

.foot small {
    color: var(--muted);
}

.links a {
    color: var(--muted);
}

.links a:hover {
    color: var(--text);
}

footer .logo img {
    height: 28px;
}

@media (max-width: 768px) {
    .foot {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 24px 0;
    }

    .links {
        justify-content: center;
    }
}
