.bc-language-switcher {
    position: fixed;
    inset-block-start: 0.8rem;
    inset-inline-end: 0.8rem;
    z-index: 10050;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.22rem 0.38rem;
    border: 1px solid rgba(148, 163, 184, 0.55);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(10px);
}

.bc-language-switcher-inline {
    position: static;
    z-index: auto;
    flex: 0 0 auto;
    background: #f8f7ff;
    border-color: rgba(109, 93, 252, 0.2);
    box-shadow: none;
    backdrop-filter: none;
}

.bc-language-switcher select {
    max-width: 5.1rem;
    padding: 0.24rem 0.12rem;
    border: 0;
    color: #3f3a68;
    background: transparent;
    cursor: pointer;
    font: 750 0.72rem/1 Inter, Arial, sans-serif;
}

.bc-language-switcher select:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(109, 93, 252, 0.18);
    border-radius: 8px;
}

html[dir="ltr"] body,
html[dir="ltr"] input,
html[dir="ltr"] textarea,
html[dir="ltr"] select,
html[dir="ltr"] button {
    font-family: Inter, Arial, sans-serif;
}

@media (max-width: 720px) {
    .bc-language-switcher {
        inset-block-start: 0.45rem;
        inset-inline-end: 0.45rem;
        min-height: 34px;
    }

    .bc-language-switcher select {
        max-width: 4.7rem;
        font-size: 0.68rem;
    }
}
