.mroom-language-switcher {
  position: relative;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  color: #252019;
  font-family: inherit;
}

.mroom-language-switcher::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.mroom-language-switcher.is-floating {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1000;
}

.mroom-language-select {
  width: 36px;
  min-width: 36px;
  height: 40px;
  padding: 0 14px 0 0;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  outline: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.mroom-language-select:hover,
.mroom-language-select:active,
.mroom-language-select:focus {
  border-color: transparent;
  border-bottom-color: transparent;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.mroom-language-select:focus-visible {
  border-bottom-color: #ff650d;
}

.mroom-language-switcher.is-selector-control .mroom-language-select {
  width: 36px;
  min-width: 36px;
  height: 44px;
}

.mroom-legal-language-notice {
  margin: 0 0 18px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 101, 13, .2);
  border-radius: 14px;
  color: #7c3b16;
  background: rgba(255, 101, 13, .07);
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .header-actions .mroom-language-switcher,
  .top-actions .mroom-language-switcher {
    order: -1;
    margin-right: 4px;
  }

  .mroom-language-select {
    width: 40px;
    min-width: 40px;
    height: 38px;
    padding-inline: 0 14px;
    font-size: 12px;
  }

  .mroom-language-switcher.is-floating {
    top: 10px;
    right: 10px;
  }
}
