/* Carrier Transit Time Helper */

/*
 * Hidden per-rate marker span that stores transit days.
 * JS reads this value and renders a single summary line beneath the list.
 */
.ctth-transit-days-meta {
	display: none !important;
}

/* The requested UI: one line beneath .woocommerce-shipping-methods */
.woocommerce-shipping-methods + .ctth-estimated-delivery {
	display: block;
	margin-top: 6px;
	line-height: 1.2;
	font-size: 12px;
	color: #000;
	font-weight: 600;
}

/* Debug output (admin-only when enabled) */
.woocommerce-shipping-methods .ctth-debug,
.woocommerce-shipping-methods + .ctth-debug {
	display: block;
	margin-top: 6px;
	line-height: 1.2;
}

.woocommerce-shipping-methods .ctth-debug small {
	display: block;
	font-size: 11px;
	color: #000;
	opacity: 0.7;
}
