.ff-post-purchase-offer {
	max-width: 100%;
	box-sizing: border-box;
	padding: 1.5em;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.ff-post-purchase-offer *,
.ff-post-purchase-offer *::before,
.ff-post-purchase-offer *::after {
	box-sizing: inherit;
}

.ff-post-purchase-offer-title {
	margin-top: 0;
}

.ff-post-purchase-offer-price {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 1em;
}

.ff-post-purchase-accept {
	display: block;
	width: 100%;
	padding: 0.9em 1.5em;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 0.75em;
}

.ff-post-purchase-reject {
	display: block;
	width: 100%;
	text-align: center;
	background: none;
	border: none;
	text-decoration: underline;
	cursor: pointer;
	color: #666;
}

.ff-post-purchase-error {
	padding: 1em 1.25em;
	margin-bottom: 1em;
	border: 1px solid #d63638;
	background: #fcf0f1;
	border-radius: 4px;
	font-size: 0.95em;
}
