/*
Theme Name:    SSRP Solutions (Divi)
Theme URI:     https://solutions.ssrpinstitute.org
Description:   Divi 5 child theme for SSRP Solutions — the implementation arm of the SSRP Institute. Carries the site's functional integrations (WooCommerce product/cart/checkout skin, direct-to-checkout flow, SEO fallback) so the Divi build can be swapped in without breaking the enrollment bridge, webinars, or intake portal. Built by Zealous Growth with DiviMCP.
Author:        Zealous Growth
Author URI:    https://zealousgrowth.com
Template:      Divi
Version:       0.1.0
License:       GPL-2.0+
Text Domain:   ssrp-solutions-divi
*/

/* Styles load from assets/css/*.css via functions.php (tokens → custom → shop). */
.ssrp_media_card.is-overlay .ssrp-media-card__body {
    display: none;
}ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-direction: column;
    list-style: none !important;
    padding: 1rem !important;
}