/* Shared by all templates: EN/ES switch (same mechanism as the main site) */
html[lang="en"] [data-l="es"],html[lang="es"] [data-l="en"]{display:none!important}
.langsw{display:inline-flex;align-items:center;gap:2px;font:inherit}
.langsw button{font:inherit;color:inherit;background:none;border:0;padding:.35em .55em;cursor:pointer;opacity:.5;border-radius:6px;letter-spacing:inherit;text-transform:uppercase}
.langsw button:hover{opacity:.85}
html[lang="en"] .langsw [data-set="en"],html[lang="es"] .langsw [data-set="es"]{opacity:1;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}
html.bare .demobar{display:none}
