.generated-article {
    font-family: "Inter", Arial, sans-serif;
    max-width: 1024px;
    margin: 2rem auto;
    line-height: 1.7;
    color: #333;
    padding: 1rem 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.generated-article h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    color: #2c3e50;
    border-left: 4px solid #ff6600;
    padding-left: 0.8rem;
    letter-spacing: initial;
    font-weight: 600;
}
.generated-article h3 {
    color: #444;
    margin-top: 1.2rem;
    font-size: 1.4rem;
    padding: 0;
    letter-spacing: initial;
    font-weight: 600;
}
.generated-article h4 {
    color: #444;
    margin-top: 1.2rem;
    font-size: 1.2rem;
    padding: 0;
    letter-spacing: initial;
}
.generated-article p {
    margin: 1rem 0;
    text-align: justify;
}
.generated-article img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 1.5rem 0;
}
.generated-article blockquote {
    border-left: 4px solid #ff6600;
    padding-left: 1rem;
    font-style: italic;
    background: #fafafa;
    margin: 1.5rem 0;
}

/* Bloc de partage */
.article-share {
    text-align: center;
    margin: 2.5rem 0 1rem 0;
}
.article-share p {
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.share-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.share-buttons a {
    display: inline-block;
    background: #ff6600;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.2s, transform 0.2s;
}
.share-buttons a:hover {
    background: #e25a00;
    transform: translateY(-2px);
}
.share-buttons .facebook { background: #1877f2; }
.share-buttons .twitter { background: #1da1f2; }
.share-buttons .linkedin { background: #0077b5; }
.share-buttons .whatsapp { background: #25D366; }
.share-buttons .email { background: #555; }
