.site-footer {
    padding: 30px 0;
    border-top: 1px solid var(--line);
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-container p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}