/* The "I agree, proceed" gate in front of the community and talent forms. */
.legacy-consent{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:16px;
	margin:20px 0 6px;
	padding:0;
}
.legacy-consent .custom-control{
	display:inline-flex;
	align-items:center;
	gap:10px;
	min-height:0;
	padding:0;
	margin:0;
}
.legacy-consent input[type="checkbox"]{
	width:18px;
	height:18px;
	margin:0;
	position:static;
	flex:0 0 auto;
	accent-color:#0088cc;
	cursor:pointer;
}
.legacy-consent label{margin:0;line-height:1.4;cursor:pointer}
/* The site paints a light panel behind links in this block; the consent line
   is a sentence, not a button. */
.legacy-consent label a{background:none!important;border:0;padding:0;color:#fff;text-decoration:underline}
.legacy-consent label a:hover{color:#7fd0f5}
.legacy-consent .btn{min-width:190px;padding:11px 26px;border-radius:9px;font-weight:700}
