/* Conteneur principal */
#tab-desc .prose {
    white-space: normal;
    word-wrap: break-word;
}

/* Gestion des sauts de ligne */
#tab-desc .prose p,
#tab-desc .prose h3,
#tab-desc .prose ol,
#tab-desc .prose li {
    white-space: normal;
    word-break: break-word;
}

/* Style des titres H3 */
#tab-desc .prose h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

/* Style des titres H2 (si ajoutés ultérieurement) */
#tab-desc .prose h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

/* Style des titres H1 (si ajoutés ultérieurement) */
#tab-desc .prose h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

/* Style des paragraphes */
#tab-desc .prose p {
    margin-bottom: 0.75rem;
    line-height: 1.8;
}

/* Style des listes ordonnées (option) */
#tab-desc .prose ol {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    list-style-type: decimal;
}

#tab-desc .prose li {
    margin-bottom: 0.25rem;
    line-height: 1.8;
}

/* Renforcement des sauts de ligne pour les textes longs */
#tab-desc .prose br {
    display: block;
    content: "";
    margin-top: 0.25rem;
}