/* ***** Kamp alanları listeleme CSS kodları **** */

  /* === LİSTE (varsayılan) — tek kolon, görsel solda metin sağda === */

  .desc {
    font-size: 14px;
    color: #4b5563;
  }

  .meta {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    color: #374151;
    font-size: 13px;
  }

  .etiket {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 8px;
    background: #ebfce9;
  }

  .kamp-filter-section {
    margin: -4px 0 18px;
    position: relative;
    z-index: 30;
  }

  .kamp-filter-card {
    width: 100%;
    padding: 16px;
    border: 1px solid #dcecdf;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.09);
  }

  .kamp-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .kamp-filter-heading h2 {
    margin: 0;
    color: #102a18;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .kamp-filter-form {
    display: grid;
    grid-template-columns: minmax(180px, 1.05fr) minmax(220px, 1.2fr) minmax(220px, 1.2fr) minmax(140px, 0.72fr) minmax(150px, 0.78fr);
    gap: 12px;
    align-items: end;
  }

  .kamp-filter-field {
    min-width: 0;
    position: relative;
  }

  .kamp-filter-field--city {
    z-index: 35;
  }

  .kamp-filter-field--district {
    z-index: 34;
  }

  .kamp-filter-field--fee {
    z-index: 33;
  }

  .kamp-filter-field--imkan {
    z-index: 28;
  }

  .kamp-filter-field label {
    display: block;
    margin: 0 0 7px;
    color: #1f2937;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
  }

  .kamp-filter-control {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid #d9e7dd;
    border-radius: 16px;
    background: #fbfdfb;
    color: #374151;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }

  .kamp-filter-control::placeholder,
  .kamp-city-search::placeholder {
    color: #9ca3af;
    font-family: inherit;
    font-weight: 400;
  }

  .kamp-filter-control:focus {
    outline: 3px solid rgba(14, 165, 14, 0.16);
    outline-offset: 2px;
    border-color: #8bcf91;
  }

  .kamp-filter-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
    min-width: 0;
    padding-top: 2px;
  }

  .kamp-results-section {
    margin: 18px 0 0;
  }

  .kamp-results-section {
    width: 100%;
    max-width: none;
  }

  .kamp-results-section .liste-sonuc-baslik-satiri {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .kamp-results-section .liste-sonuc-sayac {
    font-size: 14px;
    color: #6b7280;
    margin: 8px 0;
  }

  .kamp-results-section #yaklasanList.grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .kamp-results-section #yaklasanList.grid .liste-karti {
    height: 100%;
  }

  .kamp-results-section #yaklasanList.grid .liste-karti-icerik {
    height: 100%;
  }

  .kamp-results-section #yaklasanList.grid .liste-karti-aciklama {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  @media (max-width: 1280px) {
    .kamp-results-section #yaklasanList.grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .kamp-results-section #yaklasanList.grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .kamp-results-section #yaklasanList.grid {
      grid-template-columns: 1fr;
    }

  }

  .kamp-imkan-dropdown {
    position: relative;
  }

  .kamp-imkan-dropdown summary {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #cfe8d4;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fcf7 100%);
    color: #374151;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    cursor: pointer;
    list-style: none;
  }

  .kamp-imkan-dropdown summary::-webkit-details-marker {
    display: none;
  }

  .kamp-imkan-dropdown summary::after {
    content: "⌄";
    color: #037f03;
    font-size: 18px;
    line-height: 1;
    transition: transform 0.18s ease;
  }

  .kamp-imkan-dropdown[open] summary {
    border-color: #87c98d;
    box-shadow: 0 12px 26px rgba(3, 127, 3, 0.14);
  }

  .kamp-imkan-dropdown[open] summary::after {
    transform: rotate(180deg);
  }

  .kamp-imkan-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: #037f03;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
  }

  .kamp-imkan-menu {
    position: absolute;
    z-index: 10;
    top: calc(100% + 8px);
    right: 0;
    width: 100%;
    min-width: min(300px, calc(94vw - 32px));
    max-width: calc(94vw - 32px);
    max-height: 330px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #d8eadb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
  }

  .kamp-imkan-group + .kamp-imkan-group {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eef2f0;
  }

  .kamp-imkan-title {
    margin: 2px 0 7px;
    color: #526158;
    font-size: 12px;
    font-weight: 800;
  }

  .kamp-imkan-check {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 9px 10px;
    border-radius: 14px;
    cursor: pointer;
  }

  .kamp-imkan-check:hover {
    background: #f0fbf2;
  }

  .kamp-imkan-check input {
    width: 16px;
    height: 16px;
    accent-color: #037f03;
  }

  .kamp-imkan-check span {
    color: #374151;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }

  @media (max-width: 1100px) {
    .kamp-filter-form {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kamp-filter-actions {
      justify-content: center;
    }

    .kamp-district-picker .kamp-city-menu {
      left: auto;
      right: 0;
    }
  }

  @media (max-width: 820px) {
    .kamp-filter-form {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kamp-filter-field--search,
    .kamp-filter-actions {
      grid-column: 1 / -1;
    }
  }

  .kamp-native-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
  }

  .kamp-native-select.is-enhanced {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .kamp-city-picker {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 0;
    z-index: 20;
  }

  .kamp-city-picker.is-enhanced {
    display: block;
  }

  .kamp-city-trigger {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #cfe8d4;
    border-radius: 18px;
    padding: 10px 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fcf7 100%);
    color: #374151;
    box-shadow: 0 8px 20px rgba(3, 127, 3, 0.08);
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
  }

  .kamp-city-trigger:hover,
  .kamp-city-picker.is-open .kamp-city-trigger {
    border-color: #87c98d;
    box-shadow: 0 12px 26px rgba(3, 127, 3, 0.14);
  }

  .kamp-city-picker.is-disabled .kamp-city-trigger,
  .kamp-city-trigger:disabled {
    opacity: 0.72;
    cursor: not-allowed;
    background: #f6f8f6;
    box-shadow: none;
  }

  .kamp-city-picker.is-disabled .kamp-city-selected,
  .kamp-city-trigger:disabled .kamp-city-selected {
    color: #9ca3af;
    font-weight: 400;
  }

  .kamp-city-trigger:focus-visible,
  .kamp-city-search:focus {
    outline: 3px solid rgba(14, 165, 14, 0.18);
    outline-offset: 2px;
  }

  .kamp-city-trigger-main {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 auto;
  }

  .kamp-city-icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ecfdf5;
    font-size: 15px;
    flex: 0 0 auto;
  }

  .kamp-city-selected {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #374151;
    font-size: 15px;
    font-weight: 400;
  }

  .kamp-city-trigger-count,
  .kamp-city-badge {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 4px 8px;
    background: #e3f8e8;
    color: #026b02;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
  }

  .kamp-city-chevron {
    margin-left: 2px;
    color: #037f03;
    font-size: 18px;
    line-height: 1;
    transition: transform 0.18s ease;
  }

  .kamp-city-picker.is-open .kamp-city-chevron {
    transform: rotate(180deg);
  }

  .kamp-city-menu {
    display: none;
    position: absolute;
    z-index: 10;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: 330px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #d8eadb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
  }

  .kamp-district-picker .kamp-city-menu {
    right: auto;
    width: 100%;
    min-width: min(280px, calc(94vw - 32px));
    max-width: calc(94vw - 32px);
  }

  .kamp-city-picker.is-open .kamp-city-menu {
    display: block;
  }

  .kamp-city-search-wrap {
    position: sticky;
    top: -10px;
    z-index: 1;
    padding: 0 0 8px;
    margin-bottom: 6px;
    background: #fff;
    border-bottom: 1px solid #eef2f0;
  }

  .kamp-city-search {
    width: 100%;
    border: 1px solid #dce9df;
    border-radius: 14px;
    padding: 10px 12px;
    background: #f8faf8;
    color: #374151;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
  }

  .kamp-city-option {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    border-radius: 14px;
    padding: 9px 10px;
    background: transparent;
    color: #1f2937;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
  }

  .kamp-district-picker .kamp-city-option {
    gap: 12px;
  }

  .kamp-city-option:hover {
    background: #f0fbf2;
  }

  .kamp-city-option.is-selected {
    background: #e8f8eb;
    color: #025f02;
    font-weight: 600;
  }

  .kamp-city-option.is-selected .kamp-city-badge {
    background: #037f03;
    color: #fff;
  }

  .kamp-city-name {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .kamp-district-picker .kamp-city-name {
    flex-basis: 0;
  }

  .kamp-city-empty {
    padding: 12px 10px;
    color: #6b7280;
    font-size: 13px;
  }

  @media (max-width: 640px) {
    .kamp-filter-section {
      margin-top: 0;
    }

    .kamp-filter-card {
      padding: 14px;
      border-radius: 18px;
    }

    .kamp-filter-form {
      grid-template-columns: 1fr;
    }

    .kamp-filter-actions {
      justify-content: stretch;
    }

    .kamp-filter-actions .btn {
      flex: 1 1 0;
    }

    .kamp-imkan-menu {
      position: static;
      width: 100%;
      max-height: none;
      margin-top: 8px;
      box-shadow: none;
    }

    .kamp-city-trigger {
      border-radius: 16px;
      padding: 9px 10px;
    }

    .kamp-city-trigger-count {
      display: none;
    }

    .kamp-city-menu {
      width: 100%;
      max-width: 100%;
      max-height: 280px;
      border-radius: 18px;
    }

    .kamp-district-picker .kamp-city-menu {
      left: 0;
      right: 0;
    }
  }

