/* =========================================================
   TOP80 — ÉTÉ : COMMENTAIRES SANS NÉON ET SANS FOND AJOUTÉ
========================================================= */

/* On laisse voir exactement le fond général du site. */
body.top80-ambiance-ete :is(
    .comments-area,
    .comment-respond,
    .comment-list,
    .comments,
    #comments,
    #respond
) {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}

/* Blocs internes : aucun fond ajouté, aucune lueur. */
body.top80-ambiance-ete :is(
    .comments-area,
    .comment-respond,
    .comment-list,
    .comments,
    #comments,
    #respond
) :is(
    article,
    li,
    .comment,
    .comment-body,
    .comment-content,
    .comment-meta,
    .comment-form,
    .comment-form-comment,
    .comment-form-author,
    .comment-form-email,
    .comment-form-url,
    .comment-form-cookies-consent
) {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}

/* Pas de halo via pseudo-éléments. */
body.top80-ambiance-ete :is(
    .comments-area,
    .comment-respond,
    .comment-list,
    .comments,
    #comments,
    #respond
)::before,
body.top80-ambiance-ete :is(
    .comments-area,
    .comment-respond,
    .comment-list,
    .comments,
    #comments,
    #respond
)::after,
body.top80-ambiance-ete :is(
    .comments-area,
    .comment-respond,
    .comment-list,
    .comments,
    #comments,
    #respond
) :is(article, li, .comment, .comment-body)::before,
body.top80-ambiance-ete :is(
    .comments-area,
    .comment-respond,
    .comment-list,
    .comments,
    #comments,
    #respond
) :is(article, li, .comment, .comment-body)::after {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
}

/* Titres : couleur conservée, mais pas de lueur. */
body.top80-ambiance-ete :is(
    .comments-area h2,
    .comments-area h3,
    .comments-area h4,
    .comment-respond h2,
    .comment-respond h3,
    #comments h2,
    #comments h3
) {
    text-shadow: none !important;
}

/* Champs : pas de fond injecté au focus. */
body.top80-ambiance-ete :is(
    .comments-area input,
    .comments-area textarea,
    .comment-respond input,
    .comment-respond textarea,
    #respond input,
    #respond textarea
):focus {
    box-shadow: none !important;
}
