.pls-switcher {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.pls-switcher li {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.pls-switcher li a,
.pls-switcher li span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

.pls-switcher li.current-lang a {
    font-weight: 700;
}

.pls-switcher img {
    display: inline-block !important;
    vertical-align: middle;
    border: none !important;
    box-shadow: none !important;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Floating Switcher */
.pls-floating-switcher {
    position: absolute;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
    pointer-events: none;
}

.pls-floating-switcher .pls-switcher {
    position: absolute;
    pointer-events: auto;
    background: transparent;
    padding: 0 !important;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.pls-floating-switcher.top-right .pls-switcher {
    top: var(--pls-offset-y, 20px);
    right: var(--pls-offset-x, 20px);
}

.pls-floating-switcher.top-left .pls-switcher {
    top: var(--pls-offset-y, 20px);
    left: var(--pls-offset-x, 20px);
}

.pls-floating-switcher.bottom-right .pls-switcher {
    bottom: var(--pls-offset-y, 20px);
    right: var(--pls-offset-x, 20px);
}

.pls-floating-switcher.bottom-left .pls-switcher {
    bottom: var(--pls-offset-y, 20px);
    left: var(--pls-offset-x, 20px);
}

.pls-floating-switcher .pls-switcher li a,
.pls-floating-switcher .pls-switcher li span {
    color: inherit;
    font-size: inherit;
}
