.language-switcher {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1000;
}

.language-switcher form {
    margin: 0;
}

.language-link {
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
}

.language-link:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}

.language-link:focus {
    color: #ffffff;
    background-color: #ffdd00;
    outline: 3px solid #ffdd00;
    outline-offset: 0;
    box-shadow: 0 0 0 4px #0b0c0c;
}
