/* Locale controls only: shared page typography and layouts remain the owners. */
.language-switch { display:flex; align-items:center; gap:7px; padding:0 14px; font-size:12px; white-space:nowrap; }
.language-switch a { color:inherit; text-decoration:none; opacity:.65; }
.language-switch a[aria-current] { opacity:1; text-decoration:underline; text-underline-offset:4px; }
.language-switch a:focus-visible { outline:2px solid currentColor; outline-offset:4px; }
a[data-language-fallback]::after { content:' (FR)'; font-size:.7em; opacity:.65; white-space:nowrap; }
.project-link[data-language-fallback] { position:relative; }
.project-link[data-language-fallback]::after { content:'FR'; position:absolute; top:12px; right:12px; padding:4px 7px; border-radius:5px; background:rgb(0 0 0 / .55); color:white; font-size:10px; line-height:1.4; opacity:1; }
@media(max-width:600px) { .language-switch { padding:0 5px; gap:5px; } }
