.page-languages { display:flex; justify-content:center; gap:1rem; padding:1rem; color:#e8edf5; background:#07111f; }
.page-languages a { color:inherit; padding:.5rem; text-underline-offset:.25em; }
.page-languages a[aria-current="page"] { font-weight:700; }
.gallery-page .page-languages { position:fixed; right:1rem; bottom:1rem; z-index:150; border-radius:.5rem; }
.localized-article { max-width:780px; margin:auto; padding:3rem 1.5rem; color:#edf2fa; }
.localized-article h1 { font-size:clamp(2rem,5vw,3rem); line-height:1.15; }
.localized-article p,.localized-article li { line-height:1.7; }
.localized-article a { color:#a9d4ff; }
.localized-article img { max-width:100%; height:auto; }
.localized-article pre { overflow:auto; }
