/* =====================================================
   L'EXPERT VÉLO - ADS PRO V9.3 (Nettoyé)
   ===================================================== */

.lev-product-wrapper {
    position: relative;
    margin: 40px 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* CARTE CAPTURE (FOND BEIGE) */
.lev-product-card.lev-layout-capture {
    border: 1px solid #e0dace;
    border-top: 4px solid #111;
    background: #fffdf2; 
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 !important;
}

.lev-product-card.lev-layout-capture:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
    transition: transform 0.2s ease;
}

/* CORPS */
.lev-capture-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    gap: 40px;
}

/* GAUCHE */
.lev-capture-content { 
    flex: 1; 
    display: flex;
    flex-direction: column;
}

.lev-capture-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 25px 0;
    line-height: 1.25;
    color: #111;
}

/* CADEAU ANIMÉ */
.lev-title-gift {
    display: inline-block;
    font-size: 28px;
    vertical-align: bottom;
    margin-left: 8px;
    animation: lev-wiggle 2s infinite ease-in-out;
    transform-origin: bottom center;
}
@keyframes lev-wiggle {
    0%, 100% { transform: rotate(0deg); }
    10% { transform: rotate(-10deg); }
    20% { transform: rotate(10deg); }
    30% { transform: rotate(-10deg); }
    40% { transform: rotate(0deg); }
}

/* AVIS EXPERT */
.lev-expert-review.lev-expert-capture {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin-bottom: 35px;
    padding: 0 !important;
    border: none !important;
}

/* --- RÉGLAGE CITATION --- */
.lev-expert-capture .lev-expert-text cite {
    font-style: italic;
    font-size: 18px !important;
    color: #333;
    line-height: 1.4 !important;
    display: block !important;
    text-align: left !important;
}

/* --- RÉGLAGE AVATAR --- */
.lev-expert-capture .lev-expert-avatar {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    object-fit: cover;
    flex-shrink: 0;
    margin: 0 !important;
}

/* DROITE (Image) */
.lev-capture-visual {
    flex: 0 0 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lev-capture-visual img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
    transform: rotate(3deg);
    border: 1px solid #eee;
    background: #fff;
}

/* BOUTON (CENTRÉ) */
.lev-capture-actions { 
    display: flex; 
    flex-direction: column; 
    align-items: center;
    width: 100%; 
    margin-top: 10px;
}

.lev-capture-btn {
    display: inline-flex !important; 
    align-items: center; 
    justify-content: center;
    background: #111 !important; 
    color: #fff !important;
    padding: 14px 40px !important;
    font-weight: 700; 
    font-size: 16px;
    border-radius: 6px; 
    text-decoration: none !important; 
    line-height: 1;
    transition: 0.2s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}
.lev-capture-btn:hover { 
    background: #333 !important; 
    transform: translateY(-2px); 
    color: #fff !important; 
}

/* STYLE DU NOUVEAU SOUS-TEXTE */
.lev-capture-subtext {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
}

/* BADGE */
.lev-ad-badge-right {
    position: absolute; top: 0; right: 30px;
    background: #fbc02d; color: #000;
    font-weight: 800; font-size: 11px; text-transform: uppercase;
    padding: 6px 12px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); z-index: 10;
}

/* COACHING BAR */
.lev-coaching-bar.lev-coaching-yellow {
    background: #fff9c4 !important;
    border-top: 1px solid #fdd835 !important;
    padding: 12px 32px !important;
    display: flex !important; align-items: center !important; justify-content: flex-start !important; 
    text-align: left !important; gap: 15px; font-size: 15px; 
    color: #5d4037; width: 100%; box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.lev-coaching-yellow .lev-coaching-icon { font-size: 26px; line-height: 1; width: 26px; min-width: 26px; height: 26px; display: inline-block; margin-top: -3px; }
.lev-coaching-yellow .lev-coaching-content strong { color: #f57f17 !important; font-weight: 700; font-size: 15px; letter-spacing: 0.3px; margin-right: 5px; text-transform: none; }
.lev-coaching-yellow .lev-coaching-link {
    text-decoration: none !important; color: #ef6c00 !important; 
    font-weight: 800 !important; font-size: 15px; border-bottom: 2px solid #ef6c00 !important;
    margin-left: 10px !important; white-space: nowrap; transition: all 0.2s;
}
.lev-coaching-yellow .lev-coaching-link:hover { color: #e65100 !important; border-color: #e65100 !important; }

/* MOBILE (DOIT ÊTRE À LA FIN) */
@media (max-width: 768px) {
    .lev-capture-body { flex-direction: column-reverse; text-align: center; padding: 30px 20px; }
    
    .lev-capture-visual { 
        width: 100%; max-width: 280px; 
        margin-bottom: 25px; flex: 0 0 auto;
    }
    .lev-capture-visual img { transform: rotate(3deg); }
    
    .lev-expert-review.lev-expert-capture { flex-direction: column; text-align: center; gap: 15px; }
    
    .lev-capture-actions { width: 100%; align-items: center; }
    .lev-capture-btn { width: 100%; }
    
    .lev-ad-badge-right { right: 50%; transform: translateX(50%); }
    .lev-coaching-bar { flex-direction: column !important; text-align: center !important; justify-content: center !important; padding: 15px !important; }
    .lev-coaching-icon { display: block !important; margin: 0 auto 5px auto !important; }
    .lev-coaching-link { margin: 5px 0 0 0 !important; display: inline-block; }
}