/* Cart & Checkout – Area Breakdown Meta Display */

/* Style the variation dd/p containing our grass order details */
dl.variation dd.variation-GrassOrder p,
dl.variation dd.variation-Grass-Order p {
    margin: 0;
    line-height: 1.8;
    font-size: 13px;
}

/* Blocks cart: ensure line breaks render properly */
.wc-block-components-product-details .wc-block-components-product-details__value {
    white-space: pre-line;
}
