/* Shared generated content-page layout, columns and internal links. */

body.actorshop .actorshop-content-page__body .actorshop-page-title__eyebrow.eyebrow {
	background: var(--actorshop-text, #111111);
	color: #ffffff;
}

body.actorshop-generated-page .page-shell > .entry-card {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.actorshop-generated-page .page-shell .entry-content > :not(.alignfull):not(.alignwide) {
	box-sizing: border-box;
	max-width: 100%;
	margin-inline: 0;
}

.actorshop-content-page {
	display: grid;
	gap: clamp(34px, 5vw, 58px);
	width: 100%;
	margin: 0 auto clamp(56px, 7vw, 92px);
}

.actorshop-content-page__hero {
	margin: 0;
}

.actorshop-content-page__hero img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 6.4;
	min-height: 280px;
	object-fit: cover;
}

.actorshop-content-page__body {
	display: grid;
	gap: 18px;
	max-width: 100%;
	padding-top: clamp(24px, 3vw, 36px);
	border-top: 1px solid var(--actorshop-line, #dddddd);
}

body.actorshop-generated-page .actorshop-content-page__body {
	padding-top: 0;
	border-top: 0;
}

.actorshop-content-page__body > *,


.actorshop-page-columns > *,


.actorshop-page-columns__main > *,


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

.actorshop-page-columns {
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	width: 100%;
	max-width: 100%;
}

.actorshop-page-title + .actorshop-page-columns {
	margin-top: clamp(14px, 2.4vw, 28px);
}

.actorshop-page-columns__main {
	display: grid;
	gap: 18px;
	min-width: 0;
	order: 1;
}

body.actorshop-generated-content-about .actorshop-page-columns__main::before,
body.actorshop-generated-content-help .actorshop-page-columns__main::before,
body.actorshop-generated-content-returns .actorshop-page-columns__main::before {
	content: "";
	display: block;
	width: 100%;
	max-width: min(100%, 920px);
	height: 1px;
	margin: 0 0 clamp(16px, 2.4vw, 28px);
	background: rgba(17, 17, 17, 0.16);
}

.actorshop-page-columns__aside {
	min-width: 0;
	order: 2;
}

.actorshop-content-page__body .eyebrow {
	display: inline-flex;
	justify-self: start;
	align-items: center;
	min-height: 28px;
	padding: 0 12px;
	background: var(--actorshop-text, #111111);
	color: var(--actorshop-on-ink, #ffffff);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 950);
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.actorshop-content-page__intro {
	max-width: 780px;
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-heading, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: clamp(26px, 4vw, 42px);
	font-weight: var(--actorshop-h2-weight, 950);
	letter-spacing: 0;
	line-height: 1.04;
}

.actorshop-content-page__body h2 {
	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(24px, 3vw, 34px);
	font-weight: var(--actorshop-h3-weight, 950);
	letter-spacing: 0;
	line-height: 1.08;
}

.actorshop-page-columns__main > h2:first-child,


.actorshop-page-columns__main > h3:first-child {
	margin-top: 0;
}

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

.actorshop-internal-links {
	display: grid;
	gap: 12px;
	padding: 18px;
	background: var(--actorshop-surface-alt, #f4f4f4);
	margin-top: clamp(32px, 5vw, 52px);
}

.actorshop-page-columns__aside .actorshop-internal-links {
	margin-top: 0;
}

body.actorshop .actorshop-internal-links h6 {
	margin: 0;
}

.actorshop-internal-links ul {
	display: grid;
	width: 100%;
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(17, 17, 17, 0.16);
	list-style: none;
}

.actorshop-internal-links li {
	display: block;
	margin: 0;
	width: 100%;
	min-width: 0;
}

.actorshop-internal-links li + li {
	border-top: 1px solid rgba(17, 17, 17, 0.14);
}

.actorshop-internal-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	min-width: 0;
	min-height: 42px;
	padding: 10px 0;
	border: 0;
	background: transparent;
	color: var(--actorshop-muted, #555555);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .18s ease;
}

.actorshop-internal-links a::after {
	content: "";
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform .18s ease;
}

.actorshop-internal-links a:hover::after,


.actorshop-internal-links a:focus-visible::after {
	transform: translateX(2px) rotate(45deg);
}

.actorshop-internal-links a:hover,


.actorshop-internal-links a:focus-visible {
	color: var(--actorshop-text, #111111);
}

@media (min-width: 1024px) {
	.actorshop-content-page__body {
		max-width: 100%;
	}

	.actorshop-page-columns {
		grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
		align-items: start;
	}

	.actorshop-page-columns__aside {
		position: sticky;
		top: calc(var(--actorshop-header-height, 88px) + 56px);
		grid-column: 1;
		order: 1;
		align-self: start;
		z-index: 1;
	}

	.actorshop-page-columns__main {
		grid-column: 2;
		order: 2;
	}

	.actorshop-content-page__body > .actorshop-internal-links {
		position: sticky;
		top: calc(var(--actorshop-header-height, 88px) + 56px);
		grid-column: 1;
		grid-row: 2;
		margin-top: 0;
	}}

@media (max-width: 700px) {
	.actorshop-content-page {
		width: 100%;
		gap: 28px;
		margin-bottom: 54px;
	}

	.actorshop-content-page__hero img {
		aspect-ratio: 4 / 3;
		min-height: 230px;
	}

	.actorshop-content-page__intro {
		font-size: 30px;
	}

	.actorshop-content-page__body h2 {
		font-size: 24px;
	}}
