.mowc-notice-host {
	margin: 0 0 1.25em;
}

.mowc-notice {
	padding: 14px 16px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #fcf9e8;
	color: #1d2327;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.mowc-notice__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mowc-notice__list li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.mowc-notice__list li + li {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	font-weight: 500;
}

.widget_shopping_cart .mowc-notice,
.wc-block-mini-cart .mowc-notice {
	margin: 0.75em 0;
	font-size: 13px;
}

/*
 * Cart and Checkout blocks. They own their submit buttons and offer no hook to
 * remove one, so the block script flags the document and these take the button
 * out of the flow. The Store API refuses the order regardless of this rule.
 */
.mowc-blocks-hide-checkout .wc-block-cart__submit-button,
.mowc-blocks-hide-checkout .wc-block-components-checkout-place-order-button,
.mowc-blocks-hide-checkout .wc-block-mini-cart__footer-checkout {
	display: none !important;
}

/*
 * Express payment, which is a separate button from the submit one above and is
 * the shorter path to a paid order: one tap, no checkout form. Hiding the
 * submit button and leaving Apple Pay sitting under it would be the wrong half
 * to take away. The continue rule is the "or" divider between the two, which
 * has nothing left to divide.
 */
.mowc-blocks-hide-checkout .wc-block-components-express-payment,
.mowc-blocks-hide-checkout .wc-block-components-express-payment-continue-rule {
	display: none !important;
}
