/* Styles premium pour tous les articles du blog 2LKATIME */

.single-post p {
    margin-bottom: 1.2rem;
    line-height: 1.7;
    font-size: 1.05rem;
    color: #e5e7eb; /* gris clair lisible */
}

.single-post h2,
.single-post h3 {
    margin-top: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #fefefe;
}

.single-post img {
    margin: 2rem auto;
    border-radius: 12px;
}

.single-post strong {
    color: #facc15; /* accent jaune 2LKATIME */
    font-weight: 700;
}

.single-post code {
    background: rgba(255,255,255,0.1);
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 0.9rem;
}

