/* Zierstoff Table Rate Shipping — storefront cart & checkout tweaks. */

/* German Market appends <br class="wgm-break"> inside the shipping label. */
.woocommerce-shipping-methods .wgm-break,
.woocommerce-checkout-review-order .wgm-break {
	display: none;
}

/* German Market's "Enthält … MwSt." notes. The plugin rewrites the known ones
   to <div>; display:block also puts any it hasn't caught on their own line, so
   the hidden .wgm-break is not needed. */
.wgm-tax {
	display: block;
	font-weight: normal;
}

/* Shipping option description rendered by the plugin. */
.zierstoff-trs-rate-description {
	display: block;
	margin-top: 0.25em;
	font-size: 0.9em;
	line-height: 1.4;
	color: #666;
}

/* Requested: outline .text-start. Scoped to the WooCommerce cart/checkout so it
   does not border every text-aligned element on the site — widen the selector
   if a broader effect is intended. */
.woocommerce-cart .text-start,
.woocommerce-checkout .text-start {
	border: 1px solid #ccc;
}
