.AppFooter {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-shrink: 0;
    gap: 16px;
    padding: 16px;
    background: #0d0d0d;
}

.AppFooter-copyright {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.AppFooter-links {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
}

.AppFooter-link {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
}

.AppFooter-link:hover {
    text-decoration: underline;
}

.AppFooter-divider {
    width: 1px;
    height: 12px;
    background: #dddddd;
}
