#lang-switch {
    display: flex;
    gap: 8px;
}

#lang-switch button {
    background: rgba(0, 20, 40, 0.8);
    border: 1px solid #4db8ff;
    color: #4db8ff;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.2s;
}

#lang-switch button:hover {
    background: #4db8ff;
    color: #001020;
}
