.pt-switcher {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.2;
    z-index: 999999;
}

.pt-switcher-floating {
    position: fixed;
    max-width: min(220px, calc(100vw - 32px));
}

.pt-position-bottom-right { right: 18px; bottom: 18px; }
.pt-position-bottom-left  { left: 18px; bottom: 18px; }
.pt-position-top-right    { right: 18px; top: 18px; }
.pt-position-top-left     { left: 18px; top: 18px; }

.pt-language-select {
    width: 100%;
    min-width: 150px;
    min-height: 42px;
    padding: 8px 38px 8px 12px;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 12px;
    background: #fff;
    color: #111;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .12);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.pt-switcher-dropdown .pt-language-select,
.pt-widget-switcher .pt-language-select {
    box-shadow: none;
}

.pt-language-select:focus-visible {
    outline: 3px solid rgba(0, 95, 204, .28);
    outline-offset: 2px;
}

#pt-google-translate-element,
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget,
body > .skiptranslate {
    display: none !important;
}

html,
body {
    top: 0 !important;
}

font font {
    background: transparent !important;
    box-shadow: none !important;
    position: static !important;
}

@media (max-width: 600px) {
    .pt-switcher-floating { max-width: calc(100vw - 24px); }
    .pt-position-bottom-right { right: 12px; bottom: 12px; }
    .pt-position-bottom-left  { left: 12px; bottom: 12px; }
    .pt-position-top-right    { right: 12px; top: 12px; }
    .pt-position-top-left     { left: 12px; top: 12px; }
    .pt-language-select { min-width: 138px; min-height: 44px; }
}
