/* Hide page title for whole site restrictions */
body.contentgate-hide-page-title .wp-block-post-title,
body.contentgate-hide-page-title .entry-header,
body.contentgate-hide-page-title .page-header,
body.contentgate-hide-page-title .entry-title,
body.contentgate-hide-page-title .page-title,
body.contentgate-hide-page-title h1.entry-title,
body.contentgate-hide-page-title h1.page-title,
body.contentgate-hide-page-title .post-title,
body.contentgate-hide-page-title .single-post-title,
body.contentgate-hide-page-title .single-page-title,
body.contentgate-hide-page-title article header.entry-header,
body.contentgate-hide-page-title article .entry-title {
	display: none !important;
}
.contentgate-access-card {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border: 1px solid #f1f5f9;
	border-radius: 7px;
	padding: 32px;
	max-width: 800px !important;
	width: 100%;
	box-shadow: 0 6px 26px 0 rgba(10, 10, 10, 0.06);
	margin: 24px auto !important;
	box-sizing: border-box;
}
.contentgate-access-card h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #1a1a1a;
	margin: 0 0 20px;
}
.contentgate-access-card p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #6b6b6b;
	margin: 0 0 12px;
}
.contentgate-access-card .contentgate-actions-btn {
	margin: 12px 0 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 20px;
}
.contentgate-access-card .contentgate-btn {
	font-size: 16px;
	line-height: 24px;
	padding: 14px 32px;
	font-weight: 500;
	border-radius: 4px;
	text-decoration: none;
	margin: 0;
	cursor: pointer;
	background: transparent;
	color: #4e4e4e;
	transition: all 0.3s ease;
}
.contentgate-access-card .contentgate-login-link {
	background: #4e60e9;
	color: #ffffff;
}
.contentgate-access-card .contentgate-login-link:hover {
	background: var(--ur-button-background-hover-color, #38488e);
	color: var(--ur-button-text-hover-color, #ffffff);
}
.contentgate-access-card .contentgate-signup-link {
	background: transparent;
	text-decoration: underline;
	padding: 0;
}
.contentgate-access-card .contentgate-signup-link:hover {
	color: #4e60e9;
}
.contentgate-access-heading {
	font-size: 28px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 16px 0;
	line-height: 1.2;
}
.contentgate-access-description {
	font-size: 16px;
	color: #6b6b6b;
	margin: 0 0 40px 0;
	line-height: 1.5;
}
.contentgate-access-description br {
	display: none;
}
.contentgate-actions {
	display: block;
	text-align: center;
}
.contentgate-actions br {
	display: none;
}
.contentgate-actions a {
	text-decoration: none;
	margin: 0;
	display: block;
	text-align: left;
}
@media (max-width: 480px) {
	.contentgate-access-card {
		padding: 24px;
	}
	.contentgate-access-card h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.contentgate-access-card p {
		font-size: 15px;
		line-height: 25px;
	}
	.contentgate-access-heading {
		font-size: 24px;
	}
}
