/* v1.4.1 — ayrı dil / para birimi dropdown, dar panel */
.zk-sw-row {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1em;
  margin-left: 12px;
  z-index: 100001;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.zk-sw-lang-wrap,
.zk-sw-cur-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.zk-sw-trigger {
  display: inline-flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  font-weight: 700;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: none;
  white-space: nowrap;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
}

.zk-sw-lang-lbl,
.zk-sw-cur-lbl {
  white-space: nowrap;
  line-height: 1;
}

.zk-sw-trigger:hover,
.zk-sw-trigger:focus {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none;
  opacity: 0.85;
}

.zk-sw-panel {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: max-content;
  min-width: 0;
  padding: 2px 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}

.zk-sw-opt {
  display: block;
  width: auto;
  min-width: 2.25rem;
  margin: 0;
  padding: 4px 8px;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #333;
  font: inherit;
  font-weight: 700;
  font-size: inherit;
  line-height: 1.3;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
}

.zk-sw-opt:hover,
.zk-sw-opt.is-active {
  color: var(--ast-global-color-0, #1d8be0);
  background: none !important;
}

.zk-sw-yay-form {
  display: none !important;
}

.ast-builder-html-element .zk-sw-row {
  display: inline-flex;
  flex-wrap: nowrap;
}

.main-header-bar .zk-sw-row,
.ast-header-html .zk-sw-row {
  font-size: var(--ast-nav-menu-font-size, 1rem);
  font-weight: 700;
}

.main-header-bar .zk-sw-trigger,
.ast-header-html .zk-sw-trigger {
  font-size: var(--ast-nav-menu-font-size, 1rem);
  font-weight: 700;
}

/* Mobil off-canvas menü — About Us altında menü satırı */
@media (max-width: 921px) {
  #ast-mobile-header .zk-sw-mobile-switcher {
    background: transparent;
  }

  body.ast-main-header-nav-open #ast-mobile-header #ast-hf-menu-1-mobile .zk-sw-mobile-switcher > .menu-link,
  body.ast-main-header-nav-open #ast-mobile-header #ast-hf-menu-1-mobile .zk-sw-mobile-switcher .zk-sw-mobile-menu-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0.75em 1em;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.65;
    background: transparent;
    border: none;
    cursor: default;
    text-decoration: none;
    box-sizing: border-box;
  }

  #ast-mobile-header .zk-sw-mobile-switcher .zk-sw-row {
    margin-left: 0;
    justify-content: center;
    gap: 1.5em;
    font-size: inherit;
    line-height: inherit;
  }

  #ast-mobile-header .zk-sw-mobile-switcher .zk-sw-trigger,
  #ast-mobile-header .zk-sw-mobile-switcher .zk-sw-lang-lbl,
  #ast-mobile-header .zk-sw-mobile-switcher .zk-sw-cur-lbl {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

  body.ast-main-header-nav-open #ast-mobile-header .zk-sw-mobile-switcher .zk-sw-trigger {
    color: #0a192f;
  }
}
