/**
 * Harita, şehir/branş filtre listeleri (do=controller, haritada)
 */
body.site-modern.page-haritada {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  font-family: Inter, Roboto, sans-serif;
}

body.site-modern.page-haritada .header.site-header-bar {
  flex: 0 0 auto;
  position: sticky;
  top: 0;
  z-index: 300;
}

body.site-modern.page-haritada .haritada.storeLocator {
  flex: 1 1 auto;
  min-height: 0;
  height: calc(100vh - 62px);
  max-width: 100%;
  display: flex;
  flex-direction: row;
}

body.site-modern.page-haritada .haritada-main {
  flex: 1 1 60%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

body.site-modern.page-haritada .haritada-right {
  flex: 0 0 380px;
  max-width: 42vw;
  border-left: 1px solid #e2e8f0;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

body.site-modern.page-haritada .storeLocator .map {
  flex: 1;
  min-height: 280px;
}

body.site-modern.page-haritada .storeLocator .controls {
  display: block !important;
  margin: 12px 12px 8px;
  width: calc(100% - 24px);
  max-width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(15, 52, 96, 0.08);
}

body.site-modern.page-haritada .storeLocator .input {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  padding: 0 14px !important;
  border: none !important;
  font-size: 15px;
  color: #1e293b;
  border-radius: 10px;
}

body.site-modern.page-haritada .storeLocator #stores {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
}

body.site-modern.page-haritada .storeLocator .store {
  padding: 12px 14px;
  border-bottom: 1px solid #f1f5f9;
}

body.site-modern.page-haritada .storeLocator .store.active,
body.site-modern.page-haritada .storeLocator .store:hover {
  background: #f0f9ff;
}

body.site-modern.page-haritada .storeLocator .loading,
body.site-modern.page-haritada .storeLocator .no-store {
  padding: 16px;
  color: #64748b;
  text-align: center;
}

/* —— Şehir / branş liste (controller → doctors.php) —— */
body.site-modern.page-list {
  font-family: Inter, Roboto, sans-serif;
  background: #f4f7fb;
}

body.site-modern.page-list .container > .breadcrumb {
  background: transparent;
  padding: 12px 0 0;
  margin-bottom: 0;
}

body.site-modern.page-list .bg__white.p-sm.m-b-sm {
  background: #fff !important;
  border-radius: 12px;
  border: 1px solid #e8eef4;
  padding: 14px 16px !important;
  margin-bottom: 16px !important;
  box-shadow: 0 2px 8px rgba(15, 52, 96, 0.04);
}

body.site-modern.page-list .bg__white.p-sm.m-b-sm .btn {
  border-radius: 100px;
  margin-right: 6px;
  margin-bottom: 4px;
}

body.site-modern.page-list .bg__white.p-sm.m-b-sm .btn-info {
  background: #0fa5e2;
  border-color: #0fa5e2;
}

body.site-modern.page-list .doctors .doctor {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8eef4;
  margin-bottom: 16px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(15, 52, 96, 0.06);
}

body.site-modern.page-list .doctors .doctor .txt h4 {
  color: #1e293b;
  font-weight: 600;
}

body.site-modern.page-list .aside__filter .filter__bg,
body.site-modern.page-list .aside__filter .bg__white.filter__bg {
  border-radius: 12px;
  border: 1px solid #e8eef4;
  box-shadow: 0 2px 12px rgba(15, 52, 96, 0.06);
  padding: 16px;
}

body.site-modern.page-list .aside__filter .heading {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.site-modern.page-list .pagination > li > a {
  border-radius: 8px;
}

@media (max-width: 991px) {
  body.site-modern.page-haritada {
    overflow: auto;
    height: auto;
  }

  body.site-modern.page-haritada .haritada.storeLocator {
    flex-direction: column;
    height: auto;
    min-height: calc(100vh - 62px);
  }

  body.site-modern.page-haritada .haritada-main {
    min-height: 50vh;
  }

  body.site-modern.page-haritada .haritada-right {
    flex: 0 0 auto;
    max-width: 100%;
    border-left: none;
    border-top: 1px solid #e2e8f0;
    max-height: 45vh;
  }
}
