/**
 * Formed Creative - Product Dispatch Warning : front-end styles.
 */

/* Stand-out treatment applied to the replaced .order-prompt text. */
.order-prompt.fmd-pdw-order-prompt {
	display: block;
	margin: 0.75em 0;
	padding: 0.75em 1em;
	border: 2px solid #b32d2e;
	border-left-width: 6px;
	border-radius: 4px;
	background: #fdeceb;
	color: #b32d2e;
	font-weight: 700;
	line-height: 1.4;
}

/* Block Cart / Checkout: standalone notice wrapper (classic pages reuse
   WooCommerce's own .woocommerce-info notice styling instead). */
#fmd-pdw-block-warnings {
	margin: 0 0 1.5em;
	padding: 1em 1.25em;
	border: 1px solid #b32d2e;
	border-left-width: 5px;
	border-radius: 4px;
	background: #fdeceb;
	color: #1e1e1e;
}

/* Cart / checkout warning summary. */
.fmd-pdw-cart-warnings__heading {
	margin: 0 0 0.5em;
	font-weight: 700;
}

.fmd-pdw-cart-warnings__list {
	margin: 0;
	padding-left: 1.25em;
	list-style: disc;
}

.fmd-pdw-cart-warnings__list li {
	margin: 0.25em 0;
}

/* Transparent one-shot shield placed over Stripe express buttons. */
.fmd-pdw-express-shield {
	position: absolute;
	inset: 0;
	z-index: 5;
	cursor: pointer;
	background: transparent;
}
