.modellama-ga-login--gate {
	margin: 2rem 0;
}

body.modellama-ga-gated .entry-content,
body.modellama-ga-gated .et_pb_post_content {
	min-height: 200px;
}

.modellama-ga-login {
	max-width: 420px;
	margin: 2rem auto;
	padding: 2rem;
	text-align: center;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.modellama-ga-login__hint {
	margin: 0 0 1.25rem;
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.5;
}

.modellama-ga-error {
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	border-radius: 8px;
	background: #fef2f2;
	color: #b91c1c;
	font-size: 0.9rem;
}

.modellama-ga-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 48px;
	padding: 0 1.25rem;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s ease, box-shadow 0.15s ease;
}

.modellama-ga-btn--google {
	width: 100%;
	background: #fff;
	color: #1f2937;
	border: 1px solid #d1d5db;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.modellama-ga-btn--google:hover {
	background: #f9fafb;
	color: #111827;
}

.modellama-ga-btn--primary {
	background: #2563eb;
	color: #fff;
}

.modellama-ga-btn--primary:hover {
	background: #1d4ed8;
	color: #fff;
}

.modellama-ga-btn__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #4285f4;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
}

.modellama-ga-logged-in {
	max-width: 420px;
	margin: 2rem auto;
	text-align: center;
}
