.orst-language-switcher {
  position: fixed;
  z-index: 99990;
  top: var(--orst-offset-y, 16px);
  right: var(--orst-offset-x, 16px);
  margin: 0;
  padding: 0;
  font: 14px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.orst-smart-related {
  margin: 34px 0 0;
  padding: 22px 24px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.orst-smart-related h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.3;
}

.orst-smart-related ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orst-smart-related li {
  margin: 0;
}

.orst-smart-related a {
  display: flex;
  min-height: 46px;
  align-items: center;
  padding: 11px 13px;
  border-radius: 12px;
  background: #fff;
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
  transition: color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.orst-smart-related a:hover,
.orst-smart-related a:focus {
  color: var(--orst-bg-end, #d60080);
  box-shadow: inset 0 0 0 1px rgba(214, 0, 128, 0.24), 0 8px 18px rgba(214, 0, 128, 0.1);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .orst-smart-related {
    margin-top: 26px;
    padding: 18px;
    border-radius: 16px;
  }

  .orst-smart-related ul {
    grid-template-columns: 1fr;
  }
}

.admin-bar .orst-language-switcher {
  top: calc(var(--orst-offset-y, 16px) + 32px);
}

.orst-language-switcher.orst-position-top-left {
  right: auto;
  left: var(--orst-offset-x, 16px);
}

.orst-language-switcher.orst-position-bottom-right {
  top: auto;
  right: var(--orst-offset-x, 16px);
  bottom: var(--orst-offset-y, 16px);
}

.orst-language-switcher.orst-position-bottom-left {
  top: auto;
  right: auto;
  bottom: var(--orst-offset-y, 16px);
  left: var(--orst-offset-x, 16px);
}

.admin-bar .orst-language-switcher.orst-position-bottom-right,
.admin-bar .orst-language-switcher.orst-position-bottom-left {
  top: auto;
}

.orst-language-switcher.orst-theme-adapter-proglamtool,
.orst-language-switcher.orst-theme-adapter-wster-v5 {
  z-index: 1002;
}

.orst-language-switcher.orst-theme-adapter-proglamtool.orst-position-top-right,
.orst-language-switcher.orst-theme-adapter-wster-v5.orst-position-top-right {
  top: var(--orst-offset-y, 14px);
  right: max(var(--orst-offset-x, 28px), 28px);
}

.orst-language-switcher.orst-theme-adapter-proglamtool.orst-position-top-left,
.orst-language-switcher.orst-theme-adapter-wster-v5.orst-position-top-left {
  top: var(--orst-offset-y, 14px);
  left: max(var(--orst-offset-x, 28px), 28px);
}

.orst-language-control {
  position: relative;
  display: inline-block;
  width: 132px;
  min-width: 132px;
  height: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--orst-bg-start, #f10a98) 0%, var(--orst-bg-end, #d60080) 100%);
  box-shadow: 0 5px 16px rgba(145, 0, 86, 0.25);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.orst-language-control:hover {
  box-shadow: 0 7px 20px rgba(145, 0, 86, 0.32);
  transform: translateY(-1px);
}

.orst-language-control:focus-within {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 5px 16px rgba(145, 0, 86, 0.3);
}

.orst-language-control::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 11px;
  width: 19px;
  height: 19px;
  margin-top: -10px;
  background-color: var(--orst-text, #fff);
  mask: center / 19px 19px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E");
  -webkit-mask: center / 19px 19px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E");
  content: "";
  pointer-events: none;
}

.orst-language-control::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-right: 2px solid var(--orst-text, #fff);
  border-bottom: 2px solid var(--orst-text, #fff);
  transform: rotate(45deg);
  content: "";
  pointer-events: none;
}

.orst-language-select {
  box-sizing: border-box !important;
  width: 132px !important;
  min-width: 132px !important;
  max-width: 132px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 30px 0 38px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  color: var(--orst-text, #fff) !important;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.orst-language-select:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -3px;
}

.orst-language-select option {
  color: #222;
  background: #fff;
}

[dir="rtl"] .orst-language-switcher {
  right: auto;
  left: var(--orst-offset-x, 16px);
}

[dir="rtl"] .orst-language-control::after {
  right: auto;
  left: 13px;
}

[dir="rtl"] .orst-language-control::before {
  right: 11px;
  left: auto;
}

[dir="rtl"] .orst-language-select {
  padding-right: 38px !important;
  padding-left: 30px !important;
}

@media (max-width: 782px) {
  .orst-language-switcher {
    top: var(--orst-mobile-offset-y, 8px);
    right: var(--orst-mobile-offset-x, 58px);
    left: auto;
    bottom: auto;
  }

  .admin-bar .orst-language-switcher {
    top: calc(var(--orst-mobile-offset-y, 8px) + 48px);
  }

  .orst-language-switcher.orst-position-top-left {
    right: auto;
    left: var(--orst-mobile-offset-x, 58px);
  }

  .orst-language-switcher.orst-position-bottom-right {
    top: auto;
    right: var(--orst-mobile-offset-x, 58px);
    bottom: var(--orst-mobile-offset-y, 8px);
    left: auto;
  }

  .orst-language-switcher.orst-position-bottom-left {
    top: auto;
    right: auto;
    bottom: var(--orst-mobile-offset-y, 8px);
    left: var(--orst-mobile-offset-x, 58px);
  }

  .admin-bar .orst-language-switcher.orst-position-bottom-right,
  .admin-bar .orst-language-switcher.orst-position-bottom-left {
    top: auto;
  }

  .orst-language-control {
    width: 126px;
    min-width: 126px;
    height: 36px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 18px;
    background: linear-gradient(135deg, var(--orst-bg-start, #f10a98) 0%, var(--orst-bg-end, #d60080) 100%);
    box-shadow: 0 4px 12px rgba(145, 0, 86, 0.28);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }

  .orst-language-control:hover {
    transform: none;
  }

  .orst-language-control:focus-within {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.88), 0 4px 12px rgba(145, 0, 86, 0.32);
  }

  .orst-language-control::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: var(--orst-text, #fff);
    mask: center / 18px 18px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E");
    -webkit-mask: center / 18px 18px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E");
    content: "";
    pointer-events: none;
  }

  .orst-language-control::after {
    display: block;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border: 0;
    border-right: 2px solid var(--orst-text, #fff);
    border-bottom: 2px solid var(--orst-text, #fff);
    transform: rotate(45deg);
  }

  .orst-language-select {
    position: absolute !important;
    z-index: 2;
    inset: 0;
    width: 126px !important;
    min-width: 126px !important;
    max-width: 126px !important;
    height: 36px !important;
    padding: 0 28px 0 35px !important;
    overflow: hidden;
    color: var(--orst-text, #fff) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 36px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 1;
  }

  [dir="rtl"] .orst-language-switcher {
    right: var(--orst-mobile-offset-x, 58px);
    left: auto;
  }

  [dir="rtl"] .orst-language-control::before {
    right: 10px;
    left: auto;
  }

  [dir="rtl"] .orst-language-control::after {
    right: auto;
    left: 12px;
  }

  [dir="rtl"] .orst-language-select {
    padding-right: 35px !important;
    padding-left: 28px !important;
  }
}

@media (max-width: 1100px) {
  .orst-language-switcher.orst-theme-adapter-wster-v5 {
    top: var(--orst-mobile-offset-y, 14px);
    right: max(var(--orst-mobile-offset-x, 70px), 70px);
    left: auto;
    bottom: auto;
  }

  .admin-bar .orst-language-switcher.orst-theme-adapter-wster-v5 {
    top: calc(var(--orst-mobile-offset-y, 14px) + 46px);
  }

  .orst-language-switcher.orst-theme-adapter-wster-v5.orst-position-top-left {
    right: auto;
    left: max(var(--orst-mobile-offset-x, 70px), 70px);
  }

  .orst-language-switcher.orst-theme-adapter-wster-v5.orst-position-bottom-right {
    top: auto;
    right: max(var(--orst-mobile-offset-x, 70px), 70px);
    bottom: var(--orst-mobile-offset-y, 14px);
    left: auto;
  }

  .orst-language-switcher.orst-theme-adapter-wster-v5.orst-position-bottom-left {
    top: auto;
    right: auto;
    bottom: var(--orst-mobile-offset-y, 14px);
    left: max(var(--orst-mobile-offset-x, 70px), 70px);
  }
}

@media (max-width: 900px) {
  .orst-language-switcher.orst-theme-adapter-proglamtool {
    top: var(--orst-mobile-offset-y, 11px);
    right: max(var(--orst-mobile-offset-x, 72px), 72px);
    left: auto;
    bottom: auto;
  }

  .admin-bar .orst-language-switcher.orst-theme-adapter-proglamtool {
    top: calc(var(--orst-mobile-offset-y, 11px) + 46px);
  }

  .orst-language-switcher.orst-theme-adapter-proglamtool.orst-position-top-left {
    right: auto;
    left: max(var(--orst-mobile-offset-x, 72px), 72px);
  }

  .orst-language-switcher.orst-theme-adapter-proglamtool.orst-position-bottom-right {
    top: auto;
    right: max(var(--orst-mobile-offset-x, 72px), 72px);
    bottom: var(--orst-mobile-offset-y, 11px);
    left: auto;
  }

  .orst-language-switcher.orst-theme-adapter-proglamtool.orst-position-bottom-left {
    top: auto;
    right: auto;
    bottom: var(--orst-mobile-offset-y, 11px);
    left: max(var(--orst-mobile-offset-x, 72px), 72px);
  }
}
