/* App footer - links from breadcrumbs + useful links */
.app-footer {
    background: #ffffff;
    border-top: 1px solid #d9dade;
    padding: 40px 24px;
    margin-top: 48px;
}

.app-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}

.app-footer-left {
    flex: 1;
    min-width: 280px;
}

.app-footer-logo {
    display: block;
    margin-bottom: 16px;
}

.app-footer-logo img {
    height: 46px;
    width: auto;
}

.app-footer-tagline {
    font-size: 16px;
    line-height: 1.6;
    color: #0a0a0a;
    margin: 0 0 12px 0;
}

.app-footer-version {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.app-footer-links {
    min-width: 200px;
}

.app-footer-links-title {
    font-size: 16px;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 12px;
}

.app-footer-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.app-footer-links-list li {
    margin-bottom: 8px;
}

.app-footer-links-list a {
    font-size: 16px;
    color: #0a0a0a;
    text-decoration: none;
}

.app-footer-links-list a:hover {
    text-decoration: underline;
}
