<style>
    .language-switcher select {
        background: transparent;
        color: white;
        border: none;
        padding: 5px 10px;
    }
    .language-switcher option {
        background: #333;
        color: white;
    }
    .flag-icon {
        width: 20px;
        height: auto;
        margin-right: 5px;
    }
</style>
