
/* Flag language buttons */
.lang-switch{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.lang-switch a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #dfeaff;border-radius:50%;text-decoration:none;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.lang-switch a img{width:24px;height:24px;display:block}
.lang-switch a:hover{background:#f6faff}
.lang-switch a.active{outline:2px solid #cfe2ff; outline-offset:1px; background:#eef6ff}
@media (max-width:900px){
  .lang-switch{gap:10px}
  .lang-switch a{width:34px;height:34px}
  .lang-switch a img{width:22px;height:22px}
}
