@media (max-width:787px) {
  .header-container .justify-start > .lang {
    display: flex !important;
  }

  .justify-start > .lang .language-btn {
    display: flex;
  }

  /* Hide the current language text (first span) */
  .justify-start > .lang .language-btn > span:first-child {
    display: none;
  }

  /* Show the opposite language code */
  .justify-start > .lang .language-btn .language-code::after {
    content: attr(data-other-lang);
    font-size: 1.2rem;
    line-height: 1;
  }
}