.owned-menu-panel {
  position: fixed;
  top: 36px;
  right: 28px;
  z-index: 2147483000;
  width: 236px;
  padding: 56px 24px 22px;
  border-radius: 6px;
  background: #000;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.owned-menu-panel[data-open="true"] {
  display: flex;
}

.owned-menu-panel::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #fff;
}

.owned-menu-panel a {
  color: #fff;
  font-family: Inter, "Inter Placeholder", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.owned-menu-panel a[data-accent="true"] {
  color: rgb(0, 255, 140);
}

.owned-menu-lang {
  align-items: center;
  align-self: center;
  background: #fff;
  border-radius: 999px;
  color: #000;
  display: inline-flex;
  font-family: Inter, "Inter Placeholder", sans-serif;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  margin-top: 2px;
  padding: 12px 18px;
}

.owned-menu-lang::before {
  content: "";
  width: 16px;
  height: 10px;
  display: inline-block;
  background: linear-gradient(#000 0 33%, #dd0000 33% 66%, #ffce00 66%);
}

.owned-menu-button-active {
  z-index: 2147483001 !important;
}

@media (min-width: 810px) {
  .owned-menu-panel {
    top: 36px;
    right: 128px;
  }
}

@media (max-width: 809px) {
  .owned-menu-panel {
    right: 28px;
    width: 236px;
  }

  [data-owned-name="XL"] > div:first-child {
    flex: none !important;
    width: calc(100% - 56px) !important;
    min-width: calc(100% - 56px) !important;
    max-width: calc(100% - 56px) !important;
    justify-content: space-between !important;
  }

  a:has([data-owned-name="Dr Lashin Logo SVG"]) {
    position: fixed !important;
    left: 28px !important;
    top: 28px !important;
    width: 132px !important;
    height: 56px !important;
    z-index: 2147482999 !important;
  }

  [data-owned-name="desktop_closed"] {
    position: fixed !important;
    right: 28px !important;
    top: 36px !important;
    z-index: 2147482999 !important;
  }
}
