.lang-switch {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.lang-switch a {
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 4px;
}

.lang-switch a.active {
    background: #333;
    color: #fff;
    border-color: #333;
}
