/* ==========================================================================
   Preview Article Blog
   Référence visuelle : myCfia-designSystem step8_validate_light.html
   zoom 0.70, max-width 800px
   ========================================================================== */

.pv-article {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 32px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    zoom: 0.70;
}

.pv-article-meta-top {
    color: #0A66C2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.pv-article-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0 0 20px;
}

.pv-article-lead {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 24px;
}

.pv-article-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 24px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 32px;
}

.pv-article-author-avatar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #0A66C2, #004182);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
}

.pv-article-author-name {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
}

.pv-article-author-date {
    color: #666;
    font-size: 13px;
}

.pv-article-body {
    color: #333;
    line-height: 1.8;
    font-size: 17px;
}

.pv-article-body h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 32px 0 16px;
}

.pv-article-body p {
    margin-bottom: 20px;
}

.pv-article-cta-block {
    background: linear-gradient(135deg, #f0f7ff, #e3f2fd);
    padding: 32px;
    border-radius: 12px;
    text-align: center;
    margin-top: 40px;
}

.pv-article-cta-title {
    font-size: 22px;
    font-weight: 700;
    color: #003080;
    margin: 0 0 16px;
}

.pv-article-cta-btn {
    display: inline-block;
    background: #0A66C2;
    color: #fff;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 8px 12px;
    border: none;
    cursor: default;
}
