.aa-language-switcher .aa-language-flag {
  display:block;
  flex:0 0 24px;
  width:24px;
  height:16px;
  max-width:none;
  object-fit:cover;
  border:1px solid #cbd5e1;
  border-radius:2px;
  box-sizing:content-box;
}
.aa-language-switcher nav a {
  display:flex;
  align-items:center;
  gap:9px;
}
/* The open language menu stays above the fixed financing control. */
body.public-body .aa-header:has(.aa-language-switcher[open]),
body.public-body .aa-brandbar:has(.aa-language-switcher[open]) {
  z-index:900!important;
}
