.pll-switcher-dropdown-af76ce0b {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.pll-dropdown-toggle-af76ce0b {
    padding: 10px;
    font-weight: bold;
}
.pll-dropdown-menu-af76ce0b {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 100;
    min-width: 100%;
}
.pll-switcher-dropdown-af76ce0b.is-open .pll-dropdown-menu-af76ce0b {
    display: block;
}
.pll-dropdown-menu-af76ce0b li {
    margin: 0;
}
.pll-dropdown-menu-af76ce0b a {
    display: block;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
}
.pll-dropdown-menu-af76ce0b a:hover {
    background: rgba(0,0,0,0.05);
}
