/* CDJ Articles — Carte shortcode [cdj_article] */

.cdj-card {
    font-family: 'Times New Roman', Times, serif;
    padding: 18px 0;
    margin: 1.5em 0;
    background: #fff;
    max-width: 700px;
}

.cdj-card__title {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 15pt;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.3;
}
.cdj-card__title a {
    color: #1a1a1a;
    text-decoration: none;
}
.cdj-card__title a:hover { color: #C00000; }

.cdj-card__authors {
    font-style: italic;
    font-size: 10.5pt;
    color: #333;
    margin: 0 0 10px;
    text-align: center;
    line-height: 1.6;
}
.cdj-card__author-line {
    display: block;
}

.cdj-card__pubinfo {
    font-size: 9pt;
    color: #666;
    margin: 0 0 10px;
}
.cdj-card__pubinfo a { color: #555; }

.cdj-card__abstract {
    font-size: 10.5pt;
    line-height: 1.5;
    color: #222;
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cdj-card__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* "Lire cet article" : lien texte simple */
.cdj-card__btn--html {
    font-family: 'Times New Roman', Times, serif;
    font-size: 10.5pt;
    color: #C00000;
    text-decoration: none;
    font-weight: 400;
}
.cdj-card__btn--html:hover { text-decoration: underline; }

/* "Télécharger le PDF" : bouton rouge */
.cdj-card__btn--pdf {
    display: inline-block;
    padding: 6px 16px;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 9pt;
    font-weight: 700;
    background: #C00000;
    c