.cosmy-lang-switcher{
  position:fixed;
  top:90px;
  right:14px;
  z-index:99999;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.cosmy-lang-btn{
  display:flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(0,0,0,.08);
  border-radius:10px;
  padding:6px 10px;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  line-height:1;
  font-size:12px;
}
.cosmy-lang-btn:hover{ background:#fff; }
.cosmy-lang-btn.is-active{ outline:2px solid rgba(0,0,0,.18); }
.cosmy-flag{ font-size:16px; }
.cosmy-code{ font-weight:700; letter-spacing:.4px; }

/* Tablet: tuck closer to header */
@media (max-width: 1024px){
  .cosmy-lang-switcher{ top:70px; right:10px; }
}

/* Mobile: JS will move it near the hamburger; keep safe default */
@media (max-width: 768px){
  .cosmy-lang-switcher{ top:64px; right:10px; flex-direction:row; }
}
