.article-contenu {
    line-height: 1.6;
    font-size: 16px;
}

/* Titres */
.article-contenu h1,
.article-contenu h2,
.article-contenu h3,
.article-contenu h4,
.article-contenu h5,
.article-contenu h6 {
    margin: 0.6em 0;
}

/* Blockquote */
.article-contenu blockquote {
    border-left: 4px solid #ddd;
    padding-left: 12px;
    color: #555;
    margin: 1em 0;
}

/* Code / Pre */
.article-contenu pre {
    background: #1e1e1e;
    color: #f8f8f2;
    padding: 12px;
    border-radius: 6px;
    overflow: auto;
}
.article-contenu code {
    font-family: monospace;
}

/* Images */
.article-contenu img.bb-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 12px 0;
}

/* Media */
.article-contenu .bb-audio,
.article-contenu .bb-video {
    width: 100%;
    margin: 10px 0;
}

/* Spoiler (details) */
.bb-spoiler summary {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 6px;
}
.bb-spoiler {
    margin: 10px 0;
    border: 1px dashed #ccc;
    padding: 8px;
    border-radius: 6px;
}
