/* Identical page layout and typography in both languages. Only the shared
   review/language utility is added; long translations wrap naturally. */
.language-bar{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}
.language-bar .language-switch{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:2px 12px;border:1px solid currentColor;border-radius:100px;color:#fff;font-size:12px;line-height:1.4;white-space:nowrap}
.language-bar .language-switch:hover{color:#132d43;background:#fff}.language-bar .language-switch:focus-visible{outline:3px solid #d6be91;outline-offset:3px}

.release-site .language-bar{background:#132d43;color:white;padding:5px 20px;justify-content:flex-end;min-height:38px}
