/* ==========================================================================
   SEARCH PAGE - Modern & Anasayfa ile Uyumlu
   ========================================================================== */

/* Çift scrollbar düzeltmesi — sadece html scroll etsin */
body.page-ara,
body.page-ara .wrapper,
body.page-ara .wrapper.ovh,
body.page-ara .body_content,
body.page-ara .mm-slideout {
  overflow: visible !important;
  max-height: none !important;
}
/* Sticky footer — içerik kısa olsa bile footer en altta */
body.page-ara .body_content {
  display: flex !important;
  flex-direction: column !important;
  min-height: calc(100vh - 80px) !important;
}
body.page-ara .body_content > .footer-style1 { margin-top: auto !important; }

/* --- CSS Custom Properties (anasayfa ile aynı palet) --- */
:root {
  --s-primary: #325bee;
  --s-primary-dark: #2548c7;
  --s-primary-light: #eef2ff;
  --s-primary-ultra-light: #f6f8ff;
  --s-secondary: #000000;
  --s-text-dark: #000000;
  --s-text-body: #000000;
  --s-text-muted: rgba(0, 0, 0, 0.55);
  --s-text-light: rgba(0, 0, 0, 0.35);
  --s-bg-soft: #ffffff;
  --s-bg-white: #ffffff;
  --s-border-light: #e8ebf3;
  --s-radius-sm: 10px;
  --s-radius-md: 14px;
  --s-radius-lg: 18px;
  --s-shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.04);
  --s-shadow-md: 0 6px 24px rgba(0, 0, 0, 0.06);
  --s-shadow-lg: 0 8px 22px rgba(50, 91, 238, 0.10);
  --s-transition: 0.25s ease;
}

/* Sayfa zemini her zaman beyaz */
body.page-ara,
body.page-ara .wrapper,
body.page-ara .body_content { background: #ffffff !important; }

/* ==========================================================================
   1. BREADCRUMB
   ========================================================================== */
.page-ara .breadcumb-section {
  background: transparent;
  padding: 18px 0 0;
}
.page-ara .breadcumb-list {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}
.page-ara .breadcumb-list a {
  color: var(--s-text-light);
  text-decoration: none;
  transition: color var(--s-transition);
}
.page-ara .breadcumb-list a:hover {
  color: var(--s-primary);
}
.page-ara .breadcumb-list a:last-child {
  color: var(--s-text-muted);
  pointer-events: none;
}

/* ==========================================================================
   2. HERO SECTION
   ========================================================================== */
.search-hero-row {
  gap: 0;
}
.search-hero-text h2 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--s-text-dark);
}
.search-hero-text .text {
  font-size: 0.95rem;
  color: var(--s-text-body);
  line-height: 1.6;
}
.search-hero-text h6.text-muted {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--s-primary) !important;
  background: var(--s-primary-ultra-light);
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid rgba(50,91,238,0.08);
}

/* Baslik + mobil ikon */
.search-hero-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.25rem;
}
.search-hero-title-row h2 {
  flex: 1 1 auto;
  min-width: 0;
}
.search-hero-info-mobile {
  flex-shrink: 0;
  margin-left: auto; /* mobilde başlığın solunda sıkışmasın, sağa sabitlen */
  align-self: flex-start; /* başlık çok satıra inerse en üste hizalanır */
}
.search-hero-count-elem {
  flex-shrink: 0;
  font-weight: 500;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  border-radius: 0;
}

/* Desktop: count satır altına düşsün (kendi block'u) */
@media (min-width: 768px) {
  .search-hero-title-row .search-hero-count-elem {
    flex: 0 0 100%;
    order: 99;
    margin-top: 6px;
    font-size: 1rem;
  }
}

/* Mobile: count başlık altında sola yaslı (bg/border yok) */
@media (max-width: 767px) {
  .search-hero-title-row {
    flex-wrap: wrap;
  }
  .search-hero-title-row h2 {
    flex: 0 0 100%;
    min-width: 0;
    font-size: 1.15rem;
    line-height: 1.25;
  }
  .search-hero-title-row .search-hero-count-elem {
    flex: 0 0 100%;
    order: 99;
    margin-left: 0;
    margin-right: auto;
    margin-top: 4px;
    padding: 0;
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.55);
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    white-space: normal;
  }
}
.search-hero-info-btn {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s;
}
.search-hero-info-btn:hover,
.search-hero-info-btn:focus {
  color: var(--s-primary) !important;
  background: rgba(50,91,238,0.08);
}

/* ==========================================================================
   3. SEARCH TOOLBAR
   ========================================================================== */
.search-toolbar {
  margin-bottom: 0;
  padding: 0;
}

.search-toolbar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: stretch;
  width: 100%;
}
.search-toolbar-col { min-width: 0; }

/* Arama input — underline tarzı (toolbar) */
.search-toolbar-input-wrap .search-form-inline {
  display: block;
  width: 100%;
  height: 100%;
}
.search-toolbar-input-wrap .search-form-inline input.form-control {
  width: 100% !important;
  height: 48px !important;
  padding: 10px 6px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: none !important;
  border-bottom: 1.5px solid #e8ebf3 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000000 !important;
  transition: border-bottom-color .2s ease !important;
  box-shadow: none !important;
  outline: none !important;
}
.search-toolbar-input-wrap .search-form-inline input.form-control:focus {
  border-bottom: 2px solid #325bee !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.search-toolbar-input-wrap .search-form-inline input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}

/* ==========================================================================
   4. FILTER BUTTONS
   ========================================================================== */
.search-filter-dropdown .btn-filter,
.search-filters .btn-filter,
.search-toolbar-col .btn-filter {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 48px;
  padding: 10px 16px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--s-text-dark);
  background: var(--s-bg-soft);
  border: none;
  border-radius: var(--s-radius-md);
  transition: all var(--s-transition);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  box-shadow: none;
}
.search-filter-dropdown .btn-filter .me-2,
.search-filters .btn-filter .me-2 { flex-shrink: 0; }

/* Filtre ikon pill */
.search-filter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 10px !important;
  font-size: 14px;
  color: var(--s-primary);
  background: rgba(50,91,238,0.08);
  border-radius: var(--s-radius-sm);
  transition: all var(--s-transition);
  flex-shrink: 0;
  position: relative;
}

/* Aktif filtre rozeti (sayı badge) — filtre uygulanmışsa */
.has-active-filter .search-filter-icon::after {
  content: attr(data-active-count);
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  background: #000000;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  border-radius: 999px;
  border: 2px solid #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  animation: filter-badge-pop .3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes filter-badge-pop {
  0%   { transform: scale(0); opacity: 0; }
  60%  { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1); }
}

.search-filter-dropdown .btn-filter:hover,
.search-filters .btn-filter:hover {
  background: rgba(50,91,238,0.06);
  color: var(--s-primary);
}
.search-filter-dropdown .btn-filter:hover .search-filter-icon {
  background: rgba(50,91,238,0.14);
}
.search-filter-dropdown .btn-filter:focus,
.search-filters .btn-filter:focus {
  box-shadow: 0 0 0 3px rgba(50,91,238,0.06);
  outline: none;
}
.search-filter-dropdown .btn-filter[aria-expanded="true"] {
  background: rgba(50,91,238,0.08);
  color: var(--s-primary);
  box-shadow: 0 0 0 3px rgba(50,91,238,0.06);
}
.search-filter-dropdown .btn-filter[aria-expanded="true"] .search-filter-icon {
  background: var(--s-primary);
  color: #fff;
}

/* ==========================================================================
   5. DROPDOWN PANELS
   ========================================================================== */
.search-filter-dropdown .dropdown-menu {
  min-width: 260px;
  max-height: 380px;
  overflow-y: auto;
  z-index: 1060;
  border: 1px solid rgba(50,91,238,0.08);
  border-radius: var(--s-radius-md);
  box-shadow: var(--s-shadow-lg);
  padding: 10px;
  margin-top: 8px;
  background: var(--s-bg-white);
}
.search-filter-dropdown.search-multi-select .dropdown-menu {
  padding-top: 0;
}
.search-filter-dropdown .dropdown-search-item {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  padding: 0 0 8px 0;
  border-bottom: none;
  margin: 0 0 4px 0;
}
.search-filter-dropdown.search-multi-select .dropdown-search-item {
  padding-top: 0;
  margin-top: 10px;
}
.search-filter-dropdown .dropdown-search-inner {
  position: relative;
  display: flex;
  align-items: center;
}
.search-filter-dropdown .dropdown-search-icon,
.search-filter-dropdown .dropdown-search-inner .dropdown-search-icon {
  position: absolute !important;
  left: 4px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #000000 !important;
  font-size: 13px !important;
  pointer-events: none;
  transition: color var(--s-transition);
}
.search-filter-dropdown input.dropdown-search-input,
.search-filter-dropdown .dropdown-search-inner input.form-control.dropdown-search-input,
.dropdown-menu .dropdown-search-inner input.dropdown-search-input {
  height: 40px !important;
  padding: 8px 4px 8px 28px !important;
  font-size: 13.5px !important;
  border: none !important;
  border-bottom: 1.5px solid #e8ebf3 !important;
  border-radius: 0 !important;
  width: 100% !important;
  background: transparent !important;
  color: #000000 !important;
  transition: border-bottom-color .2s ease !important;
  box-shadow: none !important;
  outline: none !important;
}
.search-filter-dropdown input.dropdown-search-input:focus,
.search-filter-dropdown .dropdown-search-inner input.form-control.dropdown-search-input:focus,
.dropdown-menu .dropdown-search-inner input.dropdown-search-input:focus {
  border-bottom: 2px solid #325bee !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.search-filter-dropdown .dropdown-search-inner:focus-within .dropdown-search-icon {
  color: #325bee !important;
}
.search-filter-dropdown input.dropdown-search-input::placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}

/* Dropdown items */
.search-filter-dropdown .dropdown-item {
  padding: 8px 10px;
  font-size: 13.5px;
  color: var(--s-text-body);
  border-radius: var(--s-radius-sm);
  transition: background 0.15s ease, color 0.15s ease;
  cursor: pointer;
}
.search-filter-dropdown .dropdown-item:hover {
  background: rgba(50,91,238,0.05);
  color: var(--s-primary);
}
.search-filter-dropdown .dropdown-item.active {
  background: rgba(50,91,238,0.08);
  color: var(--s-primary);
  font-weight: 600;
}
.search-filter-dropdown li.dropdown-item-hidden { display: none; }
.search-filter-dropdown .dropdown-no-match {
  padding: 14px 16px;
  font-size: 13px;
  color: var(--s-text-light);
  text-align: center;
  list-style: none;
}

/* ==========================================================================
   6. MULTI-SELECT (Kategori + Sehir)
   ========================================================================== */
.search-select-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  gap: 12px;
  padding: 8px 10px;
  margin: 0 0 2px 0;
  border-radius: var(--s-radius-sm);
  transition: background 0.15s ease;
}
.search-select-item:hover {
  background: rgba(50,91,238,0.05);
}
.search-select-item.selected {
  background: rgba(50,91,238,0.06) !important;
  color: var(--s-primary-dark);
  font-weight: 500;
}
.search-select-item.selected:hover {
  background: rgba(50,91,238,0.10) !important;
}
.search-select-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13.5px;
}

/* Modern checkbox — opacity-only transitions, daha akıcı */
.search-select-check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #cbd5e1;
  background: var(--s-bg-white);
  transition: background-color .15s ease, border-color .15s ease;
  position: relative;
}
.search-select-check i {
  font-size: 0.55rem;
  font-weight: 900;
  line-height: 1;
  color: #ffffff !important;
  opacity: 0;
  transition: opacity .12s ease;
  pointer-events: none;
}
.search-select-item:hover .search-select-check {
  border-color: rgba(0, 0, 0, 0.4);
}
.search-select-item.selected .search-select-check {
  background: #000000;
  border-color: #000000;
}
.search-select-item.selected .search-select-check i {
  opacity: 1;
}

/* Lazy render — uzun listelerde (şehir, kategori) görünmeyen item'ları render etme */
.dropdown-multi-select-list .search-select-item:not(.search-select-all) {
  content-visibility: auto;
  contain-intrinsic-size: 0 36px;
}
/* Item'in click hit-target gecikmesini önlemek için will-change */
.search-select-item { will-change: background-color; }

/* Uygula butonu */
.search-filter-dropdown.search-multi-select .dropdown-menu.dropdown-multi-select-list {
  max-height: 380px;
  overflow-y: auto;
  padding: 10px 10px 0 10px;
}
.search-filter-dropdown.search-multi-select .dropdown-multi-select-list .dropdown-item-apply {
  position: sticky;
  bottom: 0;
  list-style: none;
  padding: 10px !important;
  background: #fff;
  z-index: 2;
}
.search-multi-select-apply,
.search-filter-dropdown.search-multi-select .search-multi-select-apply {
  font-weight: 600;
  font-size: 13.5px;
  padding: 10px 20px;
  border-radius: var(--s-radius-sm);
  border: none;
  background: var(--s-primary);
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(50,91,238,0.25);
  transition: all var(--s-transition);
}
.search-multi-select-apply:hover {
  background: var(--s-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(50,91,238,0.3);
  color: #fff !important;
}
.search-multi-select-apply:active {
  transform: translateY(0);
  color: #fff !important;
}

/* ==========================================================================
   7. ACTIVE FILTER CHIPS
   ========================================================================== */
.search-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}
.search-active-filters-label {
  font-size: 12.5px;
  color: var(--s-text-light);
  font-weight: 500;
  flex-shrink: 0;
}
.search-active-filters-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.search-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  font-size: 12.5px;
  font-weight: 500;
  color: #000000;
  background: #f4f5f7;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}
.search-filter-chip:hover {
  background: #000000;
  color: #ffffff;
}
.search-filter-chip .fa-times {
  font-size: 9px;
  opacity: 0.55;
  margin-left: 2px;
  transition: font-size .18s ease, opacity .18s ease;
}
.search-filter-chip:hover .fa-times {
  font-size: 13px;
  opacity: 1;
  color: #ffffff;
}
.search-filter-clear-all {
  color: rgba(0, 0, 0, 0.65) !important;
  background: #f4f5f7 !important;
  border: none !important;
}
.search-filter-clear-all:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* ==========================================================================
   8. RESULT CARDS
   ========================================================================== */
.page-ara .col-sm-6.col-xl-3.mb-4 {
  display: flex;
}
.page-ara .listing-style1.style2 {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  min-height: 0;
  border-radius: var(--s-radius-md);
  border: 1px solid rgba(50,91,238,0.06);
  overflow: hidden;
  transition: all var(--s-transition);
  background: var(--s-bg-white);
}
.page-ara .listing-style1.style2:hover {
  transform: translateY(-3px);
  box-shadow: var(--s-shadow-md);
  border-color: rgba(50,91,238,0.14);
}
.page-ara .listing-style1.style2 .list-thumb {
  flex-shrink: 0;
  overflow: hidden;
}
.page-ara .listing-style1.style2 .list-thumb img {
  transition: transform 0.4s ease;
}
.page-ara .listing-style1.style2:hover .list-thumb img {
  transform: scale(1.04);
}
.page-ara .listing-style1.style2 .list-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  padding: 16px;
}
.page-ara .listing-style1.style2 .list-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--s-primary);
  background: rgba(50,91,238,0.06);
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 8px !important;
  width: fit-content;
}
.page-ara .listing-style1.style2 .list-title {
  min-height: 2.6em;
  line-height: 1.4;
  font-size: 15px;
}
.page-ara .listing-style1.style2 .list-title a {
  color: var(--s-text-dark);
  transition: color var(--s-transition);
}
.page-ara .listing-style1.style2:hover .list-title a {
  color: var(--s-primary);
}
.page-ara .listing-style1.style2 .review-meta {
  margin-top: auto;
}
/* Rating yıldız renkleri PHP inline style ile hesaplanır (gradient: 5=yeşil → 1=kırmızı, 0=yeşil) */

/* ==========================================================================
   9. PLACEHOLDER CARDS - Soft Geometrik Desenler
   ========================================================================== */
.search-card-placeholder {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #325bee !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.search-card-placeholder::before,
.search-card-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.search-card-placeholder-initials {
  position: relative;
  z-index: 2;
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 58px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff !important;
  line-height: 1;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

/* Pattern 0: Diagonal stripes (anasayfa varyant 0) */
.search-card-placeholder-pattern-0::before {
  background-image:
    repeating-linear-gradient(45deg,
      rgba(255,255,255,0.10) 0px,
      rgba(255,255,255,0.10) 1px,
      transparent 1px,
      transparent 22px);
}
.search-card-placeholder-pattern-0::after {
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,0.28) 0%, transparent 25%),
    radial-gradient(circle at 10% 90%, rgba(0,0,0,0.20) 0%, transparent 35%);
}

/* Pattern 1: Concentric rings (anasayfa varyant 1) */
.search-card-placeholder-pattern-1::before {
  background:
    radial-gradient(circle at 85% 15%, transparent 18px, rgba(255,255,255,0.18) 19px, rgba(255,255,255,0.18) 20px, transparent 21px),
    radial-gradient(circle at 85% 15%, transparent 38px, rgba(255,255,255,0.14) 39px, rgba(255,255,255,0.14) 40px, transparent 41px),
    radial-gradient(circle at 85% 15%, transparent 60px, rgba(255,255,255,0.10) 61px, rgba(255,255,255,0.10) 62px, transparent 63px);
}
.search-card-placeholder-pattern-1::after {
  background:
    radial-gradient(circle at 15% 85%, rgba(255,255,255,0.18) 0%, transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,0.06) 0%, transparent 50%);
}

/* Pattern 2: Dot grid + diagonal accent (anasayfa varyant 2) */
.search-card-placeholder-pattern-2::before {
  background-image: radial-gradient(circle, rgba(255,255,255,0.20) 1.5px, transparent 1.6px);
  background-size: 18px 18px;
}
.search-card-placeholder-pattern-2::after {
  background:
    linear-gradient(115deg, transparent 45%, rgba(255,255,255,0.14) 46%, rgba(255,255,255,0.14) 48%, transparent 49%),
    linear-gradient(115deg, transparent 60%, rgba(0,0,0,0.18) 61%, rgba(0,0,0,0.18) 62%, transparent 63%);
}

/* Pattern 3: Cross hatch + corner triangle (anasayfa varyant 3) */
.search-card-placeholder-pattern-3::before {
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.08) 0px, rgba(255,255,255,0.08) 1px, transparent 1px, transparent 16px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0px, rgba(255,255,255,0.08) 1px, transparent 1px, transparent 16px);
}
.search-card-placeholder-pattern-3::after {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.20) 0%, rgba(255,255,255,0.20) 20%, transparent 20%),
    radial-gradient(circle at 100% 100%, rgba(0,0,0,0.22) 0%, transparent 40%);
}

/* Mini avatar initials (32px, card footer) — anasayfa avatar stiline yakın */
.search-mini-avatar-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #325bee;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  vertical-align: middle;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px #325bee, 0 2px 6px rgba(50, 91, 238, 0.18);
}

/* ==========================================================================
   10. NO RESULTS
   ========================================================================== */
.search-no-results {
  padding: 60px 20px;
}
.search-no-results-title {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--s-text-dark);
}
.search-no-results-desc {
  font-size: 0.9rem;
  color: var(--s-text-muted);
}
.search-no-results-or {
  font-size: 0.85rem;
  color: var(--s-text-light);
}
.page-ara .search-no-results .d-flex,
.search-no-results .d-flex {
  flex-wrap: nowrap !important;
  justify-content: center;
  gap: 12px;
}
.page-ara .search-no-results .ud-btn.btn-thm2,
.search-no-results .ud-btn.btn-thm2 {
  background: var(--s-primary) !important;
  border: 1px solid var(--s-primary) !important;
  color: #ffffff !important;
  padding: 12px 24px !important;
  border-radius: var(--s-radius-sm) !important;
  font-weight: 600 !important;
  font-size: 14px;
  transition: background .2s, border-color .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 2px 8px rgba(50, 91, 238, 0.2);
  white-space: nowrap;
}
.page-ara .search-no-results .ud-btn.btn-thm2:hover,
.search-no-results .ud-btn.btn-thm2:hover {
  background: var(--s-primary-dark) !important;
  border-color: var(--s-primary-dark) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(50, 91, 238, 0.35);
}
.search-no-results-or {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.55);
  flex-shrink: 0;
}

/* Mobilde butonlar küçük cihazda alt alta düşmesin (gerekirse) */
@media (max-width: 380px) {
  .page-ara .search-no-results .d-flex,
  .search-no-results .d-flex {
    flex-wrap: wrap !important;
  }
}

/* ==========================================================================
   11. PAGINATION
   ========================================================================== */
.page-ara .mbp_pagination .page_navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-ara .mbp_pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--s-radius-sm);
  font-size: 14px;
  font-weight: 500;
  color: var(--s-text-body);
  background: var(--s-bg-white);
  border: 1px solid var(--s-border-light);
  text-decoration: none;
  transition: all var(--s-transition);
}
.page-ara .mbp_pagination .page-item .page-link:hover {
  background: var(--s-primary-ultra-light);
  border-color: rgba(50,91,238,0.2);
  color: var(--s-primary);
}
.page-ara .mbp_pagination .page-item.active .page-link {
  background: var(--s-primary);
  border-color: var(--s-primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(50,91,238,0.3);
}
.page-ara .pagination_page_count {
  font-size: 13px;
  color: var(--s-text-light);
}

/* ==========================================================================
   12. LOAD MORE
   ========================================================================== */
#search-load-more-sentinel .search-load-more-spinner {
  width: 28px;
  height: 28px;
  border-width: 2px;
}
.search-load-more-end {
  color: var(--s-text-light);
  font-size: 13px;
}

/* ==========================================================================
   13. AJAX LOADING
   ========================================================================== */
#search-results-container.search-results-loading {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

/* ==========================================================================
   14. ALERT CARDS (fallback results / info / warning)
   ========================================================================== */
.page-ara .alert-warning,
.page-ara .alert-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  border-radius: var(--s-radius-md);
  font-size: 13.5px;
  line-height: 1.6;
  animation: s-alert-in .3s ease;
}
@keyframes s-alert-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.page-ara .alert-warning {
  background: #fef9ee;
  border: 1px solid rgba(234,179,8,0.12);
  color: var(--s-text-body);
}
.page-ara .alert-info {
  background: var(--s-primary-ultra-light);
  border: 1px solid rgba(50,91,238,0.08);
  color: var(--s-text-body);
}
.page-ara .alert-warning a,
.page-ara .alert-info a {
  color: var(--s-primary);
  font-weight: 600;
  text-decoration: none;
  transition: color var(--s-transition);
}
.page-ara .alert-warning a:hover,
.page-ara .alert-info a:hover {
  color: var(--s-primary-dark);
  text-decoration: underline;
}

/* ==========================================================================
   15. RESPONSIVE
   ========================================================================== */

/* 1300px */
@media (max-width: 1299.98px) {
  .search-hero-row {
    flex-direction: column;
    align-items: stretch;
  }
  .search-hero-row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Tablet: toolbar 3 sutun */
@media (max-width: 1199.98px) {
  .search-toolbar-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet: filtreler ikon-only */
@media (max-width: 991.98px) {
  .search-toolbar-col .btn-filter .btn-filter-label {
    display: none;
  }
  .search-toolbar-col .btn-filter {
    justify-content: center;
    padding: 10px 8px;
  }
  .search-toolbar-col .btn-filter .search-filter-icon {
    margin-right: 0 !important;
  }
  .search-filter-dropdown .btn-filter .btn-filter-label {
    display: none;
  }
  .search-filter-dropdown .btn-filter {
    justify-content: center;
    padding: 10px 8px;
  }
  .search-filter-dropdown .btn-filter .search-filter-icon,
  .search-filter-dropdown .btn-filter i.me-2 {
    margin-right: 0 !important;
  }
  .search-filter-map-wrap .btn-filter {
    justify-content: center;
  }
  .search-filter-map-wrap .btn-filter .btn-filter-label {
    display: none;
  }
}

/* Mobile: toolbar 2 sutun */
@media (max-width: 767.98px) {
  .search-toolbar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .search-hero-text h2 {
    font-size: 1.25rem;
  }
}

/* Small mobile: toolbar full-width input + 4 ikon */
@media (max-width: 575.98px) {
  .search-toolbar-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .search-toolbar-grid .search-toolbar-input-wrap {
    grid-column: 1 / -1;
  }
  .search-toolbar-col .btn-filter {
    min-height: 44px;
    padding: 8px 6px;
    border-radius: var(--s-radius-sm);
  }
  .search-filter-icon {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}

/* ==========================================================================
   16. HARITA SAYFASI KARTLARI (korundu)
   ========================================================================== */
.page-maps-search .maps-search-list .listing-style1.style2 {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.page-maps-search .maps-search-list .listing-style1.style2 .list-thumb { flex-shrink: 0; }
.page-maps-search .maps-search-list .listing-style1.style2 .list-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
.page-maps-search .maps-search-list .listing-style1.style2 .list-title {
  min-height: 2.8em;
  line-height: 1.4;
}

/* Mesafe renkleri */
.page-maps-search .maps-card-distance.maps-distance-0-10 { color: #15803d; }
.page-maps-search .maps-card-distance.maps-distance-10-20 { color: #ea580c; }
.page-maps-search .maps-card-distance.maps-distance-20-30 { color: #ca8a04; }
.page-maps-search .maps-card-distance.maps-distance-30-100 { color: #374151; }
.page-maps-search .maps-title-info {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  color: #64748b;
  cursor: help;
  font-size: 0.9em;
}
.page-maps-search .maps-title-info:hover { color: var(--s-primary); }

/* ==========================================================================
   17. SIDEBAR FILTERS (korundu)
   ========================================================================== */
.lefttside-hidden-bar {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
}
.lefttside-hidden-bar .hsidebar-header { flex-shrink: 0 !important; }
.lefttside-hidden-bar .hsidebar-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  padding: 0 12px !important;
}
.lefttside-hidden-bar .hsidebar-content .widget-wrapper {
  flex: 1 !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  padding-bottom: 20px !important;
  padding-right: 10px !important;
  margin-right: -10px !important;
  scrollbar-width: thin !important;
  scrollbar-color: #d1d1d1 #f5f5f5 !important;
}
.lefttside-hidden-bar .hsidebar-content .widget-wrapper::-webkit-scrollbar { width: 6px !important; }
.lefttside-hidden-bar .hsidebar-content .widget-wrapper::-webkit-scrollbar-track { background: #f5f5f5 !important; border-radius: 3px !important; }
.lefttside-hidden-bar .hsidebar-content .widget-wrapper::-webkit-scrollbar-thumb { background: #d1d1d1 !important; border-radius: 3px !important; }
.lefttside-hidden-bar .hsidebar-content .widget-wrapper::-webkit-scrollbar-thumb:hover { background: #b0b0b0 !important; }
.lefttside-hidden-bar .hsidebar-content-footer {
  bottom: 0 !important;
  background: #fff !important;
  padding: 16px 0 !important;
  margin: 0 -30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-top: 1px solid var(--s-border-light) !important;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.04) !important;
  z-index: 10 !important;
  flex-shrink: 0 !important;
  margin-top: auto !important;
}
.lefttside-hidden-bar .hsidebar-content-footer .btn {
  color: #fff !important;
  width: 100% !important;
  padding: 12px 24px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: var(--s-radius-sm) !important;
}

/* Search filters wrapper (harita vb.) */
.search-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}
.search-filters .search-filter-dropdown,
.search-filters .search-filter-map-wrap {
  flex: 1 1 0;
  min-width: 0;
}
.search-filters .search-filter-map-wrap .btn-filter {
  width: 100%;
  justify-content: center;
}
.search-toolbar-col .btn-filter {
  width: 100%;
  min-height: 48px;
  justify-content: flex-start;
}

/* Search filters ikon pill */
.search-filters .search-filter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  margin-right: 10px !important;
  font-size: 14px;
  color: var(--s-primary);
  background: rgba(50,91,238,0.08);
  border-radius: var(--s-radius-sm);
  transition: all var(--s-transition);
}

@media (max-width: 991.98px) {
  .search-filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
  }
  .search-filter-dropdown .btn-filter,
  .search-filter-map-wrap .btn-filter {
    min-width: 0;
    width: 100% !important;
    min-height: 48px;
    justify-content: center;
    padding: 10px 8px;
  }
  .search-filter-dropdown .btn-filter i.me-2,
  .search-filter-map-wrap .btn-filter i.me-2 {
    font-size: 18px;
    margin-right: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .search-filters { gap: 6px; }
  .search-filter-dropdown .btn-filter,
  .search-filter-map-wrap .btn-filter {
    min-height: 44px;
    padding: 8px 6px;
    border-radius: var(--s-radius-sm);
  }
}

@media (max-width: 767.98px) {
  .lefttside-hidden-bar .hsidebar-content { padding: 0 20px !important; }
  .lefttside-hidden-bar .hsidebar-content-footer {
    padding: 15px 0 !important;
    margin: 0 -20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* ==========================================================================
   ONLINE STATUS INDICATORS (search cards)
   ========================================================================== */

/* Overlay badge on card image (top-left) */
.page-ara .listing-style1.style2 {
  position: relative;
}
.online-badge-overlay {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: rgba(22,163,74,0.88);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 3px 9px;
  border-radius: 12px;
  letter-spacing: 0.2px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.15);
  pointer-events: none;
}
.online-badge-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  animation: online-dot-blink 2s ease-in-out infinite;
}
@keyframes online-dot-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Mini green dot on avatar */
.online-dot-mini {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #fff;
}

/* ==========================================================================
   ANASAYFA İLE UYUMLU OVERRIDE BLOĞU (en altta — son söz)
   Beyaz BG · siyah yazı · #325bee vurgu · yumuşak gölge · ikonlar siyah
   ========================================================================== */

/* Tüm başlık ve yazılar siyah */
body.page-ara h1, body.page-ara h2, body.page-ara h3,
body.page-ara h4, body.page-ara h5, body.page-ara h6,
body.page-ara .title, body.page-ara .ud-btn { color: #000000 !important; }
body.page-ara p, body.page-ara label, body.page-ara span:not(.badge):not([class*="text-thm"]) { color: #000000; }

/* Yardımcı / muted yazılar — siyah opacity */
body.page-ara .text-muted, body.page-ara small,
body.page-ara .text-light, body.page-ara .text-secondary { color: rgba(0,0,0,0.55) !important; }

/* Vurgu renkleri yine mavi */
body.page-ara .text-thm, body.page-ara .text-primary,
body.page-ara a.text-thm, body.page-ara .ud-btn.text-thm,
body.page-ara .price, body.page-ara .price-num { color: var(--s-primary) !important; }

/* Genel kart / panel arka planı pure beyaz */
body.page-ara .listing-style1,
body.page-ara .freelancer-style1,
body.page-ara .filter-card,
body.page-ara .search-result-card,
body.page-ara .result-card,
body.page-ara .card,
body.page-ara .filter-panel,
body.page-ara .sort-bar {
  background: #ffffff !important;
  border: 1px solid var(--s-border-light) !important;
  box-shadow: var(--s-shadow-sm);
}

/* Kart hover — homepage gibi yumuşak mavi glow + z-index */
body.page-ara .listing-style1:hover,
body.page-ara .freelancer-style1:hover,
body.page-ara .search-result-card:hover,
body.page-ara .result-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--s-shadow-lg) !important;
  border-color: transparent !important;
  z-index: 5;
  position: relative;
}

/* Mavi butonlar */
body.page-ara .ud-btn.btn-thm,
body.page-ara .btn-primary,
body.page-ara button[type="submit"]:not(.h7-search-btn):not(.btn-outline) {
  background: var(--s-primary) !important;
  border-color: var(--s-primary) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
body.page-ara .ud-btn.btn-thm:hover,
body.page-ara .btn-primary:hover {
  background: var(--s-primary-dark) !important;
  border-color: var(--s-primary-dark) !important;
}

/* Outline butonlar */
body.page-ara .ud-btn.btn-thm2,
body.page-ara .btn-outline,
body.page-ara .btn-outline-primary {
  background: #ffffff !important;
  border: 1px solid var(--s-border-light) !important;
  color: #000000 !important;
}
body.page-ara .ud-btn.btn-thm2:hover,
body.page-ara .btn-outline:hover {
  border-color: var(--s-primary) !important;
  color: var(--s-primary) !important;
}

/* Form input/select */
body.page-ara .form-control,
body.page-ara .form-select,
body.page-ara input[type="text"],
body.page-ara input[type="search"],
body.page-ara select {
  background: #ffffff !important;
  border: 1px solid var(--s-border-light) !important;
  color: #000000 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}
body.page-ara .form-control:focus,
body.page-ara input[type="text"]:focus,
body.page-ara input[type="search"]:focus,
body.page-ara select:focus {
  border-color: var(--s-primary) !important;
  box-shadow: 0 0 0 4px rgba(50, 91, 238, 0.10) !important;
  outline: none !important;
}

/* Chip / pill / badge — açık mavi soft */
body.page-ara .chip,
body.page-ara .filter-chip,
body.page-ara .selected-filter,
body.page-ara .sort-pill {
  background: var(--s-primary-ultra-light) !important;
  color: var(--s-primary) !important;
  border: 1px solid var(--s-border-light) !important;
  border-radius: 999px !important;
}
body.page-ara .chip.active,
body.page-ara .filter-chip.active,
body.page-ara .sort-pill.active {
  background: var(--s-primary) !important;
  color: #ffffff !important;
  border-color: var(--s-primary) !important;
}

/* İkonların hepsi siyah (vurgu maviler hariç) */
body.page-ara i.fa,
body.page-ara i.fas,
body.page-ara i.far,
body.page-ara i.fal,
body.page-ara i.fa-solid,
body.page-ara i.fa-regular,
body.page-ara i[class*="flaticon-"] {
  color: #000000;
}
/* Vurgu ikonları (rating, mavi butonlar üstündeki vs.) override'a uysun */
body.page-ara .ud-btn.btn-thm i,
body.page-ara .btn-primary i,
body.page-ara .chip.active i,
body.page-ara .filter-chip.active i { color: #ffffff; }
body.page-ara .text-thm i,
body.page-ara a.text-thm i,
body.page-ara .breadcumb-list a:hover i { color: var(--s-primary) !important; }

/* Pagination — yumuşak yuvarlak */
body.page-ara .pagination .page-link {
  background: #ffffff;
  border: 1px solid var(--s-border-light);
  color: #000000;
  border-radius: 10px;
  margin: 0 3px;
}
body.page-ara .pagination .page-item.active .page-link {
  background: var(--s-primary);
  border-color: var(--s-primary);
  color: #ffffff;
}
body.page-ara .pagination .page-link:hover {
  border-color: var(--s-primary);
  color: var(--s-primary);
}

/* Header üstü arama bar — body bg beyaz olduğu için border belirgin kalsın */
body.page-ara .header-nav, body.page-ara header.header-nav {
  background: #ffffff !important;
  border-bottom: 1px solid var(--s-border-light);
  box-shadow: none !important;
}

/* Boş durum mesajı */
body.page-ara .empty-state,
body.page-ara .no-results { color: rgba(0,0,0,0.65); }
body.page-ara .empty-state h3,
body.page-ara .no-results h3 { color: #000000; }

/* ==========================================================================
   H7 ONAYLI ROZETİ (anasayfadaki ile aynı — round, hover'da "Onaylı" pill)
   .list-thumb içinde absolute olarak konumlanır
   ========================================================================== */
.page-ara .list-thumb { position: relative; }
.page-ara .h7-craft-badge {
  position: absolute;
  top: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 11px;
  border-radius: var(--s-radius-md);
  display: inline-flex;
  align-items: center;
  gap: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 5;
}
.page-ara .h7-craft-badge-verified {
  right: 12px;
  top: 12px;
  width: 28px;
  height: 28px;
  padding: 0;
  background: rgba(255,255,255,0.95);
  color: var(--s-primary);
  box-shadow: 0 4px 12px rgba(13,18,36,0.12);
  border-radius: 50%;
  justify-content: center;
  cursor: pointer;
  transition: width .3s ease, border-radius .3s ease, padding .3s ease;
}
.page-ara .h7-craft-badge-verified i {
  color: var(--s-primary) !important;
  font-size: 12px;
}
.page-ara .h7-craft-badge-text {
  display: inline-block;
  max-width: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width .3s ease, margin-left .3s ease, opacity .2s ease;
  color: var(--s-primary);
}
.page-ara .listing-style1:hover .h7-craft-badge-verified,
.page-ara .h7-craft-badge-verified:hover {
  width: auto;
  padding: 0 11px;
  border-radius: 999px;
}
.page-ara .listing-style1:hover .h7-craft-badge-verified .h7-craft-badge-text,
.page-ara .h7-craft-badge-verified:hover .h7-craft-badge-text {
  max-width: 80px;
  margin-left: 5px;
  opacity: 1;
}

/* Eski .listing-fav kalmışsa gizle (yeni rozet onun yerini aldı) */
.page-ara .listing-fav { display: none !important; }

/* ==========================================================================
   MOBİL FULLSCREEN FİLTRE PANELİ
   Tıklandığında küçük dropdown yerine tam ekran native-app gibi açılır
   ========================================================================== */

/* Header (mobilde görünür, masaüstünde gizli) */
.dropdown-mobile-header { display: none; }

@media (max-width: 767.98px) {
  /* Dropdown menüyü tam ekran modal'a çevir */
  .page-ara .search-filter-dropdown .dropdown-menu.show,
  .page-ara .search-multi-select .dropdown-menu.show,
  .page-ara .maps-distance-dropdown .dropdown-menu.show {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 1080 !important;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
  }
  /* Mesafe dropdown — div tabanlı, header + slider içeriği */
  .page-ara .maps-distance-dropdown .dropdown-menu.show {
    padding: 0 !important;
  }
  .page-ara .maps-distance-dropdown .dropdown-menu.show .maps-distance-filter {
    flex: 1;
    overflow-y: auto;
    padding: 24px 20px;
  }

  /* Sticky header */
  .page-ara .dropdown-mobile-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #ffffff;
    border-bottom: 1px solid #e8ebf3;
    flex-shrink: 0;
    list-style: none;
    z-index: 2;
  }
  .page-ara .dropdown-mobile-title {
    font-size: 17px;
    font-weight: 800;
    color: #000000;
    letter-spacing: -0.01em;
  }
  .page-ara .dropdown-mobile-close {
    width: 38px;
    height: 38px;
    border: 1px solid #e8ebf3;
    background: #ffffff;
    color: #000000;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, border-color .15s;
  }
  .page-ara .dropdown-mobile-close:hover,
  .page-ara .dropdown-mobile-close:active {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }

  /* Arama input alanı (sticky, header altında) */
  .page-ara .dropdown-menu.show .dropdown-search-item {
    padding: 10px 16px !important;
    background: #ffffff;
    flex-shrink: 0;
    border-bottom: 1px solid #f0f2f8;
  }

  /* Item listesi — orta alan, scroll edilebilir */
  .page-ara .dropdown-menu.show .search-select-item,
  .page-ara .dropdown-menu.show > li:not(.dropdown-mobile-header):not(.dropdown-search-item):not(.dropdown-item-apply):not(.dropdown-divider) {
    padding: 14px 16px !important;
    font-size: 15px;
  }
  .page-ara .dropdown-menu.show .search-select-check {
    width: 22px;
    height: 22px;
  }
  .page-ara .dropdown-menu.show .search-select-check i {
    font-size: 0.7rem;
  }

  /* Liste scrollable wrapper — flex:1 alan kaplar */
  .page-ara .dropdown-menu.show {
    overflow-y: hidden !important;
  }
  .page-ara .dropdown-menu.show .dropdown-mobile-header,
  .page-ara .dropdown-menu.show .dropdown-search-item,
  .page-ara .dropdown-menu.show .dropdown-item-apply {
    flex-shrink: 0;
  }
  /* Header + search arasındaki tüm li'lar scrollable alanı oluştursun */
  .page-ara .dropdown-menu.show {
    overflow-y: auto !important;
  }

  /* Sticky bottom: Uygula butonu */
  .page-ara .dropdown-menu.show .dropdown-item-apply {
    position: sticky !important;
    bottom: 0 !important;
    background: #ffffff !important;
    padding: 12px 16px !important;
    border-top: 1px solid #e8ebf3 !important;
    margin-top: auto;
    z-index: 2;
  }
  .page-ara .dropdown-menu.show .dropdown-item-apply .search-multi-select-apply {
    height: 48px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
  }
  .page-ara .dropdown-menu.show .dropdown-divider { display: none; }

  /* Body scroll lock */
  body.has-mobile-filter-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100%;
  }
}
