/* FORCE SHOW LOGO - DEBUG CSS */

/* Category Page - FORCE hiển thị logo với gradient */
.custom-newest-coupon .cat-coupon-lists .coupon-list-cat .store-thumb-link {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    background-color: transparent !important;
    border-radius: 12px !important;
    padding: 10px !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3) !important;
    transition: all 0.3s ease !important;
}

.custom-newest-coupon .cat-coupon-lists .coupon-list-cat .store-thumb-link:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
}

/* Các element con trong store-thumb-link - CHỈ set transparent cho child, KHÔNG ảnh hưởng parent */
.custom-newest-coupon .cat-coupon-lists .coupon-list-cat .store-thumb-link .store-thumb,
.custom-newest-coupon .cat-coupon-lists .coupon-list-cat .store-thumb-link .store-thumb a,
.custom-newest-coupon .cat-coupon-lists .coupon-list-cat .store-thumb-link .thumb-padding {
    background-color: transparent !important;
    background-image: none !important;
}

.custom-newest-coupon .cat-coupon-lists .coupon-list-cat .store-thumb-link .store-thumb {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.custom-newest-coupon .cat-coupon-lists .coupon-list-cat .store-thumb-link .store-thumb a,
.custom-newest-coupon .cat-coupon-lists .coupon-list-cat .store-thumb-link .thumb-padding {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.custom-newest-coupon .cat-coupon-lists .coupon-list-cat .store-thumb-link img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    max-width: 64px !important;
    max-height: 64px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    object-fit: contain !important;
}

/* Featured Stores - FORCE hiển thị logo với gradient */
.custom-feature-store .feature-store-row .feature-store-col ul li a {
    width: 70px !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    background-color: transparent !important;
    border-radius: 12px !important;
    padding: 10px !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3) !important;
    transition: all 0.3s ease !important;
}

.custom-feature-store .feature-store-row .feature-store-col ul li a:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
}

.custom-feature-store .feature-store-row .feature-store-col ul li a img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    max-width: 50px !important;
    max-height: 50px !important;
    object-fit: contain !important;
}

/* Nếu không có img, hiển thị text */
.custom-newest-coupon .cat-coupon-lists .coupon-list-cat .store-thumb-link:empty::before {
    content: 'NO LOGO';
    font-size: 10px;
    color: #999;
}


/* OVERRIDE TẤT CẢ - Logo trang category phải hiển thị RÕ RÀNG */
.tax-coupon_category .custom-newest-coupon .cat-coupon-lists .coupon-list-cat .store-thumb-link img {
    width: auto !important;
    height: auto !important;
    max-width: 100px !important;
    max-height: 100px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    object-fit: contain !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* OVERRIDE cho wrapper */
.tax-coupon_category .custom-newest-coupon .cat-coupon-lists .coupon-list-cat .store-thumb-link {
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    padding: 10px !important;
}
