.mobile-bg-language {
  display: none;
  align-items: center;
  gap: 6px;
  margin-left: 10px;
  z-index: 10001;
}

.mobile-bg-language button {
  min-width: 40px;
  min-height: 38px;
  border: 1px solid rgba(214, 160, 67, 0.65);
  background: rgba(0, 0, 0, 0.72);
  color: #f5ead8;
  font: 700 12px/1 Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
}

.mobile-bg-language button.is-active {
  background: linear-gradient(135deg, #b77a25, #efc36a);
  color: #080604;
}

.mobile-bg-language.is-floating {
  position: fixed;
  top: 78px;
  right: 14px;
  padding: 6px;
  border: 1px solid rgba(214, 160, 67, 0.45);
  background: rgba(5, 5, 5, 0.9);
}

@media (max-width: 820px) {
  html,
  body {
    overflow-x: hidden;
  }

  .mobile-bg-language {
    display: inline-flex;
  }

  .site-header .mobile-bg-language,
  header .mobile-bg-language,
  .header .mobile-bg-language,
  .topbar .mobile-bg-language {
    margin-left: auto;
    margin-right: 8px;
    flex: 0 0 auto;
  }
}
