        .cds-card-wrapper { font-family: Arial, Helvetica, sans-serif !important; width: 100%; display: flex; flex-direction: column; gap: 25px; padding: 15px 0; }
        .cds-card-link { text-decoration: none !important; color: inherit !important; display: block; width: 100%; }
        
        /* Box 100% larghezza */
        .cds-card { display: flex; flex-direction: row; background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; overflow: hidden; min-height: 260px; position: relative; align-items: stretch; transition: box-shadow 0.3s; width: 100%; }
        .cds-card:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
        
        /* Carosello Foto */
        .cds-col-foto { width: 350px; height: 260px; position: relative; background: #eee; overflow: hidden; flex-shrink: 0; }
        .cds-carousel { display: flex; width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; }
        .cds-carousel::-webkit-scrollbar { display: none; }
        .cds-slide { flex: 0 0 100%; width: 100%; height: 100%; scroll-snap-align: start; position: relative; }
        .cds-slide img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block; border: none; }
        
        .cds-panel-full { height: 100%; background: #006CB7 !important; display: flex !important; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #ffffff !important; padding: 20px; }
        .cds-panel-full b { font-size: 20px; font-weight: 800; margin-bottom: 8px; display: block; color: #fff; }
        
        .cds-arrow { position: absolute; top: 0; bottom: 0; width: 40px; background: transparent; border: none; color: #fff; font-size: 24px; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; text-shadow: 0px 0px 5px rgba(0,0,0,0.8); }
        .cds-arrow-L { left: 0; display: none; }
        .cds-arrow-R { right: 0; }

        /* Contenuto */
        .cds-main-content { flex-grow: 1; display: flex; flex-direction: column; padding: 20px 25px; justify-content: space-between; position: relative; }
        
        /* Il titolo non va mai sotto il bottone blu */
        .cds-title { font-size: 20px; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; line-height: 1.2; padding-right: 180px; }
        
        /* Località con Marker Point */
        .cds-loc-line { font-weight: 600; color: #006CB7 !important; font-size: 15px; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
        .cds-loc-line i.fa-map-marker { font-size: 18px; color: #006CB7; }

        .cds-info-row { font-size: 14px; color: #444; margin-bottom: 5px; }
        .cds-bullet { margin: 0 6px; color: #ccc; }
        .cds-dist-line { font-size: 13px; color: #666; margin-top: 4px; }

        /* Prezzi e Stato */
        .cds-price-section { text-align: right; margin-top: auto; display: flex; flex-direction: column; align-items: flex-end; }
        .cds-status-green { color: #008a05 !important; font-size: 14px !important; font-weight: 700 !important; margin-bottom: 5px; }
        .cds-main-pr { font-size: 28px; color: #222; font-weight: 800; }
        .cds-old-pr { text-decoration: line-through; color: #d93939; font-size: 16px; margin-bottom: 2px; }

        /* Pulsante Blu Scopri di Più */
        .cds-btn-blue { background: #006CB7; color: #fff !important; padding: 10px 25px; border-radius: 6px; font-size: 14px; font-weight: bold; display: inline-block; text-decoration: none !important; }
        .cds-btn-abs { position: absolute; top: 20px; right: 25px; z-index: 5; }

        /* Banner Offerte */
        .cds-banner-ad { display: flex; align-items: center; justify-content: space-between; border: 1px solid #eee; border-radius: 12px; background: #f9f9f9; padding: 25px 40px; margin: 20px 0; width: 100%; box-sizing: border-box; gap: 20px; }
        .cds-banner-btns { display: flex; gap: 12px; }
        .cds-banner-cta-gold { background: #ffcc00; color: #000 !important; padding: 12px 22px; border-radius: 8px; font-weight: 800; text-decoration: none !important; font-size: 14px; }
        .cds-banner-cta-blue { background: #006CB7; color: #fff !important; padding: 12px 22px; border-radius: 8px; font-weight: 800; text-decoration: none !important; font-size: 14px; }

        @media (max-width: 767px) { 
            .cds-card { flex-direction: column; } 
            .cds-col-foto { width: 100%; height: auto; aspect-ratio: 4/3; } 
            .cds-title { padding-right: 0; } 
            .cds-price-section { text-align: center; align-items: center; width: 100%; margin-top: 15px; } 
            .cds-btn-abs { display: none; } 
            .cds-banner-ad { flex-direction: column; text-align: center; }
            .cds-banner-btns { flex-direction: column; width: 100%; }
        }