/* FORCE TEXT COLORS - ULTRA SPECIFIC */

/* Main Paragraph */
#section-commerce .joker-container .col-text .sub-text,
section#section-commerce p.sub-text {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 0 !important;
}

/* List Items and Nested Spans */
#section-commerce .commerce-list li,
#section-commerce .commerce-list li span,
section#section-commerce ul.commerce-list li {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 0 !important;
}

/* Specific fix for the green/purple checkmarks if they disappear */
#section-commerce .commerce-list li.item-green span { color: #00ff88 !important; -webkit-text-fill-color: #00ff88 !important; }
#section-commerce .commerce-list li.item-purple span { color: #bc13fe !important; -webkit-text-fill-color: #bc13fe !important; }