/* Ex-warehouse Collection — product badge + checkout/order info box */
.apc-exw-badge{
	margin:12px 0;padding:10px 14px;border-radius:6px;
	font-size:14px;line-height:1.5;
	border:1px solid #e3e3e3;border-left:4px solid #16a34a;background:#f7fbf7;
}
.apc-exw-badge.apc-exw-only{border-left-color:#f59e0b;background:#fff8ec}
.apc-exw-badge strong{color:#15803d}
.apc-exw-badge.apc-exw-only strong{color:#b45309}

.apc-exw-info{
	margin:6px 0;padding:10px 14px;border-radius:6px;
	background:#f7fbf7;border:1px solid #d8ead8;
	font-size:14px;line-height:1.55;
}
.apc-exw-info strong{color:#15803d}
tr.apc-exw-row td{padding-top:10px !important}

/* "You must collect from..." note shown under the selected Ex-warehouse option */
.apc-exw-collect{
	margin:6px 0 4px;padding:8px 12px;border-radius:6px;
	background:#fff8ec;border:1px solid #f3d9a6;
	font-size:13.5px;line-height:1.5;
}
.apc-exw-collect strong{color:#b45309}

/* Hide the misleading "Shipping to <customer address>" line when pickup is chosen */
body.apc-exw-pickup .woocommerce-shipping-destination,
body.apc-exw-pickup .shipping-calculator-button{display:none !important}
