.public-lang-select {
    min-height: 44px;
    padding: 0.4rem 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(109, 40, 217, 0.25);
    background: var(--bg-secondary, #fff);
    color: var(--text-primary, #1e1b4b);
    font-size: 0.875rem;
    font-family: inherit;
    cursor: pointer;
}
html.dark .public-lang-select {
    background: rgba(19, 16, 43, 0.9);
    color: #e9e5ff;
    border-color: rgba(167, 139, 250, 0.3);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
