/* Dil secicisinin taban olculeri; ust bilgi seridi daha kompakt bir varyant uygular. */
.kh-language-switcher {
    align-items: center;
    background: #f3f5f8;
    border: 1px solid #d9deea;
    display: inline-flex;
    flex: 0 0 auto;
    height: 42px;
    margin: 0;
    padding: 3px;
}

.kh-language-switcher button {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: #596275;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    letter-spacing: 0;
    min-width: 34px;
    padding: 0 7px;
}

.kh-language-switcher button.is-active {
    background: #25203f;
    color: #fff;
}

.kh-language-switcher button:focus-visible {
    box-shadow: 0 0 0 3px rgba(116, 37, 143, .2);
    outline: 2px solid #74258f;
    outline-offset: 1px;
}
