@media (max-width: 991px) {
  .top-bar-right-nasa {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
  }

  .nasa-social-group {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: 35px !important;
    height: 24px !important;
  }

  .nasa-social-group .nasa-social-link {
    display: flex !important;
    flex: 0 0 20px !important;
    width: 20px !important;
    height: 20px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .nasa-lang-switcher,
  .nasa-lang-switcher .gtranslate_wrapper,
  .gtranslate_wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .header-mobile-center .logo-area,
  .header-mobile-center .nasa-logo-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .header-mobile-center .nasa-logo-text {
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
  }

  .header-mobile .nasa-phone-link {
    font-size: 10px !important;
    letter-spacing: -0.2px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }
}
