﻿/* ================================
   جدا کردن کامل تصویر و متن محصول
   ================================ */

/* کارت اصلی کاملاً بدون کادر */
.listing-item {
    height: auto !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
}

/* article هم بدون کادر */
.geodir-category-listing {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
}

/* ================================
   کادر مستقل تصویر
   ================================ */

.geodir-category-img {
    position: relative;
    height: 300px !important;
    background: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 3px 12px rgba(0,0,0,.12) !important;
    margin-bottom: 15px !important;
}

    /* حذف لایه‌های اضافی قالب */
    .geodir-category-img::before,
    .geodir-category-img::after,
    .geodir-category-img-wrap::before,
    .geodir-category-img-wrap::after {
        display: none !important;
        content: none !important;
    }

/* خود محل تصویر */
.geodir-category-img-wrap {
    width: 100% !important;
    height: 300px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

    /* تصویر */
    .geodir-category-img-wrap img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

/* ================================
   کادر مستقل اطلاعات
   ================================ */

.geodir-category-content {
    position: relative !important;
    background: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 3px 12px rgba(0,0,0,.12) !important;
    padding: 20px !important;
    min-height: 250px !important;
    margin: 0 !important;
}

    /* حذف هر خط یا کادر داخلی */
    .geodir-category-content::before,
    .geodir-category-content::after,
    .geodir-category-content-title::before,
    .geodir-category-content-title::after {
        display: none !important;
        content: none !important;
    }

/* عنوان */
.geodir-category-content-title {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* متن */
.geodir-category-text {
    background: transparent !important;
    border: none !important;
}

/* دکمه‌ها */
.facilities-list {
    background: transparent !important;
    border: none !important;
}
