/* Category Page Styles */
.heading-page {
    margin-top: -140px !important;
    padding: 5px 0 !important;
}

/* Ürün Kartları Düzenlemeleri */
.templatemo-item-col {
    margin-bottom: 8px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.meeting-item {
    height: 225px !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 0px !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 10px 10px 10px 10px !important;
}

.meeting-item .thumb {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    z-index: 1 !important;
    border-radius: 10px 10px 0px 0px !important;
}

.meeting-item .thumb img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

.meeting-item .down-content {
    padding: 8px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2 !important;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.6), rgba(0,0,0,0.3), transparent) !important;
    border-radius: 0px 0px 10.2px 10.2px !important;
}

.meeting-item .down-content .date {
    display: none !important;
}

.meeting-item .down-content h4 {
    min-height: 35px !important;
    margin-bottom: 4px !important;
    line-height: 1.2 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    order: 1 !important;
}

.meeting-item .down-content p {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    flex: 1 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    box-orient: vertical !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #fff !important;
}

/* Fiyatları kaldır */
.meeting-item .thumb .price {
    display: none !important;
}

/* Buton mesafesi - Güçlü selector'lar */
section.meetings-page .meeting-item .down-content .main-button-red {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

section.meetings-page .meeting-item .down-content .main-button-red a {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 6px 30px !important;
    font-size: 12px !important;
}

/* Filters alanı kartlara yakın olsun */
.filters {
    margin-bottom: 10px !important;
    padding-bottom: 5px !important;
}

/* Row arası mesafe */
section.meetings-page .row {
    margin-bottom: 5px !important;
}

/* Grid container mesafe */
section.meetings-page .grid {
    margin-bottom: 0px !important;
}

/* Responsive ayarlar */
@media (min-width: 1200px) {
    .templatemo-item-col {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .templatemo-item-col {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .templatemo-item-col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
