/* Language selector FLAG (header, all pages incl. homepage) — 20% smaller.
   The advanced_language_selector module renders the flag as an inline
   background sized to the control height (25px). We shrink only the FLAG
   to 20px tall (25 * 0.8), keeping its aspect ratio.
   NOTE: the text/font is intentionally left at its normal size. */
body:not(.path-admin):not(.claro) #block-bootstrap-barrio-subtheme-advancedlanguageselectorblock select{
  background-size: auto 20px !important;
  padding-right: 30px !important; /* calc(20px * 1.5) — proportional to the smaller flag */
}