/* Reserve a consistent inset for the language chevron across native select renderers. */
.site-header .site-language {
  -webkit-appearance: none;
  appearance: none;
  padding-inline: 12px 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%23edf1ed' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;
}
@media (forced-colors: active) {
  .site-header .site-language { appearance: auto; background-image: none; padding-inline: 8px; }
}
