.peg-lead-form-wrap {
	background: #0f5d91;
	box-sizing: border-box;
	max-width: 760px;
	padding: 20px;
}

.peg-lead-form-grid { display: grid; gap: 12px; grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
.peg-lead-form-field-full { grid-column: 1 / -1; }
.peg-lead-form p { margin: 0; }
.peg-lead-email-toast { background: #fff2f2; border-left: 4px solid #d63638; bottom: 20px; box-shadow: 0 8px 24px rgba( 0, 0, 0, .22 ); color: #6d1010; font: 700 13px/1.3 Arial, sans-serif; max-width: 360px; padding: 12px 14px; position: fixed; right: 20px; z-index: 99999; }
.peg-lead-form input,
.peg-lead-form select,
.peg-lead-form textarea {
	background: #f5f5f5;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #1f2933;
	font: 400 14px/1.3 Arial, sans-serif;
	min-height: 30px;
	padding: 7px;
	width: 100%;
}
.peg-lead-form select { cursor: pointer; }
.peg-lead-consent { color: #fff; font: 700 13px/1.05 Arial, sans-serif; }
.peg-lead-consent label { align-items: flex-start; display: flex; gap: 8px; }
.peg-lead-consent input { accent-color: #fff; flex: 0 0 auto; margin: 2px 0 0; min-height: 0; padding: 0; width: auto; }
.peg-lead-consent a { color: #e8f61b; text-decoration: underline; }
.peg-lead-turnstile { min-height: 65px; }
.peg-lead-submit-row { margin-top: 20px !important; }
.peg-lead-form button { background: #e8f61b; border: 0; border-radius: 0; color: #00508a; cursor: pointer; font: 700 21px/1 Georgia, serif; padding: 7px 10px; }
.peg-lead-form button:disabled { cursor: wait; opacity: .7; }
.peg-lead-candidate-actions { display: none; gap: 12px; grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); margin-top: 38px; }
.peg-lead-candidate-actions a { border: 2px solid #e8f61b; color: #e8f61b; font: 700 18px/1 Georgia, serif; padding: 11px 8px; text-align: center; text-decoration: none; }
.peg-lead-form.is-candidate .peg-lead-form-grid > p:not( .peg-lead-audience-field ),
.peg-lead-form.is-candidate .peg-lead-submit-row { display: none; }
.peg-lead-form.is-candidate .peg-lead-candidate-actions { display: grid; }
.peg-lead-notice { background: #fff; border-left: 4px solid #2271b1; margin-bottom: 16px; padding: 10px 12px; }
.peg-lead-notice-success { border-left-color: #008a20; }
.peg-lead-notice-error { border-left-color: #d63638; }
.screen-reader-text { clip: rect( 1px, 1px, 1px, 1px ); clip-path: inset( 50% ); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.peg-lead-honeypot { display: none !important; }
@media ( max-width: 600px ) { .peg-lead-form-grid, .peg-lead-candidate-actions { grid-template-columns: 1fr; } .peg-lead-form-field-full { grid-column: auto; } }
