.kntr-switcher{
    position: fixed;
    z-index: 99999;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    padding: 8px 10px;
    border-radius: 10px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, 'Noto Sans Kannada', sans-serif;
}
.kntr-top-right{ top: 16px; right: 16px; }
.kntr-top-left{ top: 16px; left: 16px; }
.kntr-bottom-right{ bottom: 16px; right: 16px; }
.kntr-bottom-left{ bottom: 16px; left: 16px; }
.kntr-switcher label{ margin-right: 6px; font-weight: 600; }
.kntr-kannada, .kntr-kannada *{ font-family: 'Noto Sans Kannada', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important; }
