.lis-mob-listings-wrapper8 {
    padding: 140px 12px 20px;
    background-color: #f9f9f9;
    margin-top: 90px;

}

.lis-mob-listings-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;

}

.lis-mob-listing-card {
    width: 48%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 1, 0, 0.09);
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid gray;

}

.lis-mob-image-wrapper {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.lis-mob-ilan-resim {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lis-mob-favori-ikon8 {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #007782;
    font-size: 22px;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    z-index: 2;
    border: 1px solid #ddd;
}

.lis-mob-ilan-kullanici {
    display: flex;
    align-items: center;
    padding: 7px;
}

.lis-mob-profil-resmi {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 8px;
    object-fit: cover;
}

.lis-mob-kullanici-adi {
    font-size: 14px;
    color: #007782;
    font-weight: 500;
}

.lis-mob-ilan-detay {
    padding: 6px;
}

.lis-mob-ilan-baslik {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    margin-bottom: 4px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}


.lis-mob-ilan-fiyat {
    color: #000;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.lis-mob-ilan-konum {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    margin-top: 6px;
}

.lis-bos-uyari {
    width: 100%;
    text-align: center;
    color: #777;
    font-size: 15px;
    padding: 20px 0;
}

/* Butonlar */
.mob-filtre-bar {
    display: flex;
    gap: 8px;
    padding: 10px;
    background-color: #f9f9f9;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 10;
}

.mob-filtre-btn {
    flex: 1;
    padding: 8px;
    background-color: #00a89d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
}

/* Modal */
.mob-filtre-modal {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: bottom 0.3s ease-in-out;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.mob-filtre-modal.acik {
    bottom: 0;
}

.mob-filtre-modal.aktif {
    bottom: 0;
}

.mob-filtre-icerik {
    padding: 20px;
}

.mob-filtre-baslik {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.mob-filtre-icerik-body select,
.mob-filtre-icerik-body input {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.mob-modal-select,
.mob-modal-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
}

.mob-filtre-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.mob-filtre-uygula,
.mob-filtre-temizle {
    flex: 1;
    padding: 12px;
    font-size: 15px;
    border: none;
    border-radius: 8px;
    color: white;
    background-color: #007782;
}

.mob-filtre-temizle {
    background-color: #999;
}

.mob-filtre-uygula {
    flex: 1;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.mob-filtre-temizle {
    background: #ddd;
    color: #333;
}

.mob-filtre-uygula {
    background: #007782;
    color: #fff;
}

.mob-kategori-yolu-goster {
    margin: 12px 16px 8px;
    padding: 10px 14px;
    background-color: #eef8f8;
    border-left: 4px solid #007782;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mob-kategori-yolu-goster:hover {
    background-color: #dff1f1;
}

.degistir-badge {
    color: #007782;
    font-weight: bold;
    margin-left: 8px;
    font-size: 13px;
}