.newsplicity-member-portal {
	max-width: 600px;
	margin: 20px auto;
	padding: 24px;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.newsplicity-member-portal__title {
	margin: 0 0 16px;
	font-size: 20px;
	color: #0f172a;
}

.newsplicity-member-portal__status {
	padding: 12px;
	border-radius: 6px;
	margin-bottom: 20px;
	font-size: 14px;
	background: #e2e8f0;
	color: #0f172a;
}

.newsplicity-member-portal__status.is-active {
	background: #d1fae5;
	color: #065f46;
}

.newsplicity-member-portal__status.is-grace {
	background: #fef3c7;
	color: #92400e;
}

.newsplicity-member-portal__status.is-inactive {
	background: #fee2e2;
	color: #991b1b;
}

.newsplicity-member-portal__notice {
	margin: 0 0 16px;
	font-size: 14px;
	color: #0f172a;
}

.newsplicity-member-portal__notice.is-success {
	color: #047857;
}

.newsplicity-member-portal__notice.is-error {
	color: #b91c1c;
}

.newsplicity-member-portal__form {
	margin-top: 20px;
}

.newsplicity-member-portal__button {
	margin-top: 6px;
}
