:root {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    line-height: 1.5;
    font-weight: 400;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lang-btn {
    padding: 4px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.lang-btn.active {
    background-color: #3b82f6;
    color: white;
}

.lang-btn:not(.active) {
    background-color: #e5e7eb;
    color: #374151;
}

.lang-btn:not(.active):hover {
    background-color: #d1d5db;
}
.lang-selector {
    display: flex!important;
    align-items: center;
    gap: 8px;
}