/* Paragraphs - espacement vertical automatique (exclut le formulaire newsletter) */
body.single-contests .e-content > p,
body.single-contests .e-content > .wp-block-paragraph {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Headings */
body.single-contests .e-content h2:not(.newsletter-form h2) {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

body.single-contests .e-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

/* Lists (exclut le formulaire newsletter) */
body.single-contests .e-content > ul,
body.single-contests .e-content > .wp-block-list {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 1rem 0;
}

body.single-contests .e-content > ol {
    list-style: decimal;
    padding-left: 1.5rem;
    margin: 1rem 0;
}

body.single-contests .e-content > ul > li,
body.single-contests .e-content > ol > li {
    margin-bottom: 0.5rem;
}

/* Contest ended notice */
body.single-contests .contest-ended {
    color: #0b0b0b;
    font-weight: bold;
    background: #f8f8f8;
    border: 1px solid #0b0b0b;
    padding: 1rem;
    margin: 2rem 0;
    text-align: center;
}

/* Share button */
body.single-contests .share-btn {
    width: fit-content;
}

/* Hide ads on contest pages */
body.obox-no-ad .oboxads {
    display: none !important;
}

/* Contest blocks spacing */
body.single-contests .contest-form-block,
body.single-contests .contest-draw-date-block {
    margin-top: 2rem;
    margin-bottom: 2rem;
}