/* Start custom CSS for shortcode, class: .elementor-element-724ee029 */@media (max-width: 768px) {
    /* Zwingt die Tabellen-Zeilen untereinander zu brechen */
    .cart_totals table th, 
    .cart_totals table td,
    .woocommerce-cart-form table th,
    .woocommerce-cart-form table td {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        box-sizing: border-box;
    }

    /* Verhindert das Überlappen und Herausschieben bei den Versandoptionen */
    .cart_totals .woocommerce-shipping-totals ul#shipping_method {
        padding-left: 0 !important;
        list-style: none;
    }

    .cart_totals .woocommerce-shipping-totals ul#shipping_method li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    /* Sorgt dafür, dass die Radio-Buttons und Texte sauber umbrechen */
    .cart_totals ul#shipping_method input[type="radio"] {
        margin-right: 10px;
        margin-top: 4px;
        flex-shrink: 0;
    }
}/* End custom CSS */