/* Current language block:
   keep EN/FR in the right column and center the chevron exactly beneath it. */
html body header .language-current-code{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:center!important;
    align-self:end!important;
    width:8px!important;
    min-width:8px!important;
    max-width:8px!important;
    text-align:center!important;
    margin:0!important;
}
html body header .language-chevron{
    grid-column:2!important;
    grid-row:2!important;
    justify-self:center!important;
    align-self:start!important;
    margin:0!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
}
