/* =====================================
FIX HEADING TEXT COLOR ISSUE
Keep all other styles intact
===================================== */

/* Remove white text classes applied by Salla */
.s-block__title.white-text,
.s-block__title h2.white-text,
.s-block__title h3.white-text {
    color: inherit !important;
    font-weight: inherit !important;
}

/* Force all heading text inside s-block__title to dark brown */
.s-block__title,
.s-block__title * {
    color: #5A4028 !important; /* Dark brown text */
    font-weight: 700 !important; 
}