/* ==========================================================================
   Preview Email
   Référence visuelle : myCfia-designSystem step5-assets-data.js lignes 963-1045
   zoom 0.78, max-width 600px
   ========================================================================== */

.pv-email {
    max-width: 600px;
    margin: 0 auto;
    background: #f8f9fa;
    padding: 20px;
    zoom: 0.78;
}

.pv-email-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* --- Header gradient brand --- */
.pv-email-header {
    background: linear-gradient(135deg, #003080, #39BFEF);
    padding: 24px;
    text-align: center;
}

.pv-email-header-name {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.pv-email-header-tagline {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

/* --- Corps --- */
.pv-email-body {
    padding: 32px 24px;
}

.pv-email-greeting {
    color: #003080;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
}

.pv-email-text {
    color: #333;
    line-height: 1.6;
    margin-bottom: 16px;
}

/* --- Callout box bleue --- */
.pv-email-callout {
    background: #f0f7ff;
    border-left: 4px solid #0A66C2;
    padding: 16px;
    margin-bottom: 24px;
}

.pv-email-callout-title {
    font-weight: 600;
    color: #003080;
    margin-bottom: 8px;
}

.pv-email-callout-list {
    margin: 0;
    padding-left: 20px;
    color: #333;
    line-height: 1.6;
}

/* --- CTA bouton vert --- */
.pv-email-cta-wrap {
    text-align: center;
    margin-bottom: 24px;
}

.pv-email-cta-btn {
    display: inline-block;
    background: #34A853;
    color: white;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: default;
}

.pv-email-disclaimer {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
}

/* --- Footer --- */
.pv-email-footer {
    background: #f8f9fa;
    padding: 20px 24px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.pv-email-footer-name {
    color: #666;
    font-size: 12px;
    margin-bottom: 8px;
}

.pv-email-footer-contact {
    color: #999;
    font-size: 11px;
}
