/**
 * CSE Manual Checkout — front-end styles.
 *
 * Scoped entirely to .cse-mc-* classes so nothing can leak into XStore's checkout,
 * header, footer or mobile navigation.
 */

.cse-mc-notice {
	border: 1px solid #d9c48a;
	border-left: 4px solid #b8860b;
	background: #fdf8ec;
	color: #3d3320;
	padding: 20px 22px;
	margin: 0 0 28px;
	border-radius: 3px;
	line-height: 1.6;
}

.cse-mc-notice__title {
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 12px;
	color: #6b4c00;
	line-height: 1.3;
}

.cse-mc-notice p {
	margin: 0 0 10px;
	font-size: 15px;
}

.cse-mc-notice p:last-child {
	margin-bottom: 0;
}

.cse-mc-notice__caveat {
	font-weight: 600;
}

.cse-mc-notice__contact {
	margin-top: 14px !important;
	padding-top: 12px;
	border-top: 1px solid #e6d6ab;
	font-size: 14px !important;
}

.cse-mc-notice--compact .cse-mc-notice__title {
	font-size: 17px;
}

/* Payment method description at checkout. */
.cse-mc-gateway-description {
	font-size: 14px;
	line-height: 1.55;
}

/* Freight and tax caveats in the order review table. */
.cse-mc-caveat-row .cse-mc-caveat {
	font-size: 13px;
	line-height: 1.5;
	color: #6b5a2a;
	background: #fdf8ec;
	padding: 8px 10px;
}

/* Thank-you page. */
.cse-mc-thankyou {
	border: 1px solid #d9c48a;
	border-left: 4px solid #b8860b;
	background: #fdf8ec;
	color: #3d3320;
	padding: 20px 22px;
	margin: 0 0 28px;
	border-radius: 3px;
	line-height: 1.6;
}

.cse-mc-thankyou p {
	margin: 0 0 10px;
	font-size: 15px;
}

.cse-mc-thankyou p:last-child {
	margin-bottom: 0;
}

.cse-mc-thankyou__title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 12px;
	color: #6b4c00;
	line-height: 1.3;
}

.cse-mc-thankyou__number {
	font-size: 18px !important;
	font-weight: 700;
	color: #6b4c00;
}

/* The theme still prints its received-text paragraph; it is empty for order
   requests because the heading moved into the block above. */
.woocommerce-thankyou-order-received:empty {
	display: none;
}

.cse-mc-thankyou__nopayment {
	font-weight: 700;
}

.cse-mc-thankyou__security {
	margin-top: 14px !important;
	padding-top: 12px;
	border-top: 1px solid #e6d6ab;
	font-weight: 600;
	font-size: 14px !important;
}

@media (max-width: 600px) {
	.cse-mc-notice,
	.cse-mc-thankyou {
		padding: 16px 16px;
	}

	.cse-mc-notice__title {
		font-size: 17px;
	}
}
