/**
 * WS WooCommerce Extension - Cart/Checkout Styles
 */

/* Cart Item Meta Styling */
.woocommerce-cart .cart_item .product-name dl.variation,
.woocommerce-checkout .product-name dl.variation {
    margin: 10px 0;
    font-size: 14px;
}

.woocommerce-cart .cart_item .product-name dl.variation dt,
.woocommerce-checkout .product-name dl.variation dt {
    float: none;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.woocommerce-cart .cart_item .product-name dl.variation dd,
.woocommerce-checkout .product-name dl.variation dd {
    margin: 0 0 10px 0;
    color: #666;
}

/* Ensure color boxes render properly */
.woocommerce-cart .cart_item .product-name dl.variation dd p,
.woocommerce-checkout .product-name dl.variation dd p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Order Review Styling */
.woocommerce-order-details .woocommerce-table--order-details dl.variation {
    margin: 10px 0 0 0;
}

.woocommerce-order-details .woocommerce-table--order-details dl.variation dt {
    font-weight: 600;
    margin-bottom: 5px;
}

.woocommerce-order-details .woocommerce-table--order-details dl.variation dd {
    margin: 0 0 10px 0;
}
