/* Arşiv CF ülke filtresi — aranabilir dropdown */
body.lojistia-cf-country-page .rtcl-ajax-filter-cf-item.lojistia-cf-country-ready .rtcl-filter-content > .rtcl-ajax-filter-data.filter-list,
body.lojistia-cf-country-page .rtcl-ajax-filter-cf-item.lojistia-cf-country-ready .lojistia-cf-country-filter-host > .rtcl-ajax-filter-data {
	display: none !important;
}

.rtcl-ajax-filter-cf-item.lojistia-cf-country-ready .rtcl-filter-content > .lojistia-cf-country-filter-host,
.rtcl-ajax-filter-cf-item.lojistia-cf-country-ready .rtcl-filter-content > .rtcl-ajax-filter-data {
	display: none !important;
}

.rtcl-ajax-filter-cf-item.lojistia-cf-country-ready .lojistia-cf-route-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.rtcl-ajax-filter-cf-item.lojistia-cf-country-ready .lojistia-cf-country-wrap {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.lojistia-cf-country-dd {
	position: relative;
}

/* CF filtre başlığı — çalışmayan reset ikonu */
.rtcl-ajax-filter-cf-item .rtcl-filter-title .rtcl-reset.rtcl-icon-cw {
	display: none !important;
}

.lojistia-filter-field-icon {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	opacity: 0.72;
}

.lojistia-filter-field-icon--country {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748b'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E");
}

.lojistia-filter-field-icon--city {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748b'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
}

.lojistia-cf-country-dd-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	min-height: 42px;
	padding: 0 14px 0 10px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	background: #fff;
	border: 1px solid #d8dde6;
	border-radius: 8px;
	cursor: pointer;
	text-align: left;
	box-sizing: border-box;
}

.lojistia-cf-country-dd-trigger .lojistia-cf-country-dd-label {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 8px;
}

.lojistia-cf-country-dd-trigger.is-placeholder .lojistia-cf-country-dd-label {
	color: #8a94a6;
	font-weight: 400;
}

.lojistia-cf-country-dd-chevron {
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	margin-left: 8px;
	border-right: 2px solid #64748b;
	border-bottom: 2px solid #64748b;
	transform: rotate(45deg);
	transition: transform 0.15s ease;
}

.lojistia-cf-country-dd.is-open .lojistia-cf-country-dd-chevron {
	transform: rotate(-135deg);
	margin-top: 4px;
}

.lojistia-cf-country-dd-panel {
	display: none;
	position: absolute;
	z-index: 10050;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	background: #fff;
	border: 1px solid #d8dde6;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
	overflow: hidden;
}

.lojistia-cf-country-dd.is-open .lojistia-cf-country-dd-panel {
	display: block;
}

.lojistia-cf-country-dd-search-wrap {
	padding: 10px 10px 6px;
	border-bottom: 1px solid #eef1f5;
}

.lojistia-cf-country-dd-search {
	width: 100%;
	min-height: 38px;
	padding: 0 12px;
	font-size: 14px;
	border: 1px solid #d8dde6;
	border-radius: 6px;
	outline: none;
}

.lojistia-cf-country-dd-search:focus {
	border-color: var(--rtcl-primary-color, #3232ff);
	box-shadow: 0 0 0 2px rgba(50, 50, 255, 0.12);
}

.lojistia-cf-country-dd-body {
	max-height: 260px;
	overflow-y: auto;
	padding: 4px 0 8px;
}

.lojistia-cf-country-dd-body .rtcl-ajax-filter-data-item.lojistia-cf-country-hidden {
	display: none !important;
}

.lojistia-cf-country-dd-divider {
	flex-shrink: 0;
	height: 0;
	margin: 6px 12px;
	border-top: 1px solid #e5e7eb;
}

.lojistia-cf-country-dd-divider.lojistia-cf-country-hidden {
	display: none !important;
}

.lojistia-cf-country-dd-body .rtcl-ajax-filter-diiWrap {
	padding: 8px 12px;
	width: 100%;
}

.lojistia-cf-country-dd-empty {
	padding: 14px 12px;
	font-size: 13px;
	color: #8a94a6;
	text-align: center;
}

/* İlan formu — Ant Design select arama kutusu */
body.lojistia-cf-country-page .rtcl-fb-field.lojistia-cf-country-field .ant-select {
	width: 100%;
}

body.lojistia-cf-country-page .rtcl-fb-field.lojistia-cf-country-field .ant-select-selector {
	min-height: 42px !important;
	border-radius: 8px !important;
	align-items: center;
}

body.lojistia-cf-country-page .rtcl-fb-field.lojistia-cf-country-field .ant-select-selection-search-input {
	font-size: 14px !important;
}

body.lojistia-cf-country-page .rtcl-fb-field.lojistia-cf-country-field .ant-select-dropdown {
	z-index: 10060;
}

/* Bağımlı şehir filtresi — yalnızca özel dropdown içinde */
body.lojistia-cf-country-page .rtcl-ajax-filter-cf-item.lojistia-cf-city-target:not(.lojistia-cf-country-ready):not(.lojistia-cf-country-target),
body.lojistia-cf-country-page .rtcl-ajax-filter-cf-item.lojistia-cf-city-host-hidden:not(.lojistia-cf-country-ready):not(.lojistia-cf-country-target),
body.lojistia-cf-country-page .rtcl-ajax-filter-cf-item.lojistia-cf-city-sideload:not(.lojistia-cf-country-ready):not(.lojistia-cf-country-target),
body.lojistia-cf-country-page .rtcl-ajax-filter-cf-item:not(.lojistia-cf-country-ready):not(.lojistia-cf-country-target):has(> .rtcl-filter-content .lojistia-cf-city-filter-host) {
	display: none !important;
	height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

body.lojistia-cf-country-page .rtcl-ajax-filter-cf-item.lojistia-cf-city-sideload .rtcl-filter-title-wrap,
body.lojistia-cf-country-page .rtcl-ajax-filter-cf-item.lojistia-cf-city-host-hidden .rtcl-filter-title-wrap {
	display: none !important;
}

.lojistia-cf-group-title {
	padding: 8px 12px 4px;
	font-size: 13px;
	font-weight: 700;
	color: #1f2937;
	background: #f9fafb;
	border-top: 1px solid #eef1f5;
}

.lojistia-cf-country-dd-body > .lojistia-cf-group-title:first-child {
	border-top: none;
}

.lojistia-cf-group-title.lojistia-cf-country-hidden {
	display: none !important;
}

.lojistia-cf-city-slot {
	display: block;
	width: 100%;
	min-height: 42px;
}

.lojistia-cf-city-wrap {
	width: 100%;
}

.lojistia-cf-city-wrap.is-no-country .lojistia-cf-country-dd-trigger {
	opacity: 0.55;
	cursor: not-allowed;
	pointer-events: none;
}

.lojistia-cf-city-wrap .lojistia-cf-country-dd-trigger {
	pointer-events: auto;
}

.lojistia-cf-city-wrap .lojistia-cf-country-dd-panel {
	z-index: 10051;
}

.lojistia-cf-city-wrap.is-loading .lojistia-cf-country-dd-trigger,
.lojistia-cf-city-wrap.lojistia-cf-city-loading .lojistia-cf-country-dd-trigger {
	opacity: 0.85;
	cursor: wait;
}

.lojistia-cf-city-wrap.lojistia-cf-city-loading {
	opacity: 1;
}

.lojistia-cf-country-dd-body .rtcl-ajax-filter-data-item:has(input[type="checkbox"]:checked) {
	background: #eef2ff;
}

.lojistia-cf-country-dd-body .rtcl-ajax-filter-data-item:has(input[type="checkbox"]:checked) .rtcl-filter-checkbox-text {
	font-weight: 600;
	color: #1e3a8a;
}

.lojistia-cf-country-dd-trigger:not(.is-placeholder) .lojistia-cf-country-dd-label {
	color: #1e3a8a;
	font-weight: 600;
}

.lojistia-cf-route-group .lojistia-cf-city-sideload-store {
	display: none !important;
	height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

/* CF tarih alanı — sol ikon */
.rtcl-ajax-filter-cf-item .rtcl-filter-date-field-wrap {
	position: relative;
}

.rtcl-ajax-filter-cf-item .rtcl-filter-date-field-wrap::before {
	content: '';
	position: absolute;
	left: 12px;
	top: 50%;
	z-index: 1;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	pointer-events: none;
	background: center / 20px 20px no-repeat
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748b'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z'/%3E%3C/svg%3E");
	opacity: 0.72;
}

.rtcl-ajax-filter-cf-item .rtcl-filter-date-field-wrap .rtcl-filter-date-field {
	padding-left: 40px !important;
	min-height: 42px;
	border-radius: 8px;
}
