.site-footer {
    border-top: 1px solid var(--line);
    background: #ebeee4;
    margin-top: auto;
}

.footer-inner {
    padding-block: 30px 24px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
}

.footer-brand {
    font-size: 14px;
    font-weight: 600;
}

.footer-note {
    font-size: 11px;
    color: var(--muted);
    margin-top: 5px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    font-size: 12px;
    color: var(--muted);
}

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

.footer-bottom {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 19px;
    border-top: 1px solid var(--line);
    font: 10px/1.5 var(--mono);
    color: var(--muted);
}
