/* === FLAG LANGUAGE SWITCH (patch) === */
.lang-switch{display:flex;align-items:center;gap:10px;font-weight:700}
.lang-switch a{color:inherit;text-decoration:none}
.lang-switch .flag{display:inline-flex;width:28px;height:20px;border-radius:3px;overflow:hidden;
  box-shadow:0 2px 6px rgba(0,0,0,.15);border:1px solid #e0d6c5;opacity:.75;transition:transform .12s,opacity .12s,box-shadow .12s}
.lang-switch .flag.active,.lang-switch .flag:hover{opacity:1;transform:translateY(-1px);box-shadow:0 6px 14px rgba(0,0,0,.15)}
.lang-switch .flag img{width:100%;height:100%;display:block}
/* Dil bayrağı satırında sosyal ikonlar */
.lang-switch{
  display:flex; align-items:center; gap:8px;
}

/* Bayraklar zaten var; sosyal ikonları benzer boyutlandır */
.lang-switch .social{
  display:inline-flex; width:26px; height:26px;
  border-radius:999px; overflow:hidden;
  background:#fff; box-shadow:0 1px 2px rgba(0,0,0,.12);
  transition: transform .12s ease, box-shadow .12s ease;
}
.lang-switch .social:hover{
  transform: translateY(-1px);
  box-shadow:0 2px 6px rgba(0,0,0,.18);
}
.lang-switch .social img{
  width:100%; height:100%; object-fit:contain; padding:3px;
}
