.mobile-language {
  display: none;
}

@media (max-width: 1050px) {
  .mobile-language {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 4px;
    padding-top: 18px;
    border-top: 1px solid #e6e9ed;
    color: #0b2d4a;
    font-size: 0.9rem;
  }

  .mobile-language > span:first-child {
    color: #f47a20;
    font-weight: 700;
  }

  .mobile-language a {
    color: #146c94;
    font-weight: 700;
  }

  .mobile-language a::after {
    display: none;
  }
}
