/**
 * Frontend content age gate (single post/page when restricted).
 */

.ageonce-content-gate {
	text-align: center;
	padding: 60px 30px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	margin: 40px auto;
	max-width: 600px;
}

.ageonce-content-gate-sign {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border: 4px solid #d63638;
	border-radius: 50%;
	color: #d63638;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 24px;
	font-family: sans-serif;
	line-height: 1;
}

.ageonce-content-gate-title {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 24px;
}

.ageonce-content-gate-lead {
	margin-bottom: 28px;
	font-size: 16px;
	color: #666;
}
