/* Kids Workbook Membership — front-end styles.
   These use generic, theme-agnostic rules; if the "Kids Workbooks" theme
   is active, its .kw-card / .kw-btn / .kwm-locked styles take over. */

.kwm-account-panel,
.kwm-login-form {
	max-width: 480px;
	margin: 32px auto;
	padding: 28px;
}

.kwm-login-form form p {
	margin-bottom: 14px;
}

.kwm-login-form input[type="text"],
.kwm-login-form input[type="password"] {
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #ccc;
}

.kwm-plan-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin: 20px 0;
}

.kwm-plan-card {
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 20px;
	text-align: center;
}

.kwm-locked {
	border: 2px dashed #cc8b00;
	background: #fff8e6;
	border-radius: 12px;
	padding: 24px;
	text-align: center;
	margin: 20px 0;
}
