.mcj-paywall-cta {
	margin: 2em 0;
	padding: 1.5em;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #fafafa;
	text-align: center;
}

.mcj-paywall-cta__lead {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 1em;
}

.mcj-paywall-cta__plans {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
	justify-content: center;
	margin-bottom: 1em;
}

.mcj-paywall-cta__plan {
	display: inline-block;
	padding: 0.6em 1.2em;
	border-radius: 999px;
	background: #1a1a1a;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.mcj-paywall-cta__plan:hover {
	background: #333;
	color: #fff;
}

.mcj-paywall-cta__login {
	font-size: 0.9em;
	color: #666;
}

.mcj-button {
	display: inline-block;
	padding: 0.7em 1.4em;
	border: 0;
	border-radius: 6px;
	background: #1a1a1a;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

.mcj-button--danger {
	background: #b32d2e;
}

.mcj-checkout__plans {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
	margin: 1.5em 0;
}

.mcj-checkout__plan {
	flex: 1 1 160px;
	border: 2px solid #e2e2e2;
	border-radius: 8px;
	padding: 1em;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.4em;
}

.mcj-checkout__plan:has(input:checked) {
	border-color: #1a1a1a;
	background: #f5f5f5;
}

.mcj-checkout__plan-price {
	font-weight: 700;
}

.mcj-checkout__contact {
	display: flex;
	flex-direction: column;
	gap: 1em;
	max-width: 420px;
	margin-bottom: 1.5em;
}

.mcj-checkout__contact input {
	display: block;
	width: 100%;
	padding: 0.6em;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 0.3em;
}

.mcj-checkout__provider-tabs {
	display: flex;
	gap: 0.5em;
	margin-bottom: 1em;
}

.mcj-checkout__tab {
	padding: 0.6em 1.2em;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}

.mcj-checkout__tab.is-active {
	background: #1a1a1a;
	color: #fff;
	border-color: #1a1a1a;
}

.mcj-checkout__error {
	color: #b32d2e;
	font-weight: 600;
	margin-top: 1em;
}

.mcj-checkout__status {
	color: #1a7a3d;
	font-weight: 600;
	margin-top: 1em;
}

.mcj-account__details {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 0.5em 1.5em;
	margin: 1.5em 0;
}

.mcj-account__notice {
	color: #b32d2e;
	font-weight: 600;
}

.mcj-account__actions {
	display: flex;
	gap: 0.75em;
}

.mcj-account__error {
	color: #b32d2e;
	margin-top: 1em;
}


/* Front-end subscriber authentication. The page itself remains a normal
 * WordPress page, so the active theme supplies the site header and footer. */
.mcj-auth {
	max-width: 480px;
	margin: 2em auto;
	padding: 2em;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #fff;
}

.mcj-auth h1 {
	margin-top: 0;
}

.mcj-auth__form {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.mcj-auth__form label:not(.mcj-auth__remember) {
	display: flex;
	flex-direction: column;
	gap: 0.35em;
	font-weight: 600;
}

.mcj-auth__form input[type="text"],
.mcj-auth__form input[type="password"],
.mcj-auth__form input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	padding: 0.75em;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: inherit;
}

.mcj-auth__remember {
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-weight: 400;
}

.mcj-auth__links {
	margin: 1em 0 0;
}

.mcj-auth__message {
	margin: 0 0 1.25em;
	padding: 0.85em 1em;
	border-radius: 4px;
}

.mcj-auth__message--error {
	background: #fdf0f0;
	color: #8a1f20;
}

.mcj-auth__message--success {
	background: #eef8f1;
	color: #176b35;
}
