/**
 * Simple Bullet Display
 * Preserve spaces for bullet indentation
 */

/* CRITICAL: Preserve all spaces including leading spaces before bullets */
.nptn-section-content {
    white-space: pre-wrap !important; /* Keep all spaces and line breaks */
    word-wrap: break-word !important; /* Wrap long words */
}

/* Basic paragraph styling */
.nptn-section-content p {
    margin: 0.5em 0 !important;
    line-height: 1.8 !important;
}
