/* ── Profesyonel İl / İlçe seçici (tek yüzey, iç içe kutu yok) ── */
.mo-loc-wrap,
.mo-loc{
  position:relative;
  width:100%;
}
.mo-loc-box{
  display:flex;
  align-items:center;
  gap:0;
  width:100%;
  min-height:48px;
  padding:0 4px 0 14px;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #D5DEE8;
  border-radius:12px;
  box-shadow:none;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.mo-loc:focus-within .mo-loc-box,
.mo-loc-wrap:focus-within .mo-loc-box{
  border-color:#2563EB;
  box-shadow:0 0 0 3px rgba(37,99,235,.12);
}
.mo-loc-ico{
  display:none!important; /* sade görünüm: pin kaldırıldı */
}
.mo-loc-input,
body.gb-portal.gb-v3.gb-vault .mo-loc-input,
body.gb-portal.gb-v3.gb-vault .panel .mo-loc-input,
body.gb-portal.gb-v3.gb-vault .fg .mo-loc-input,
body.gb-portal.gb-v3.gb-vault input.mo-loc-input{
  flex:1 1 auto!important;
  width:100%!important;
  min-width:0!important;
  height:46px!important;
  margin:0!important;
  padding:0 8px 0 0!important;
  border:0!important;
  border-radius:0!important;
  outline:none!important;
  box-shadow:none!important;
  background:transparent!important;
  background-color:transparent!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  font:inherit!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:46px!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  caret-color:#0f172a!important;
  color-scheme:light!important;
}
.mo-loc-input::placeholder,
body.gb-portal.gb-v3.gb-vault .mo-loc-input::placeholder,
body.gb-portal.gb-v3.gb-vault input.mo-loc-input::placeholder{
  color:#94A3B8!important;
  -webkit-text-fill-color:#94A3B8!important;
  font-weight:500!important;
  opacity:1!important;
}
.mo-loc-clear,
.mo-loc-chev,
body.gb-portal.gb-v3.gb-vault .mo-loc-clear,
body.gb-portal.gb-v3.gb-vault .mo-loc-chev{
  flex:0 0 auto;
  width:36px;
  height:36px;
  margin:0;
  padding:0;
  border:0!important;
  border-radius:10px;
  background:transparent!important;
  box-shadow:none!important;
  color:#94A3B8!important;
  font-size:13px;
  font-family:inherit;
  line-height:1;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.mo-loc-clear:hover,
.mo-loc-chev:hover{
  background:#F1F5F9!important;
  color:#334155!important;
}
.mo-loc-clear[hidden]{display:none!important;}
.mo-loc-drop{
  position:absolute;
  left:0;right:0;
  top:calc(100% + 6px);
  z-index:80;
  max-height:280px;
  overflow:auto;
  padding:6px;
  background:#fff;
  border:1px solid #E2E8F0;
  border-radius:14px;
  box-shadow:0 16px 36px rgba(15,23,42,.16);
}
.mo-loc-group{
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#94A3B8;
  padding:8px 10px 4px;
}
.mo-loc-item{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  width:100%;
  text-align:left;
  border:0;
  background:transparent;
  border-radius:10px;
  padding:10px 12px;
  cursor:pointer;
  font-family:inherit;
}
.mo-loc-item:hover,
.mo-loc-item.on{background:#F1F5F9;}
.mo-loc-item-main{
  font-size:13.5px;
  font-weight:700;
  color:#0f172a;
}
.mo-loc-item-sub{
  font-size:11px;
  font-weight:600;
  color:#64748B;
}
.mo-loc-empty{
  padding:16px;
  text-align:center;
  color:#64748B;
  font-size:12.5px;
}
.mo-loc-native{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
  width:1px!important;
  height:1px!important;
}

/* vault: dış kutu beyaz kalsın, iç input asla border almasın */
body.gb-portal.gb-v3.gb-vault .mo-loc-box,
body.gb-portal.gb-v3.gb-vault .panel .mo-loc-box,
body.gb-portal.gb-v3.gb-vault .fg .mo-loc-box{
  background:#ffffff!important;
  border:1px solid #D5DEE8!important;
  box-shadow:none!important;
}
body.gb-portal.gb-v3.gb-vault .mo-loc:focus-within .mo-loc-box,
body.gb-portal.gb-v3.gb-vault .mo-loc-wrap:focus-within .mo-loc-box{
  border-color:#2563EB!important;
  box-shadow:0 0 0 3px rgba(37,99,235,.12)!important;
}
body.gb-portal.gb-v3.gb-vault .mo-loc-drop{
  background:#fff!important;
  border-color:#E2E8F0!important;
  color:#0f172a!important;
}
body.gb-portal.gb-v3.gb-vault .mo-loc-item-main{color:#0f172a!important;}
body.gb-portal.gb-v3.gb-vault .mo-loc-item-sub,
body.gb-portal.gb-v3.gb-vault .mo-loc-group{color:#64748B!important;}
body.gb-portal.gb-v3.gb-vault .mo-loc-item:hover,
body.gb-portal.gb-v3.gb-vault .mo-loc-item.on{background:#F1F5F9!important;}
