/* Nevinaz il > ilçe > mahalle arayüzü */
.mylisting-basic-form .cts-term-hierarchy.nkv-location-enhanced { position: relative; }
.mylisting-basic-form .cts-term-hierarchy.nkv-location-enhanced > label,
.mylisting-basic-form .cts-term-hierarchy.nkv-location-enhanced > .term-select { display: none !important; }
.nkv-location-picker { position: relative; width: 100%; z-index: 8; }
.nkv-location-trigger {
	width: 100%; min-height: 54px; padding: 0 14px 0 0; border: 0; border-bottom: 1px solid #d9d9de;
	background: transparent; display: flex; align-items: center; justify-content: space-between; text-align: left;
	font: inherit; color: #242429; cursor: pointer;
}
.nkv-location-trigger:hover, .nkv-location-trigger:focus { border-bottom-color: var(--accent, #6c2cff); outline: none; }
.nkv-location-chevron { font-size: 18px; line-height: 1; opacity: .7; }
.nkv-location-popover {
	position: absolute; left: 0; top: calc(100% + 8px); width: min(360px, 92vw); padding: 14px;
	background: #fff; border: 1px solid #e6e6eb; border-radius: 8px; box-shadow: 0 10px 30px rgba(28, 28, 36, .16); z-index: 9999;
}

.nkv-location-popover.is-portaled {
	position: fixed !important;
	z-index: 2147483000 !important;
	margin: 0 !important;
}



.nkv-location-row { margin-bottom: 10px; }
.nkv-location-row label { display: block !important; position: static !important; transform: none !important; margin: 0 0 5px !important; font-size: 12px !important; font-weight: 600; color: #55545c; opacity: 1 !important; }
.nkv-location-row select { width: 100%; height: 42px; padding: 0 10px; border: 1px solid #dddde5; border-radius: 6px; background: #fff; color: #242429; }
.nkv-location-row select:disabled { background: #f7f7f9; color: #96949e; }
.nkv-location-apply { width: 100%; min-height: 42px; border: 0; border-radius: 6px; background: var(--accent, #6c2cff); color: #fff; font-weight: 600; cursor: pointer; }
.nkv-location-apply:hover { filter: brightness(.96); }

/* İşletme ekleme/düzenleme formu: aynı region alanını üç seviyeli ve anlaşılır göster. */
.nkv-submission-location .nkv-location-level-label { margin: 10px 0 6px; font-size: 13px; font-weight: 600; color: #2d2c33; }
.nkv-submission-location .nkv-location-level-label span { font-weight: 400; color: #888690; }
.nkv-submission-location .nkv-location-level-label:first-of-type { margin-top: 0; }
.nkv-submission-location .select-wrapper.term-select { margin-bottom: 8px; }
.nkv-submission-location .term-hierarchy-input { display:none !important; }
/* Konum derinliği: İl açık, İlçe isteğe bağlı, Mahalle kapalı. Veriler silinmez; yalnız arayüzden gizlenir. */
.nkv-submission-location .nkv-location-level-hidden { display: none !important; }
.nkv-submission-location.nkv-districts-disabled .nkv-location-level-1,
.nkv-submission-location.nkv-neighborhoods-disabled .nkv-location-level-2 { display: none !important; }
.nkv-submission-location.nkv-districts-disabled.cts-terms-loading:after,
.nkv-submission-location.nkv-neighborhoods-disabled.cts-terms-loading:after { display: none !important; }
.nkv-submission-location.cts-terms-loading:after { content:'Alt konumlar yükleniyor…'; display:block; margin:6px 0 0; font-size:12px; color:#888690; }

@media (max-width: 767px) {
	.nkv-location-popover { width: 100%; min-width: 270px; }
}


/* v0.4.67: işletme formunda İl + isteğe bağlı İlçe arayüzünü Nevinaz doğrudan yönetir. */
.nkv-submission-location-custom > .select-wrapper.term-select,
.nkv-submission-location-custom .nkv-native-location-select-hidden,
.nkv-submission-location-custom > .nkv-location-level-label { display:none !important; }
.nkv-submission-location-fields { width:100%; }
.nkv-submission-location-row { margin:0 0 14px; }
.nkv-submission-location-row:last-child { margin-bottom:0; }
.nkv-submission-location-row label {
	display:block !important; position:static !important; transform:none !important;
	margin:0 0 6px !important; font-size:13px !important; line-height:1.35;
	font-weight:600; color:#2d2c33; opacity:1 !important;
}
.nkv-submission-location-row label span { font-weight:400; color:#888690; }
.nkv-submission-location-row select {
	display:block; width:100%; min-height:48px; padding:0 36px 0 0;
	border:0; border-bottom:1px solid #d9d9de; border-radius:0;
	background:transparent; color:#242429; font:inherit; box-shadow:none;
}
.nkv-submission-location-row select:focus { outline:none; border-bottom-color:var(--accent,#6c2cff); }
.nkv-submission-location-row select:disabled { color:#96949e; cursor:default; }

/* v0.4.68: İlçe satırı, önceki alt-konum gizleme kurallarından bağımsız görünür kalır. */
.nkv-submission-location .nkv-district-field-v0468,
.nkv-submission-location .nkv-submission-district-row.nkv-district-field-v0468 {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}
