.yubicool-language-switcher {
  min-width: 4rem;
}

  .yubicool-language-switcher label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(177 180 169 / var(--tw-text-opacity));
}

  /* No label */

  .yubicool-language-switcher select:nth-child(1) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 0.5rem;
  background-image: url(../../dist/assets/img/icons/i8.svg);
    background-color: transparent;
}

  /* With label */

  .yubicool-language-switcher select:nth-child(2) {
  height: 1.5rem;
  width: 15rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

  .yubicool-secondary-navigation div.yubicool-language-switcher {
  flex-direction: column;
  gap: 0.5rem;
}
