.site-footer {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 20px;
    border-top: 1px solid var(--border-card);
    color: var(--text-muted);
    font-size: .8rem;
    line-height: 1.6;
    text-align: center;
}

.site-footer p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 20px;
    margin: 0;
}

.site-footer span {
    min-width: 0;
    overflow-wrap: anywhere;
}
