.kc7wyd-language-switch {
    display: inline-flex;
    align-items: center;
    align-self: center;
    flex: 0 0 auto;
    gap: 3px;
    margin: 6px 12px;
    padding: 3px;
    border: 1px solid rgba(242,138,37,.8);
    border-radius: 999px;
    background: rgba(3,9,14,.94);
    box-shadow: 0 3px 12px rgba(0,0,0,.3);
    white-space: nowrap;
    font-family: Aptos,"Segoe UI",Arial,sans-serif;
}

.kc7wyd-language-switch button {
    appearance: none;
    min-width: 38px;
    padding: 7px 9px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #aebbc5;
    font: 800 12px/1 Aptos,"Segoe UI",Arial,sans-serif;
    letter-spacing: .06em;
    cursor: pointer;
}

.kc7wyd-language-switch button:hover {
    color: #fff;
    background: rgba(242,138,37,.18);
}

.kc7wyd-language-switch button[aria-pressed="true"] {
    color: #071019;
    background: #f28a25;
    box-shadow: 0 2px 8px rgba(242,138,37,.4);
}

.kc7wyd-language-switch.language-fixed {
    position: fixed;
    z-index: 99999;
    top: 10px;
    right: 10px;
    margin: 0;
}

@media (max-width:720px) {
    .kc7wyd-language-switch {
        position: sticky;
        right: 6px;
        margin: 6px;
    }

    .kc7wyd-language-switch button {
        min-width: 34px;
        padding: 7px;
    }
}
