/* PEA login — scoped under .pea-login-wrap to coexist with the PEA Velvet theme.
   Palette: Paper #faf7fd, Ink #2b2336, Violet #9a64c4 (hover #8453b6),
   Lavender Soft #efe7fa, Muted #6f6480. Pill buttons per theme.json. */

/* div + !important: the theme's is-layout-constrained child rule
   (max-width: var(--wp--style--global--content-size)) is injected inline
   after this stylesheet and wins a plain class-selector tie. */
div.pea-login-wrap {
	max-width: 450px !important;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}

.pea-login-wrap .pea-login-card {
	background: #ffffff;
	border: 1px solid #efe7fa;
	border-radius: 18px;
	padding: 2rem 1.75rem;
	box-shadow: 0 10px 30px rgba(43, 35, 54, 0.08);
}

.pea-login-wrap .pea-field {
	margin-bottom: 1.1rem;
}

.pea-login-wrap .pea-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3rem;
	color: #2b2336;
}

.pea-login-wrap .pea-field input {
	width: 100%;
	padding: 0.65rem 0.85rem;
	border: 1px solid #d9cdea;
	border-radius: 10px;
	background: #faf7fd;
	color: #2b2336;
	font: inherit;
	box-sizing: border-box;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pea-login-wrap .pea-field input:focus {
	outline: none;
	border-color: #9a64c4;
	box-shadow: 0 0 0 3px rgba(154, 100, 196, 0.2);
	background: #ffffff;
}

.pea-login-wrap .pea-remember {
	margin-bottom: 1.25rem;
	color: #6f6480;
	font-size: 0.95rem;
}

.pea-login-wrap .pea-remember input {
	accent-color: #9a64c4;
	margin-right: 0.4rem;
}

.pea-login-wrap .pea-login-actions {
	margin: 0 0 1rem;
}

.pea-login-wrap .pea-login-button {
	display: block;
	width: 100%;
	padding: 0.8rem 1.75rem;
	background: #9a64c4;
	color: #ffffff;
	font: inherit;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.15s ease;
	box-sizing: border-box;
}

.pea-login-wrap .pea-login-button:hover,
.pea-login-wrap .pea-login-button:focus {
	background: #8453b6;
	color: #ffffff;
	text-decoration: none;
}

.pea-login-wrap .pea-login-links {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	font-size: 0.95rem;
}

.pea-login-wrap .pea-login-links a {
	color: #9a64c4;
	text-decoration: none;
}

.pea-login-wrap .pea-login-links a:hover {
	text-decoration: underline;
}

.pea-login-wrap .pea-login-error {
	background: #fdf1f2;
	border: 1px solid #f0c9cc;
	color: #a4262c;
	border-radius: 10px;
	padding: 0.7rem 0.9rem;
	margin-bottom: 1.1rem;
	font-size: 0.95rem;
}

.pea-login-wrap .pea-login-notice {
	background: #efe7fa;
	border: 1px solid #d3a9ee;
	color: #5b3a86;
	border-radius: 10px;
	padding: 0.7rem 0.9rem;
	margin-bottom: 1.1rem;
	font-size: 0.95rem;
}
