/* ==========================================================================
   Preview Courrier Postal
   Référence visuelle : myCfia-designSystem step8_validate_light.html
   zoom 0.75, max-width 580px
   ========================================================================== */

.pv-courrier {
    max-width: 580px;
    margin: 0 auto;
    background: #fff;
    padding: 28px;
    font-family: 'Times New Roman', serif;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    zoom: 0.75;
}

.pv-courrier-letterhead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #003080;
}

.pv-courrier-logo {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #0A66C2, #004182);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    font-family: sans-serif;
    margin-bottom: 8px;
}

.pv-courrier-company-name {
    font-weight: 700;
    font-size: 15px;
    color: #003080;
    font-family: sans-serif;
}

.pv-courrier-company-subtitle {
    font-size: 11px;
    color: #666;
    line-height: 1.4;
    font-family: sans-serif;
}

.pv-courrier-address {
    text-align: right;
    font-size: 10px;
    color: #666;
    font-family: sans-serif;
    line-height: 1.5;
}

.pv-courrier-recipient {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
}

.pv-courrier-recipient-name {
    font-weight: 600;
}

.pv-courrier-date-ref {
    text-align: right;
    font-size: 11px;
    color: #666;
    margin-bottom: 20px;
}

.pv-courrier-subject {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 16px;
    text-decoration: underline;
}

.pv-courrier-body {
    font-size: 13px;
    line-height: 1.6;
    color: #1a1a1a;
}

.pv-courrier-body p {
    margin-bottom: 14px;
}

.pv-courrier-coupon {
    border: 2px dashed #ccc;
    padding: 14px;
    margin-top: 24px;
    background: #fafafa;
    border-radius: 6px;
}

.pv-courrier-coupon-title {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 12px;
    text-align: center;
    color: #003080;
    font-family: sans-serif;
}

.pv-courrier-coupon-body {
    display: flex;
    gap: 20px;
    align-items: center;
}

.pv-courrier-coupon-text {
    flex: 1;
    font-size: 11px;
    line-height: 1.5;
    font-family: sans-serif;
}

.pv-courrier-coupon-contact {
    font-weight: 600;
    color: #0A66C2;
    font-size: 10px;
    margin-top: 8px;
}

.pv-courrier-qr {
    width: 80px;
    height: 80px;
    background: #fff;
    border: 2px solid #003080;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-align: center;
    font-family: sans-serif;
    flex-shrink: 0;
}

.pv-courrier-qr-icon {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 4px;
}

.pv-courrier-qr-label {
    font-size: 8px;
    font-weight: 600;
    color: #003080;
}

.pv-courrier-footer {
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px solid #e0e0e0;
    font-size: 8px;
    color: #999;
    text-align: center;
    line-height: 1.4;
    font-family: sans-serif;
}
