/* Approximate total row in Cart / Checkout block summary */
.wbd-woo-approx-totals {
	margin-top: 0.5em;
}

.wbd-woo-approx-totals .wbd-woo-approx {
	white-space: nowrap;
}

.wc-block-components-totals-item.wbd-woo-approx-totals {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.wc-block-components-totals-item__value{
	font-size: var(--wp--preset--font-size--medium, 22px);
    line-height: 27px;
	font-weight: 500;
}

@container (min-width: 700px) {
    .wc-block-components-totals-item.wbd-woo-approx-totals {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}