.webcreative-core-legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: .65rem 1.15rem;
	width: 100%;
	padding: 16px 20px;
	border-top: 1px solid rgba(127,127,127,.18);
	background: inherit;
	font: inherit;
	font-size: 13px;
	line-height: 1.4;
}
.webcreative-core-legal a,
.webcreative-core-cookie-settings {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	cursor: pointer;
	opacity: .8;
}
.webcreative-core-legal a:hover,
.webcreative-core-cookie-settings:hover,
.webcreative-core-legal a:focus-visible,
.webcreative-core-cookie-settings:focus-visible { opacity: 1; }
.webcreative-privacy-policy,
.webcreative-cookie-policy { max-width: 860px; margin-inline: auto; }
.webcreative-privacy-policy h2 { margin-top: 2em; }
.webcreative-core-cookie-settings--inline {
	margin-inline-start: .75em;
	vertical-align: baseline;
}
