/* Legal generated page styles. */

.actorshop-legal-page {
	display: grid;
	gap: 18px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto clamp(56px, 7vw, 92px);
	padding-top: 0;
	border-top: 0;
}

.actorshop-legal-page > * {
	margin-block: 0;
}

.actorshop-legal-page h3 {
	margin-top: 22px;
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-heading, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: clamp(20px, 2.4vw, 28px);
	font-weight: var(--actorshop-h3-weight, 950);
	letter-spacing: 0;
	line-height: 1.1;
}

.actorshop-legal-page p:not(.eyebrow) {
	max-width: min(100%, 920px);
	color: var(--actorshop-text, #111111);
	font-size: var(--actorshop-p2-size, 16px);
	line-height: 1.7;
}

.actorshop-legal-page .wp-block-separator {
	width: 100%;
	max-width: min(100%, 920px);
	margin: 0 0 clamp(16px, 2.4vw, 28px);
	border: 0;
	border-top: 1px solid rgba(17, 17, 17, 0.16);
}
