.cooking-cards-new-image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    pointer-events: auto !important;
}

.cooking-cards-new-video {
    pointer-events: none;
}

.cooking-cards-new-container {
            max-width: 1620px;
            margin: 60px auto;
        }

        .cooking-cards-new-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 20px;
        }

        .cooking-cards-new-card {
            background: white;
            border-radius: 8px;
            overflow: visible;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border: 1px dashed #ccc;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .cooking-cards-new-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.2);
        }

        .cooking-cards-new-image-container {
            position: relative;
            width: 100%;
            height: 280px;
            overflow: hidden;
            border-radius: 8px 8px 0 0;
        }

        .cooking-cards-new-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            pointer-events: none;
        }

        .cooking-cards-new-video-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #0891b2;
            opacity: 0.8;
            transition: opacity 0.3s ease;
            pointer-events: none;
            z-index: 10;
        }

        .cooking-cards-new-card:hover .cooking-cards-new-video-overlay {
            opacity: 0;
        }

        .cooking-cards-new-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #ff6b35;
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: pulse 2s infinite;
            white-space: nowrap;
        }

        .cooking-cards-new-badge i {
            display: inline-block !important;
            position: static !important;
            vertical-align: middle;
            line-height: 1;
            margin: 0 !important;
            transform: none !important;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .cooking-cards-new-header {
            padding: 20px 20px 10px 20px;
            text-align: center;
        }

        .cooking-cards-new-title {
            font-size: 1.6rem;
            color: #d4a574;
            margin-bottom: 8px;
            min-height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1.3;
        }
.cooking-cards-new-title a {
            font-size: 1.6rem;
            color: #d4a574;
            margin-bottom: 8px;
            min-height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1.3;
            font-family: 'Neutraface Text', sans-serif;
            text-transform:none; 
            font-weight: 900;
        }
        .cooking-cards-new-title a:hover {
                    color: #583918;
          
        }
        .cooking-cards-new-description {
            font-size: 1.1rem;
            color: #666;
            line-height: 1.6;
            padding: 0 20px 15px 20px;
            text-align: center;
            height: 110px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .cooking-cards-new-info-bar {
            display: flex;
            justify-content: space-around;
            background: #f39c12;
            padding: 12px 10px;
            color: white;
        }

        .cooking-cards-new-info-item {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 1.1rem;
            font-weight: 600;
            position: relative;
        }

        .cooking-cards-new-info-item i {
            position: static !important;
            transform: none !important;
        }

        .cooking-cards-new-info-icon {
            font-size: 1.1rem;
            display: inline-block !important;
            position: static !important;
            vertical-align: middle;
            line-height: 1;
        }

        .cooking-cards-new-footer {
            padding: 10px;
            text-align: center;
        }

        .cooking-cards-new-price {
            font-size: 0.85rem;
            color: #666;
            margin-bottom: 5px;
            font-weight: 500;
        }

        .cooking-cards-new-price-amount {
            font-size: 2rem;
            color: #333;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .cooking-cards-new-button {
            display: inline-block;
            width: 100%;
            padding: 12px 30px;
            background: #0891b2;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.9rem;
            transition: background 0.3s ease;
        }

        .cooking-cards-new-button:hover {
            background: #0e7490;
        }

        /* Colori diversi per ogni barra info */
        .cooking-cards-new-info-bar-orange {
            background: #f39c12;
        }

        .cooking-cards-new-info-bar-gold {
            background: #e67e22;
        }

        .cooking-cards-new-info-bar-sunset {
            background: #d35400;
        }

        .cooking-cards-new-info-bar-wine {
            background: #c0392b;
        }
.fa-solid, .fas {
     font-size: 15px;
 
}
        @media (max-width: 768px) {
            .cooking-cards-new-grid {
                grid-template-columns: 1fr;
                margin: 15px;
            }

            .cooking-cards-new-title {
                font-size: 1.3rem;
                min-height: 50px;
            }

            .cooking-cards-new-info-item {
                font-size: 0.8rem;
            }

            .cooking-cards-new-description {
                height: auto;
                min-height: 90px;
            }
        }