/**
 * Otomotto — ilan kartı grid hizalaması
 * (Vite olmadan da yüklenir)
 */
.listing-card-col {
    display: flex;
    margin-bottom: 1.5rem;
}

.listing-card-grid.car-listing {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
}

/* Görsel — sabit yükseklik */
.listing-card-grid .thumb {
    flex: 0 0 200px;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
}

.listing-card-grid .thumb a {
    display: block;
    height: 200px;
    line-height: 0;
}

.listing-card-grid .thumb img {
    width: 100% !important;
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
}

.listing-card-grid:hover .thumb img {
    transform: none;
}

/* İçerik — fiyat ve başlık sabit blok */
.listing-card-grid .details {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 15px 9px;
}

.listing-card-grid .details .wrapper {
    flex: 0 0 auto;
    height: 72px;
    min-height: 72px;
    max-height: 72px;
    padding-bottom: 12px;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.listing-card-grid .details .price {
    margin: 0 0 6px;
    padding: 0;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listing-card-grid .details .title {
    margin: 0;
    padding: 0;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
}

.listing-card-grid .details .title,
.listing-card-grid .details .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 16px;
    max-height: 32px;
}

/* Alt bilgi — km, yakıt, vites aynı hizada */
.listing-card-grid .details .listing_footer {
    flex: 0 0 auto;
    margin-top: auto;
    min-height: 56px;
    padding-top: 16px;
    box-sizing: border-box;
}

.listing-card-grid .details .listing_footer ul {
    min-height: 20px;
    margin-bottom: 0;
}

/* İlan listesi — filtre paneli arka planı */
.listing-filter-sidebar,
.listing-filter-sidebar .sidebar_widgets,
.listing-filter-sidebar .sidebar_widgets_wrapper,
.listing-filter-sidebar .sidebar_advanced_search_widget {
    background-color: #F9F9F9;
}
