.m-header-lang {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-right: 8px;
}
.mlang-current {
    color: #667eea;
    font-weight: 600;
}
.mlang-sep {
    color: #ccc;
    margin: 0 2px;
}
.mlang-link {
    color: #666;
    text-decoration: none;
}
.mlang-link:hover {
    color: #667eea;
}
