/* Language switch shared by the Greek and English headers. */
.language-switch{display:flex;align-items:center;flex:0 0 auto;margin-left:.75rem;font:600 11px/1 'IBM Plex Sans',sans-serif;letter-spacing:.12em}
.language-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .65rem;border:1px solid currentColor;border-radius:999px;color:inherit;text-decoration:none;transition:color .2s,background .2s,border-color .2s}
.language-switch a:hover,.language-switch a:focus-visible{color:#fff;background:#174a8b;border-color:#174a8b;outline:none}
@media(max-width:900px){.site-header>.language-switch{margin-left:auto;margin-right:10px}}
@media(max-width:600px){.language-switch a{min-width:38px;height:38px;padding:0 .55rem}}
