/* =================================================================
   PASTE THIS CSS TO FIX ALL MODAL HEADER TEXT COLORS
   Location: In preview.php, find the modal CSS section (around line 4800)
   Add this AFTER the existing .lfl-modal-header styles
   ================================================================= */

/* Force white text in modal headers - override any inheritance issues */
.lfl-modal-header,
.lfl-modal-header *,
.lfl-modal-header h1,
.lfl-modal-header h2,
.lfl-modal-header h3,
.lfl-modal-header h4,
.lfl-modal-header h5,
.lfl-modal-header h6 {
    color: white !important;
}

.lfl-modal-close {
    color: white !important;
}
