/* Language switcher styles */
.smp-language-switcher ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}
.smp-language-switcher li {
    margin: 0;
}
.smp-language-switcher a {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.smp-language-switcher a:hover {
    background: #f5f5f5;
}