.pll-switcher-wrapper {
    position: relative;
}

.pll-switcher-toggle {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    width: max-content;
    font-weight: 500;
    text-transform: uppercase;
    background: #fff;

    &:after {
        content: '\0203A';
        transform: rotate(90deg);
    }
}

.pll-switcher-dropdown {
    position: absolute;
    top: 3rem;
    right: 0;
    padding: 0.5rem;
    width: max-content;
    background: #fff;
    z-index: 20;

    a {
        display: flex;
        align-items: center;
        padding: 0.25rem 0.5rem;
        width: 100%;
        cursor: pointer;
    }
}