/* MagePeople Newsletter — frontend forms */

.mpnl-form-wrap {
	max-width: 480px;
	margin: 1em 0;
}
.mpnl-form-title { margin: 0 0 .6em; }
.mpnl-signup-form p { margin: 0 0 .9em; }
.mpnl-signup-form label > span { display: block; margin-bottom: .25em; font-weight: 600; font-size: .92em; }
.mpnl-signup-form input[type="text"],
.mpnl-signup-form input[type="email"] {
	width: 100%; padding: .55em .7em; border: 1px solid #c9ced4; border-radius: 5px; box-sizing: border-box;
}
.mpnl-consent-row { display: flex; align-items: flex-start; gap: .5em; }
.mpnl-consent-row input[type="checkbox"] { margin-top: .25em; flex: 0 0 auto; }
.mpnl-consent-row span { font-weight: 400; font-size: .92em; }
.mpnl-submit {
	padding: .6em 1.6em; border: 0; border-radius: 5px; cursor: pointer;
	background: #1a73e8; color: #fff; font-weight: 600;
}
.mpnl-submit:disabled { opacity: .6; cursor: default; }
.mpnl-hp { position: absolute !important; left: -9999px !important; height: 0; overflow: hidden; }
.mpnl-message { font-size: .92em; min-height: 1.2em; }
.mpnl-message.is-success { color: #1a7a2e; }
.mpnl-message.is-error { color: #b32d2e; }
.mpnl-checkout-optin { margin-top: .8em; }

/* Newsletter archive */
.mpnl-archive { list-style: none; margin: 1em 0; padding: 0; }
.mpnl-archive__item { padding: .55em 0; border-bottom: 1px solid #e4e7eb; }
.mpnl-archive__item a { font-weight: 600; text-decoration: none; }
.mpnl-archive__date { color: #7b8794; font-size: .88em; margin-left: .5em; }
