.main-archive-header {
    z-index: 1050;
    transition: all 0.3s ease;
}

.navbar {
    padding: 0.8rem 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.navbar-brand .logo-icon {
    color: #8b6f3d;
    font-size: 1.4rem;
}

.navbar-brand .logo-text {
    letter-spacing: 0.5px;
    font-size: 1.25rem;
    color: #2c3e50;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.text-gold {
    color: #8b6f3d;
}

.search-nav-link {
    color: #4a5568 !important;
    font-weight: 500;
    transition: color 0.2s;
    position: relative;
}

.search-nav-link:hover {
    color: #8b6f3d !important;
}

.lang-switcher-wrapper {
    border: 1px solid #e2e8f0;
}

.lang-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 30px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    color: #718096;
    transition: all 0.2s ease;
}

.lang-link:hover:not(.active) {
    color: #8b6f3d;
}

.lang-link.active {
    background-color: #8b6f3d;
    color: #ffffff !important;
    box-shadow: 0 2px 5px rgba(139, 111, 61, 0.3);
}

@media (max-width: 991px) {
    .navbar-nav {
        padding-top: 1rem;
        border-top: 1px solid #f7fafc;
        margin-top: 1rem;
    }
    .lang-switcher-wrapper {
        display: inline-flex !important;
        margin-top: 1rem;
    }
}