*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}

:host {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}

.duet-slideout-lang {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  width: min-content;
  white-space: nowrap;
}

::slotted(*) {
  position: relative;
}

::slotted(:not(:first-child)) {
  padding-right: 0;
  padding-left: 0.5rem;
}

::slotted(:not(:last-child))::after {
  position: absolute;
  top: 25%;
  right: -14px;
  width: 2px;
  height: 50%;
  content: "";
  background: rgb(8, 42, 77);
}

.duet-theme-turva ::slotted(:not(:last-child))::after {
  background: rgb(23, 28, 58);
}

:host(.duet-theme-turva2) .duet-theme-turva ::slotted(:not(:last-child))::after {
  background: rgb(23, 42, 59);
}