/* Force black text colors in the Elementor Slide-out/Side Cart */
.elementor-menu-cart__wrapper,
.elementor-menu-cart__wrapper *,
.elementor-menu-cart__container,
.elementor-menu-cart__container *,
.widget_shopping_cart,
.widget_shopping_cart *,
.woocommerce-mini-cart,
.woocommerce-mini-cart *,
.woocommerce-mini-cart-item,
.woocommerce-mini-cart-item * {
    color: #000000 !important;
}

/* Ensure buttons stand out properly or keep their main styling if black text blends in too much, but force primary text labels to black */
.elementor-menu-cart__wrapper .elementor-button,
.elementor-menu-cart__wrapper .elementor-button * {
    /* Keep button text legible if the background is dark/red, otherwise make text black if transparent */
}
