.mp-paywall-teaser {
	position: relative;
	max-height: 8em;
	overflow: hidden;
	margin-bottom: 1em;
}

.mp-paywall-teaser::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3em;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

.mp-paywall-box {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 24px;
	text-align: center;
	background: #faf9f7;
	margin: 1.5em 0;
}

.mp-paywall-title {
	margin-top: 0;
	font-size: 1.25em;
}

.mp-paywall-message {
	color: #555;
	margin-bottom: 1.25em;
}

.mp-paywall-btn {
	display: inline-block;
	padding: 10px 20px;
	margin: 0 6px;
	border-radius: 4px;
	background: #222;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.mp-paywall-btn-secondary {
	background: transparent;
	color: #222;
	border: 1px solid #222;
}

#mp-paypal-button-container {
	max-width: 320px;
	margin: 0 auto;
}

.mp-paywall-status {
	font-size: 0.9em;
	color: #555;
}

.mp-paywall-inline {
	border: 1px dashed #bbb;
	border-radius: 6px;
	padding: 16px 20px;
	background: #faf9f7;
	margin: 1em 0;
	text-align: center;
}

.mp-paywall-inline-message {
	margin: 0 0 12px 0;
	color: #444;
	font-weight: 600;
}
