.ct-mpac-checkout-disabled,
.ct-mpac-checkout-disabled:disabled {
	cursor: not-allowed !important;
	opacity: .55;
}

/* A focused, mobile-friendly minimum-order message. */
.woocommerce-notices-wrapper .woocommerce-info:has(.ct-mpac-order-warning),
.woocommerce-notices-wrapper .woocommerce-message:has(.ct-mpac-order-warning),
.wc-block-components-notice-banner.is-info:has(.ct-mpac-order-warning) {
	position: relative;
	box-sizing: border-box;
	margin: 16px 0 28px !important;
	padding: 18px 20px 18px 68px !important;
	border: 1px solid #f1c779 !important;
	border-left: 5px solid #d97706 !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #fff9eb 0%, #fff 100%) !important;
	box-shadow: 0 8px 20px rgba(146, 83, 9, .10) !important;
	color: #513a14 !important;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1.65 !important;
}

/* Prevent theme icons (including the checkbox visible on mobile) from leaking in. */
.woocommerce-notices-wrapper .woocommerce-info:has(.ct-mpac-order-warning)::before,
.woocommerce-notices-wrapper .woocommerce-message:has(.ct-mpac-order-warning)::before,
.wc-block-components-notice-banner.is-info:has(.ct-mpac-order-warning)::before {
	content: "!" !important;
	display: grid !important;
	place-items: center;
	position: absolute !important;
	top: 19px;
	left: 20px;
	width: 28px;
	height: 28px;
	margin: 0 !important;
	border-radius: 50%;
	background: #d97706 !important;
	color: #fff !important;
	font-family: Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 28px !important;
	text-align: center;
}

.ct-mpac-order-warning .ct-mpac-minimum-amount,
.ct-mpac-order-warning .ct-mpac-current-amount,
.ct-mpac-order-warning .ct-mpac-remaining-amount {
	display: inline-block;
	padding: 1px 7px;
	border-radius: 5px;
	font-weight: 700;
	line-height: 1.45;
	white-space: nowrap;
}

.ct-mpac-order-warning .ct-mpac-minimum-amount {
	background: #ffedc2;
	color: #9a4f08;
}

.ct-mpac-order-warning .ct-mpac-current-amount {
	background: #f1f1f1;
	color: #513a14;
}

.ct-mpac-order-warning .ct-mpac-remaining-amount {
	background: #d97706;
	color: #fff;
}

@media (max-width: 600px) {
	.woocommerce-notices-wrapper .woocommerce-info:has(.ct-mpac-order-warning),
	.woocommerce-notices-wrapper .woocommerce-message:has(.ct-mpac-order-warning),
	.wc-block-components-notice-banner.is-info:has(.ct-mpac-order-warning) {
		margin: 12px 0 24px !important;
		padding: 15px 16px 15px 56px !important;
		border-radius: 10px !important;
		font-size: 15px !important;
		line-height: 1.55 !important;
	}

	.woocommerce-notices-wrapper .woocommerce-info:has(.ct-mpac-order-warning)::before,
	.woocommerce-notices-wrapper .woocommerce-message:has(.ct-mpac-order-warning)::before,
	.wc-block-components-notice-banner.is-info:has(.ct-mpac-order-warning)::before {
		top: 15px;
		left: 15px;
		width: 25px;
		height: 25px;
		font-size: 16px !important;
		line-height: 25px !important;
	}
}
