.terminal-language-switcher {
  align-items: center;
  display: inline-flex;
  gap: 0.2rem;
}

.terminal-language-switcher .language-label {
  cursor: default;
  opacity: 0.85;
}

.terminal-language-switcher .language-link {
  min-width: 2.1rem;
  text-align: center;
}

.terminal-footer-main-row {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}

.terminal-footer-notice {
  flex: 1 1 auto;
}

.terminal-footer-social {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  gap: 0.35rem;
  justify-content: flex-end;
  margin-left: auto;
}

.terminal-footer-social .btn {
  min-width: auto;
  padding: 0.4em 0.9em !important;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .terminal-footer-main-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .terminal-footer-social {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
