.listing-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .listing-card {
    background-color: #fff;
    display: flex;
    width: 100%;
    padding-bottom: 12px;
    flex-direction: column;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .listing-card {
      max-width: 100%;
    }
  }
  .header {
    border-radius: 10px 10px 0 0;
    background-color: var(
      --tm-renkler,
      linear-gradient(
        270deg,
        #06b6d4 0%,
        #0e7490 28.39%,
        #d5267c 64.84%,
        #a21caf 100%
      )
    );
    display: flex;
    width: 100%;
    gap: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 9px 80px 9px 13px;
  }
  @media (max-width: 991px) {
    .header {
      max-width: 100%;
      padding-right: 20px;
    }
  }
  .logo {
    aspect-ratio: 3.17;
    object-fit: contain;
    object-position: center;
    width: 89px;
    align-self: start;
  }
  .header-actions {
    display: flex;
    gap: 18px;
  }
  .login-signup {
    color: var(--beyaz, #fff);
    font-size: 14px;
    line-height: 1;
    flex-grow: 1;
    margin: auto 0;
  }
  .post-ad-button {
    border-radius: 6px;
    background-color: var(--beyaz, #fff);
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: var(--Gray900, #111827);
    line-height: 1;
    justify-content: center;
    padding: 14px 22px;
  }
  @media (max-width: 991px) {
    .post-ad-button {
      padding: 0 20px;
    }
  }
  .post-ad-text {
    opacity: 0.8;
  }
  .main-content {
    align-self: center;
    width: 1211px;
    max-width: 100%;
  }
  .content-wrapper {
    gap: 20px;
    display: flex;
  }
  @media (max-width: 991px) {
    .content-wrapper {
      flex-direction: column;
      align-items: stretch;
      gap: 20px;
    }
  }
  .sidebar {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 23%;
    margin-left: 0;
  }
  @media (max-width: 991px) {
    .sidebar {
      width: 100%;
      margin-top: 20px;
    }
  }
  .filter-container {
    background-color: rgba(229, 231, 235, 0.3);
    display: flex;
    width: 100%;
    flex-direction: column;
    color: var(--Gray600, #4b5563);
    margin: 0 auto;
    padding: 53px 0;
    font: 700 12px Montserrat, sans-serif;
  }
  @media (max-width: 991px) {
    .filter-container {
      padding: 20px 0;
    }
  }
  .filter-title {
    color: var(--Cyan-700, #0e7490);
    align-self: start;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 700;
  }
  @media (max-width: 991px) {
    .filter-title {
      margin-left: 10px;
    }
  }
  .filter-section-title {
    color: var(--Cyan-700, #0e7490);
    align-self: start;
    margin: 6px 0 0 15px;
    font-size: 15px;
    font-weight: 700;
  }
  .filter-select {
    border-radius: 10px;
    background-color: var(--Gray200, #e5e7eb);
    margin: 6px 15px;
    padding: 13px 15px;
    border: none;
    color: #4b5563;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }
  .filter-input {
    border-radius: 10px;
    background-color: var(--Gray200, #e5e7eb);
    margin: 6px 15px;
    padding: 13px 15px;
    border: none;
    color: #4b5563;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }
  .filter-input::placeholder {
    color: #9ca3af;
  }
  .search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--Cyan-700, #0e7490);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 13px 0;
    margin: 12px 15px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .search-button:hover {
    background-color: var(--Cyan-800, #155e75);
  }
  .search-button i {
    font-size: 16px;
  }
  .main-column {
    display: contents;
    flex-direction: column;
    line-height: normal;
    width: 77%;
    margin-left: 20px;
  }
  @media (max-width: 991px) {
    .main-column {
      width: 100%;
      margin-left: 0;
    }
  }
  .listing-wrapper {
    display: flex;
    margin-top: 86px;
    width: 100%;
    flex-direction: column;
  }
  @media (max-width: 991px) {
    .listing-wrapper {
      margin-top: 20px;
    }
  }
  .listing-header {
    display: flex;
    width: 824px;
    max-width: 100%;
    gap: 20px;
    color: var(--Gray600, #4b5563);
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font: 700 14px/1 Montserrat, sans-serif;
  }
  .listing-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .listing-header-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    color: var(--Gray600, #4b5563);
    font-size: 20px;
  }
  @media (max-width: 991px) {
    .listing-header {
      width: 100%;
      padding: 0 10px;
    }
  }
  .listing-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 22px;
    background-color: rgba(229, 231, 235, 0.5);
    border-radius: 10px;

    /* DEĞİŞEN KISIMLAR: */
    align-items: stretch; /* Center yerine stretch yapıldı */
    padding: 20px;        /* Kenarlardan makul boşluk */
}
  @media (max-width: 991px) {
    .listing-grid {
      align-items: stretch;
    }
  }
  .grid-header {
    align-self: start;
    display: flex;
    margin-left: 37px;
    width: 744px;
    max-width: 100%;
    align-items: start;
    gap: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  @media (max-width: 991px) {
    .grid-header {
      margin-left: 10px;
      width: 95%;
    }
  }
  .sponsored-label {
    color: var(--Cyan-700, #0e7490);
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin-top: 18px;
  }
  .listing-format {
    color: var(--Gray600, #4b5563);
    font-size: 16px;
  }
  .listing-format-options {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: -80px;
  }
  .format-icons {
    display: flex;
    gap: 12px;
    border: 1px solid #e5e7eb;
    /* padding: 6px 12px; */
    border-radius: 6px;
  }
  .format-icon {
    font-size: 18px;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .format-icon.active {
    color: #0e7490;
  }
  .format-icon:hover {
    color: #0e7490;
  }
  .listing-list {
    width: 100%;  /* 237% yerine kapsayıcıya tam oturması için %100 yapıldı */
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: -20; /* -250px kaldırılarak hizalama düzeltildi */
    padding: 0;     /* Gereksiz iç boşluk sıfırlandı */
    margin-top: 25px;
}
  @media (max-width: 991px) {
    .listing-list {
      width: 100%;
      margin-left: 0;
      padding: 0;
      gap: 0px;
    }
  }
  .listing-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: white;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .listing-item:hover {
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transform: translateY(-2px);
  }

  /* listing-item bir link (a) olduğu zaman varsayılan özellikleri sıfırla */
a.listing-item {
    text-decoration: none; /* Alt çizgiyi kaldırır */
    color: inherit; /* Rengin maviye dönmesini engeller, mevcut rengi korur */
    display: flex; /* Yapının bozulmaması için (div gibi davranması için) */
    cursor: pointer;
    width: 100%; /* Kapsayıcıya tam oturması için */
}

/* Linkin üzerine gelindiğinde de alt çizgi çıkmasın */
a.listing-item:hover {
    text-decoration: none;
    color: inherit;
    /* İsterseniz hover durumunda hafif bir efekt ekleyebilirsiniz, örn: */
    /* opacity: 0.9; */
}

  .listing-image-container {
    width: 120px;
    height: 80px;
    flex-shrink: 0;
  }
  .listing-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }
  .listing-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .listing-title {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    margin: 0;
  }
  .listing-specs {
    display: flex;
    gap: 16px;
    color: #6b7280;
    font-size: 14px;
  }
  .listing-location {
    display: flex;
    justify-content: space-between;
    color: #6b7280;
    font-size: 14px;
  }
  .listing-right {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .listing-price {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
  }
  .listing-arrow {
    color: #9ca3af;
    font-size: 20px;
  }
  .featured-listing {
    background: linear-gradient(0deg, #db2777 0%, #a21caf 100%);
    color: white;
  }
  .featured-listing .listing-title,
  .featured-listing .listing-specs,
  .featured-listing .listing-location,
  .featured-listing .listing-price {
    color: white;
  }
  .sponsored-listings {
    border-radius: 10px;
    background-color: rgba(6, 182, 212, 0.1);
    align-self: stretch;
    margin: 14px 37px;
    padding: 21px 0;
  }
  @media (max-width: 991px) {
    .sponsored-listings {
      margin: 14px 10px;
    }
  }
  .sponsored-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    transition: opacity 0.5s ease-in-out;
  }
  @media (max-width: 991px) {
    .sponsored-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }
  }
  @media (max-width: 767px) {
    .sponsored-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
  }
  @media (max-width: 480px) {
    .sponsored-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
    }
  }
  .sponsored-item {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
  }
  @media (max-width: 991px) {
    .sponsored-item {
      width: 100%;
    }
  }
  .sponsored-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 991px) {
    .sponsored-card {
      margin-top: 34px;
    }
  }
  .sponsored-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
  }
  .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
  }

  .favorite-btn {

      top: 0px;
      right: 0px;
      z-index: 3;

      padding: 0;
      width: 30px;
      height: 30px;
      cursor: pointer;
      transition: all 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;

      background: transparent;   /* ✔ Arka planı kaldırır */
       box-shadow: none;          /* ✔ Gölge varsa kaldırır */
       outline: none;             /* ✔ Odak çerçevesi */
       border: none;              /* Senin kodunda var zaten */

  }


  .favorite-btn img {
      width: 24px;
      height: 24px;
      color: #4B5563;
  }

  .favorite-btn:hover {
      transform: scale(1.1);
      background: transparent;
  }

  .favorite-icon {
    font-size: 18px;
    color: white;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }
  .favorite-icon:hover {
    opacity: 1;
  }
  .listing-id {
    font-size: 12px;
    line-height: 1;
    opacity: 0.8;
  }
  .listing-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .listing-title {
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 0;
    font-weight: 500;
  }
  .listing-price {
    font-size: 16px;
    font-weight: 600;
    margin-top: auto;
  }
  .regular-listings {
    margin-top: 18px;
    width: 804px;
    max-width: 100%;
    padding: 0 20px;
  }
  .regular-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
  }
  .regular-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .regular-card {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background-color: white;
    display: flex;
    flex-direction: column;
    font-family: Montserrat, sans-serif;
    color: #111827;
    width: 100%;
    padding: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .regular-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .regular-card.featured {
    background: linear-gradient(180deg, #db2777 0%, #a21caf 100%);
    border: none;
    color: white;
  }
  .regular-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
  }
  .regular-card .listing-id {
    font-size: 12px;
    line-height: 1;
    opacity: 0.8;
  }
  .regular-card .favorite-icon {
    font-size: 18px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }
  .regular-card.featured .favorite-icon,
  .regular-card.featured .listing-id,
  .regular-card.featured .listing-title,
  .regular-card.featured .listing-price {
    color: white;
  }
  .regular-card .listing-image {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
    margin: 8px 0;
  }
  .regular-card .listing-title {
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 0;
    font-weight: 500;
  }
  .regular-card .listing-price {
    font-size: 16px;
    font-weight: 600;
    margin-top: auto;
  }
  @media (max-width: 991px) {
    .regular-grid {
      grid-template-columns: 1fr;
    }

    .regular-card {
      margin-top: 12px;
    }
  }
  .featured-card {
    border-radius: 10px;
    border: 2px solid var(--Pink-600, #db2777);
    background-color: var(
      --purple-degrade,
      linear-gradient(0deg, #db2777 0%, #a21caf 100%)
    );
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    font-family: Montserrat, sans-serif;
    color: var(--beyaz, #fff);
    font-weight: 400;
    width: 100%;
    padding: 24px 14px 40px;
  }
  @media (max-width: 991px) {
    .featured-card {
      margin-top: 12px;
    }
  }
  .listing-right {
    display: block;
    align-items: center;
    gap: 0px;
  }
  .listing-arrow {
    color: #9ca3af;
    font-size: 20px;
  }
  /* Grid View Styles */
  .grid-view {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
    width: 100%;
  }
  .grid-item {
    background: white;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
  }
  .grid-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  /* Grid kartı link (a) olduğu zaman varsayılan özellikleri sıfırla */
  a.grid-item {
      text-decoration: none;
      color: inherit;
      display: flex;         /* İçeriklerin alt alta düzgün dizilmesi için */
      flex-direction: column; /* İçerikleri dikey hizalar */
      height: 100%;          /* Kartın bulunduğu alanda tam boy kaplamasını sağlar */
      cursor: pointer;
  }

  /* Linkin üzerine gelindiğinde de alt çizgi çıkmasın */
  a.grid-item:hover {
      text-decoration: none;
      color: inherit;
  }

  .grid-item .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
  }
  .grid-item .listing-id {
    font-size: 12px;
    color: #6b7280;
  }
  .grid-item .favorite-icon {
    color: #6b7280;
    font-size: 18px;
    cursor: pointer;
  }
  .grid-item .grid-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .grid-item .grid-content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .grid-item .grid-title {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    line-height: 1.4;
  }
  .grid-item .grid-price {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
  }
  .grid-item.featured {
    background: linear-gradient(180deg, #db2777 0%, #a21caf 100%);
  }
  .grid-item.featured .listing-id,
  .grid-item.featured .favorite-icon,
  .grid-item.featured .grid-title,
  .grid-item.featured .grid-price {
    color: white;
  }
  @media (max-width: 1200px) {
    .grid-view {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 991px) {
    .grid-view {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 576px) {
    .grid-view {
      grid-template-columns: 1fr;
    }
  }
  /* Mobile Responsive Design */
  @media (max-width: 768px) {
    .listing-container {
    }

    .sidebar {
      display: none;
    }

    .main-column {
      width: 100%;
      padding: 0;
    }

    /* GENEL LISTE GÖRÜNÜMÜ STİLLERİ (Masaüstü ve Tablet için Temel) */
    .list-view .listing-item {
        display: flex;
        background-color: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 15px;
        transition: box-shadow 0.3s ease;
        align-items: flex-start; /* Dikeyde başlangıca hizala */
    }

    .list-view .listing-item:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .list-view .listing-item .listing-image-container {
        flex-shrink: 0;
        width: 180px;
        height: 120px;
        margin-right: 15px;
        overflow: hidden;
        border-radius: 8px;
    }

    .list-view .listing-item .listing-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .list-view .listing-item .listing-details {
        flex-grow: 1; /* Esneyerek kalan alanı kapla */
        display: flex;
        flex-direction: column;
        justify-content: flex-start; /* İçeriği yukarıdan başlat */
        min-width: 0; /* ÖNEMLİ: flex item'ın içindeki içeriğin flex item'ı taşırmasını engeller */
    }

    .list-view .listing-item .listing-title {
        font-size: 16px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 5px;
        line-height: 1.4;
        white-space: normal; /* Başlığın alt satırlara geçmesine izin ver */
        word-wrap: break-word; /* Uzun kelimelerin taşmasını engelle */
        overflow-wrap: break-word; /* word-wrap için standartlaşmış alternatif */
    }

    .list-view .listing-item .listing-specs {
        font-size: 13px;
        color: #6b7280;
        margin-bottom: 8px;
        display: flex;
        flex-wrap: wrap;
    }

    .list-view .listing-item .listing-specs span {
        margin-right: 10px;
        line-height: 1.5;
    }

    /* .listing-id'nin YENİ STİLLERİ (.listing-details içinde) */
    .list-view .listing-item .listing-details .listing-id {
        font-size: 12px;
        color: #888;
        margin-top: 5px;
        display: block;
        white-space: normal; /* İlan no'nun da alt satıra geçmesine izin ver */
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .list-view .listing-item .listing-right {
        flex-shrink: 0;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        min-width: 120px; /* Sağ sütunun minimum genişliği */
        text-align: right;
    }

    /* .listing-location'ın YENİ STİLLERİ (.listing-right içinde, sadece şehir/ilçe) */
    .list-view .listing-item .listing-right .listing-location {
        font-size: 13px;
        color: #6b7280;
        margin-bottom: 5px; /* Fiyatla arasında boşluk */
    }

    .list-view .listing-item .listing-right .listing-price {
        font-size: 18px; /* Masaüstü için daha belirgin fiyat */
        font-weight: bold;
        color: #d5267c; /* Tema rengi */
        margin-bottom: 8px;
    }

    .list-view .listing-item .listing-right .listing-arrow {
        font-size: 16px;
        color: #6b7280;
        align-self: flex-end; /* Chevron'u en alta ve sağa yasla */
    }

    /* Öne Çıkan İlan Stilleri (Masaüstü Liste) */
    .list-view .listing-item.featured-listing {
        border-left: 4px solid #0A98AD; /* Sponsorlu olduğunu belirtmek için sol kenarlık */
        background-color: #f0f9ff; /* Hafif farklı bir arka plan */
    }

    .list-view .listing-item.featured-listing .listing-title {
        color: #0e7490; /* Sponsorlu başlık rengi */
    }

    /* MOBİL GÖRÜNÜM İÇİN MEDYA SORGUSU BAŞLANGICI */
    @media (max-width: 1199.98px) { /* 991px'den 1199.98px'e genişletildi */
        /* .listing-id için mobil stiller (.listing-details içinde) */
        .list-view .listing-item .listing-details .listing-id {
            font-size: 11px; /* Mobil için biraz daha küçük */
            margin-top: 4px;
            color: #4b5563; /* Mobil için farklı bir renk olabilir */
        }

        /* .listing-location için mobil stiller (.listing-right içinde) */
        .list-view .listing-item .listing-right .listing-location {
            font-size: 11px; /* Mobil için biraz daha küçük */
            color: #4b5563;
        }

        /* Diğer mobil liste stilleri zaten burada tanımlı...
           .list-view .listing-item {...}
           .list-view .listing-item .listing-image-container {...}
           .list-view .listing-item .listing-details {...}
           .list-view .listing-item .listing-right {...}
           ...
        */
        /* GENEL MOBİL LİSTE ELEMANI STİLLERİ */
        .list-view .listing-item {
            display: flex;
            align-items: stretch;
            padding: 10px;
            border-radius: 10px;
            position: relative;
            min-height: 90px;
            overflow: hidden;
            background: white; /* Varsayılan arka plan */
            border: 1px solid #e5e7eb; /* Varsayılan kenarlık */
            margin-bottom: 10px; /* Elemanlar arasına boşluk */
        }

        .list-view .listing-item .listing-image-container {
            flex-shrink: 0;
            width: 90px;
            height: 70px;
            margin-right: 0;
            align-self: center;
        }

        .list-view .listing-item .listing-image-container img {
            border-radius: 4px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .list-view .listing-item .listing-details {
            flex-grow: 1;
            padding-left: 22px;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            height: 100%;
        }

        .list-view .listing-item .listing-details::before { /* Pembe ok */
            content: '❯';
            color: #E31E69;
            font-size: 20px;
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            line-height: 1;
        }

        .list-view .listing-item .listing-title {
            font-size: 13px;
            font-weight: 500;
            line-height: 1.25;
            color: #111827; /* Varsayılan metin rengi */
            margin: 0 0 2px 0;
            max-height: 34px;
            overflow: hidden;
        }

        .list-view .listing-item .listing-specs {
            display: none !important; /* Tüm liste elemanlarında gizli */
        }

        .list-view .listing-item .listing-location {
            padding: 0;
            margin: 0;
        }

        .list-view .listing-item .listing-location .listing-id {
            display: block;
            font-size: 10px;
            color: #6b7280; /* Varsayılan ilan no rengi */
            line-height: 1.2;
            margin-top: 2px; /* Başlıkla arasında biraz boşluk */
        }

        .list-view .listing-item .listing-location span:not(.listing-id) { /* Konum metni */
            position: absolute;
            top: 12px;
            right: 10px;
            font-size: 11px;
            line-height: 1.3;
            color: #4b5563; /* Varsayılan konum rengi */
            text-align: right;
            display: block;
        }

        .list-view .listing-item .listing-right {
            display: flex;
            flex-direction: column;
            align-items: flex-end; /* İçerik sağa hizalı */
            justify-content: center; /* Dikeyde ortalamak için (konum ve fiyatı birbirine yakın tutar) */
            margin-left: auto;
            padding: 0 0 0 10px; /* Sol padding (pembe ok sonrası detaylar ile arası için), üst/alt/sağ padding yok */
            text-align: right;
            align-self: stretch;
            min-width: 90px; /* Genişliği biraz artırdım */
        }

        .list-view .listing-item .listing-right .listing-location-text {
            font-size: 11px;
            line-height: 1.3;
            color: #4b5563; /* Varsayılan konum rengi */
            margin-bottom: 4px; /* Fiyatla arasında boşluk */
        }

        .list-view .listing-item .listing-right .listing-price {
            font-size: 16px;
            font-weight: bold;
            color: #111827;
            line-height: 1.2;
        }

        .list-view .listing-item .listing-right .listing-arrow { /* Zaten display: none !important; idi, teyit */
            display: none !important;
        }

        /* SPONSORLU MOBİL LİSTE ELEMANI STİL FARKLILIKLARI */
        .list-view .listing-item.featured-listing {
            background: linear-gradient(0deg, #db2777 0%, #a21caf 100%);
            color: white !important;
            border: none;
        }

        .list-view .listing-item.featured-listing .listing-title,
        .list-view .listing-item.featured-listing .listing-location .listing-id, /* İlan ID si de beyaz */
        .list-view .listing-item.featured-listing .listing-right .listing-location-text, /* Yeni konum metni de beyaz */
        .list-view .listing-item.featured-listing .listing-right .listing-price {
            color: white !important;
        }
    }

    .sponsored-listings {
      margin-bottom: 18px !important;
    }
  }
  @media (max-width: 480px) {
    .filter-select,
    .filter-input {
      margin: 4px 10px;
      padding: 10px;
    }

    .search-button {
      margin: 10px;
    }

    .filter-title,
    .filter-section-title {
      margin-left: 10px;
    }

    .listing-id {
      font-size: 10px;
    }

    .listing-title {
      font-size: 14px;
    }

    .listing-price {
      font-size: 14px;
    }

    .listing-format {
      font-size: 14px;
    }

    .format-icons {
      padding: 4px 8px;
    }

    .format-icon {
      font-size: 16px;
    }

    .sponsored-label {
      font-size: 12px;
    }
  }

  /* Mobil Filtre Butonları */
  .mobile-filter-buttons {
    background: #fff;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    margin-bottom: 16px;
    border-radius: 8px;
  }

  .mobile-filter-buttons button {
    flex: 1;
    margin: 0 4px;
    padding: 10px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    transition: opacity 0.2s ease;
  }

  .mobile-filter-buttons button:hover {
    opacity: 0.9;
  }

  .mobile-filter-buttons button i {
    font-size: 16px;
  }

  /* Filtrele Butonu */
  .mobile-filter-buttons .filter-button {
    background: linear-gradient(to right, #DE318C, #A928BD);
    color: white;
  }

  /* Sırala ve Görünüm Butonları */
  .mobile-filter-buttons .sort-button,
  .mobile-filter-buttons .view-button {
    background-color: #EFF1F3;
    color: #343A40;
  }

  /* Modal Styles */
  .mobile-filter-modal,
  .mobile-sort-modal,
  .mobile-view-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1100;
    display: none;
  }

  .modal-header {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .modal-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }

  .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
  }

  .modal-content {
    padding: 16px;
    overflow-y: auto;
    height: calc(100% - 130px);
  }

  .modal-footer {
    padding: 16px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
  }

  .clear-btn {
    padding: 12px 24px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    color: #666;
    flex: 1;
    margin-right: 8px;
  }

  .apply-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    background: #E6007E;
    color: #fff;
    flex: 1;
    margin-left: 8px;
  }

  /* Sort Options */
  .sort-options,
  .view-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .sort-option,
  .view-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
  }

  .sort-option input[type="radio"],
  .view-option input[type="radio"] {
    width: 20px;
    height: 20px;
  }

  .sort-option span,
  .view-option span {
    font-size: 16px;
    color: #333;
  }

  /* Mobil görünümde ana içeriği ayarla */
  @media (max-width: 768px) {
    .listing-container {
    }

    .sidebar {
      display: none;
    }

    .main-column {
      width: 100%;
      padding: 0;
    }
  }

  /* Modal Açık/Kapalı Durumları */
  .mobile-filter-modal.active,
  .mobile-sort-modal.active,
  .mobile-view-modal.active {
    display: block;
  }

  @media (max-width: 1199.98px) { /* 991px den 1199.98px e genişletildi */

     .listing-grid {

       align-items: stretch; /* Flex item'ların (örn: .list-view) tam genişliğe yayılmasını sağlar */

     }

     .listing-list {

       width: 100%;

       margin-left: 0;

       padding: 0; /* Sağ ve sol iç boşlukları kaldırdım */

       gap: 0px;

     }

     /* 2. Sponsorlu alan ayarları */
    .sponsored-listings {
        /* background-color: none çalışmaz, doğrusu budur: */
        background-color: transparent !important;
        box-shadow: none !important; /* Eğer gölgelik varsa onu da siler */
        border: none !important; /* Çerçeve varsa siler */

        /* Önce 0 yapalım, eğer hala boşluk kalırsa eksiye düşersin */
        margin-top: -80px !important;

    }

   }
