/* ============================
   MA Shipping Personal Settings
   Checkout Styles
   ============================ */

/* Force each shipping li to wrap so the note goes below */
.woocommerce ul#shipping_method > li,
.woocommerce-shipping-methods > li,
div.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals > td > ul#shipping_method > li,
div.calculated_shipping .shop_table_responsive tbody tr.woocommerce-shipping-totals > td > ul#shipping_method > li {
	flex-wrap: wrap !important;
}

/* The note takes the full row width below radio+label */
.ma-sps-shipping-note {
	flex-basis: 100% !important;
	width: 100%;
	display: block;
	margin: 6px 0 4px;
	padding: 8px 12px;
	font-size: 0.85em;
	line-height: 1.7;
	color: #666;
	background: #f8f8f8;
	border-right: 3px solid #e2574c;
	border-radius: 4px;
	box-sizing: border-box;
}

.ma-sps-shipping-note--disabled {
	opacity: 0.6;
	border-right-color: #bbb;
}

/* Disabled / grayed-out shipping method row */
.woocommerce ul#shipping_method li.ma-sps-rate-disabled,
.woocommerce-shipping-methods li.ma-sps-rate-disabled {
	opacity: 0.45;
	filter: grayscale(0.35);
}

.woocommerce ul#shipping_method li.ma-sps-rate-disabled label,
.woocommerce-shipping-methods li.ma-sps-rate-disabled label {
	cursor: not-allowed;
	color: #888;
}

.woocommerce ul#shipping_method li.ma-sps-rate-disabled input[type="radio"],
.woocommerce-shipping-methods li.ma-sps-rate-disabled input[type="radio"] {
	cursor: not-allowed;
}

/* Hint text next to disabled label */
.ma-sps-disabled-hint {
	font-size: 0.85em;
	color: #c0392b;
	font-weight: normal;
}
