.gqt-switcher { display:inline-flex; align-items:center; gap:6px; flex-wrap:wrap; }
.gqt-flags .gqt-flag { display:inline-block; line-height:0; border-radius:3px; overflow:hidden; opacity:.85; transition:opacity .15s, transform .15s; }
.gqt-flags .gqt-flag:hover { opacity:1; transform:translateY(-1px); }
.gqt-flags .gqt-flag.gqt-active { opacity:1; outline:2px solid #fff; box-shadow:0 0 0 1px rgba(0,0,0,.15); }
.gqt-flags .gqt-flag img { display:block; width:24px; height:18px; object-fit:cover; border-radius:3px; }
.gqt-dropdown select { padding:6px 10px; border-radius:6px; border:1px solid #ccc; font-size:14px; }
.gqt-float { position:fixed; z-index:99999; background:rgba(15,32,67,.92); padding:8px 10px; border-radius:10px; box-shadow:0 6px 20px rgba(0,0,0,.25); }
.gqt-float .gqt-flags { max-width:200px; }
.gqt-pos-bottom-right { right:16px; bottom:16px; }
.gqt-pos-bottom-left  { left:16px; bottom:16px; }
.gqt-pos-top-right    { right:16px; top:90px; }
.gqt-pos-top-left     { left:16px; top:90px; }
