.tz-language-bar {
  width: 100%;
  background: var(--totzine-light-yellow);
  color: var(--totzine-grey);
  border-bottom: 1px solid var(--totzine-light-gray);
}

.tz-language-bar__container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tz-language-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.5rem;
  padding: 0.35rem 0;
}

.tz-language-bar__social {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.tz-language-bar__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  text-decoration: none;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.tz-language-bar__social-link:hover,
.tz-language-bar__social-link:focus {
  text-decoration: none;
  opacity: 0.85;
}

.tz-language-bar__social-link--youtube {
  color: #ff0000;
}

.tz-language-bar__social-link--youtube:hover,
.tz-language-bar__social-link--youtube:focus {
  color: #ff0000;
  background: rgba(255, 0, 0, 0.08);
}

.tz-language-bar__social-link--facebook {
  color: #1877f2;
}

.tz-language-bar__social-link--facebook:hover,
.tz-language-bar__social-link--facebook:focus {
  color: #1877f2;
  background: rgba(24, 119, 242, 0.08);
}

.tz-language-bar__social-link--instagram {
  color: #e4405f;
}

.tz-language-bar__social-link--instagram i {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tz-language-bar__social-link--instagram:hover,
.tz-language-bar__social-link--instagram:focus {
  background: rgba(228, 64, 95, 0.08);
}

.tz-language-bar__social-link i {
  font-size: 1rem;
  line-height: 1;
}

.tz-language-bar__lang {
  margin-left: auto;
}

.tz-language-bar__lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.25rem 0.65rem;
  color: var(--totzine-grey);
  background: transparent;
  border: 1px solid var(--totzine-light-gray);
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1.2;
}

.tz-language-bar__lang-toggle:hover,
.tz-language-bar__lang-toggle:focus,
.tz-language-bar__lang-toggle.show {
  color: var(--totzine-dark-grey);
  background: var(--totzine-light-yellow);
  border-color: var(--totzine-light-gray);
  box-shadow: none;
}

.tz-language-bar__lang-toggle::after {
  margin-left: 0.15rem;
}

.tz-language-bar__lang-current,
.tz-language-bar__lang-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.tz-language-bar__lang-menu {
  min-width: 11rem;
  margin-top: 0.35rem;
  padding: 0.35rem;
  background: var(--totzine-white);
  border: 1px solid var(--totzine-light-gray);
  border-radius: 0;
}

.tz-language-bar__lang-item {
  padding: 0.55rem 0.75rem;
  color: var(--totzine-grey);
  border-radius: 0;
}

.tz-language-bar__lang-item:hover,
.tz-language-bar__lang-item:focus {
  color: var(--totzine-dark-grey);
  background: var(--totzine-light-yellow);
}

.tz-language-bar__lang-item.active {
  color: var(--totzine-dark-grey);
  background: var(--totzine-gray-yellow);
  font-weight: 600;
}

.tz-lang-flag {
  flex: 0 0 auto;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.tz-language-bar__lang-label {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .tz-language-bar__container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tz-language-bar__inner {
    min-height: 2.25rem;
  }

  .tz-language-bar__social {
    gap: 0.45rem;
  }

  .tz-language-bar__social-link {
    width: 1.85rem;
    height: 1.85rem;
  }

  .tz-language-bar__lang-toggle {
    font-size: 0.8125rem;
    padding: 0.2rem 0.55rem;
  }
}
