/**
 * Frontend styles for CWS shipping methods.
 * Neutral styling to avoid theme conflicts — only scoped to CWS elements.
 */

.cws-rate-note {
	display: block;
	font-size: 0.85em;
	color: #666;
	margin-top: 2px;
}

.cws-order-note {
	margin-top: 1em;
	padding: 10px 14px;
	background: #f8f9fa;
	border-right: 4px solid #2271b1;
	border-radius: 4px;
}

/* Blocks checkout: ensure the note renders under shipping option labels. */
.wp-block-woocommerce-checkout-shipping-method-block .cws-rate-note,
.wc-block-components-shipping-rates-control__option .cws-rate-note {
	display: block;
	font-size: 0.85em;
	color: #666;
	margin-top: 2px;
	line-height: 1.6;
}
