.language-switcher .language-label {
    font-weight: 600;
    color: #333;
    margin-right: 8px;
    font-size: 14px;
}

.language-switcher .language-link {
    position: relative;
}

.language-switcher .language-link:hover::before {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 8px;
    z-index: 10;
}