        article.post .post-content,
        article.post > .entry-title,
        article.post .fusion-featured-image-wrapper,
        article.post .about-author,
        article.post .fusion-related-posts {
            max-width: 780px;
            margin-left: auto !important;
            margin-right: auto !important;
            padding-left: 20px;
            padding-right: 20px;
            box-sizing: border-box;
        }

        article.post .fusion-featured-image-wrapper img {
            border-radius: 8px !important;
            max-width: 100% !important;
            width: 100% !important;
            max-height: 360px !important;
            object-fit: cover !important;
            height: auto;
        }

        /* Réordonne visuellement : titre avant l'image (réglage Avada
           "blog_post_title" = "below" par défaut sur le site). Flexbox
           scopé à article.post uniquement, aucun autre impact. */
        article.post {
            display: flex;
            flex-direction: column;
        }
        article.post > .entry-title {
            order: -1;
            font-size: 1.9rem;
            font-weight: 700;
            color: #1C1C1E;
            line-height: 1.3;
            margin-top: 24px;
            margin-bottom: 18px;
        }
        /* Titre toujours sur une seule ligne, quelle que soit sa longueur —
           zone plus large que le corps de texte + taille de police réduite
           en conséquence + nowrap. Sur mobile, on repasse en retour à la
           ligne classique (nowrap y créerait un débordement horizontal). */
        article.post > .entry-title {
            max-width: 980px !important;
            font-size: 1.15rem !important;
            white-space: nowrap;
            overflow: visible;
        }
        @media (max-width: 900px) {
            article.post > .entry-title {
                white-space: normal;
                font-size: 1.5rem !important;
            }
        }
        article.post .fusion-featured-image-wrapper {
            order: 0;
        }
        article.post .post-content {
            order: 1;
        }
        /* Tout le reste (partage social, box auteur, articles similaires,
           commentaires) doit rester APRÈS le contenu — sans ce filet de
           sécurité, ces blocs remontent en haut de page (bug corrigé le
           2026-07-06 : ils héritaient tous de order:0 par défaut, comme
           l'image, et passaient donc avant le contenu en order:1). */
        article.post > *:not(.entry-title):not(.fusion-featured-image-wrapper):not(.post-content) {
            order: 2;
        }

        article.post .post-content {
            font-size: 1rem;
            line-height: 1.8;
            color: #374151;
        }

        article.post .post-content p {
            margin: 0 0 20px;
        }

        article.post .post-content h2 {
            font-size: 1.35rem;
            font-weight: 700;
            color: #1C1C1E;
            margin: 36px 0 14px;
            padding-left: 12px;
            border-left: 3px solid #D90429;
        }

        /* Image du corps : flotte à droite avec le texte qui l'entoure —
           taille équilibrée, ni un gros bloc, ni minuscule. !important
           pour passer au-dessus d'un éventuel reset Avada. */
        article.post .post-content img {
            display: block !important;
            float: right !important;
            width: 100% !important;
            max-width: 340px !important;
            height: auto !important;
            border-radius: 8px !important;
            margin: 6px 0 20px 24px !important;
            box-shadow: 0 2px 10px rgba(0,0,0,.08);
        }
        /* Le H2 suivant ne doit pas coller à l'image flottante */
        article.post .post-content h2 {
            clear: both;
        }
        @media (max-width: 640px) {
            article.post .post-content img {
                float: none !important;
                max-width: 100% !important;
                margin: 16px auto !important;
            }
        }

        /* Chapô : premier paragraphe mis en valeur */
        article.post .aslane-chapo {
            background: #f8f9fa;
            border-left: 4px solid #D90429;
            padding: 18px 20px;
            margin: 0 0 28px;
            border-radius: 0 8px 8px 0;
        }
        article.post .aslane-chapo p {
            margin: 0;
            font-size: 1.05rem;
            color: #1C1C1E;
        }

        /* Cards aides publiques */
        article.post .aslane-aides-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 10px;
            margin: 16px 0 20px;
        }
        article.post .aslane-aide-card {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 14px;
            text-align: center;
        }
        article.post .aslane-aide-titre {
            display: block;
            font-size: .75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .04em;
            color: #D90429;
            margin-bottom: 6px;
        }
        article.post .aslane-aide-valeur {
            display: block;
            font-size: 1.15rem;
            font-weight: 800;
            color: #1C1C1E;
            margin-bottom: 4px;
        }
        article.post .aslane-aide-detail {
            display: block;
            font-size: .78rem;
            color: #6b7280;
        }

        /* FAQ accordéon natif <details>/<summary> */
        article.post .aslane-faq-accordion {
            margin: 16px 0 24px;
        }
        article.post .aslane-faq-item {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 4px 18px;
            margin-bottom: 10px;
        }
        article.post .aslane-faq-item summary {
            cursor: pointer;
            font-weight: 700;
            color: #1C1C1E;
            padding: 14px 0;
            list-style: none;
        }
        article.post .aslane-faq-item summary::-webkit-details-marker { display: none; }
        article.post .aslane-faq-item summary::before {
            content: "+";
            color: #D90429;
            font-weight: 800;
            margin-right: 10px;
        }
        article.post .aslane-faq-item[open] summary::before { content: "−"; }
        article.post .aslane-faq-answer { padding: 0 0 14px; }
        article.post .aslane-faq-answer p { margin: 0; }

        /* CTA final encadré — largeur bornée au même conteneur que le
           reste du texte (jamais plus large), contraste fort garanti. */
        article.post .aslane-cta-box {
            background: #1C1C1E;
            border-radius: 12px;
            padding: 28px 24px;
            text-align: center;
            margin: 20px auto 30px;
            max-width: 100%;
            width: 100%;
            box-sizing: border-box;
        }
        article.post .aslane-cta-text {
            color: #ffffff !important;
            font-size: 1.05rem;
            margin: 0 0 16px;
        }
        article.post .aslane-cta-button {
            display: inline-block;
            background: #D90429;
            color: #fff !important;
            font-weight: 700;
            padding: 12px 24px;
            border-radius: 8px;
            text-decoration: none;
            margin: 0 8px 8px;
        }
        article.post .aslane-cta-phone {
            display: inline-block;
            color: #fff !important;
            font-size: 1.3rem;
            font-weight: 800;
            text-decoration: none;
            margin: 0 8px 8px;
            letter-spacing: .02em;
        }

        /* Box auteur — volontairement compacte, discrète en bas d'article */
        article.post .about-author {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 14px 16px !important;
            margin-top: 24px !important;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        article.post .about-author h1,
        article.post .about-author h2,
        article.post .about-author h3,
        article.post .about-author h4,
        article.post .about-author .fusion-title {
            font-size: .8rem !important;
            font-weight: 700 !important;
            color: #6b7280 !important;
            text-transform: uppercase !important;
            letter-spacing: .03em !important;
            margin: 0 0 2px !important;
            padding: 0 !important;
        }
        article.post .about-author-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        article.post .about-author .avatar img {
            width: 40px !important;
            height: 40px !important;
            border-radius: 50%;
            object-fit: cover;
        }
        article.post .about-author .description {
            font-size: .82rem !important;
            color: #374151 !important;
            line-height: 1.4 !important;
        }
