body.wpepp-site-password-body {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background: #f0f0f1;
}
.wpepp-site-password-wrap {
	width: 100%;
	max-width: 480px;
	padding: 20px;
	text-align: center;
}

/* When the custom password form (.wpepp-password-form) is used, allow it to stretch wider */
.wpepp-site-password-wrap:has(.wpepp-password-form) {
	max-width: 100%;
	padding: 0;
}
.wpepp-site-password-wrap .wpepp-password-form {
	margin: 0 auto;
}
.wpepp-site-password-icon {
	margin-bottom: 16px;
	color: #50575e;
}
.wpepp-site-password-title {
	font-size: 22px;
	margin: 0 0 8px;
	color: #1e1e1e;
}
.wpepp-site-password-message {
	color: #50575e;
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.6;
}
.wpepp-site-password-error {
	background: #fce4ec;
	color: #c62828;
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
	font-size: 14px;
}
.wpepp-site-password-form {
	text-align: left;
}
.wpepp-site-password-form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #1e1e1e;
}
.wpepp-site-password-form input[type="password"] {
	width: 100%;
	padding: 10px 14px;
	font-size: 14px;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 16px;
}
.wpepp-site-password-form input[type="password"]:focus {
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
	outline: none;
}
.wpepp-site-password-form button {
	width: 100%;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #2271b1;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s;
}
.wpepp-site-password-form button:hover {
	background: #135e96;
}
.wpepp-site-password-footer {
	margin-top: 24px;
	font-size: 13px;
	color: #999;
}
