/* =========================================================
   Cover Review v2.3 — privacy & transaction integrity
   ========================================================= */

.cover-review-theme .cr-thankyou-next.is-pending{
	border-color:#ead5a7;
	background:linear-gradient(145deg,#fff,#fffaf0);
}
.cover-review-theme .cr-thankyou-next.is-pending .cr-thankyou-mark{
	background:#fff4d6;
	color:#8a651c;
}
.cover-review-theme .cr-thankyou-next.is-paid .cr-thankyou-mark{
	background:var(--cr-mint-100);
	color:var(--cr-teal-700);
}

/* Private review pages should feel distinct from ordinary public content. */
.cover-review-theme.cover-review-private #primary,
.cover-review-theme.page-id-21 #primary,
.cover-review-theme.page-id-22 #primary{
	max-width:100%;
}
.cover-review-theme.page-id-21 .entry-content,
.cover-review-theme.page-id-22 .entry-content{
	max-width:980px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
}

/* Keep fixed-fee service calls-to-action unambiguous. */
.cover-review-theme.cr-review-product .single_add_to_cart_button{
	letter-spacing:-.01em;
}
