.app-header .navbar-brand-image {
    object-fit: contain;
    height: 32px;
    width: auto;
}

.app-header .nav-link {
    transition: all 0.2s ease-in-out;
}

.app-header .nav-link:hover,
.app-header .nav-link.active {
    background-color: var(--bs-primary);
    color: white !important;
}

.footer {
    width: 100%;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);
}

.footer-link {
    transition: color 0.2s ease-in-out;
}

.footer-link:hover {
    color: #495057 !important;
}

@media (max-width: 991.98px) {
    .app-header .nav-link {
        margin: 0.25rem 0;
    }
}

@media (max-width: 576px) {
    .footer .row {
        text-align: center;
        flex-direction: column;
        gap: 1rem;
    }
}
