/* FAQ generated page styles. */

.actorshop-content-page--faq .actorshop-content-page__body {
	max-width: 100%;
}

.actorshop-faq-item {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	border-top: 1px solid rgba(17, 17, 17, 0.14);
	background: transparent;
	transition: background 180ms ease, border-color 180ms ease;
}

.actorshop-faq-item:last-child {
	border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}

.actorshop-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 74px;
	padding: 22px 0;
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-heading, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: clamp(17px, 1.75vw, 22px);
	font-weight: var(--actorshop-h5-weight, 950);
	letter-spacing: 0;
	line-height: 1.15;
	cursor: pointer;
	list-style: none;
	transition: color 180ms ease, padding-inline 180ms ease;
}

.actorshop-faq-item summary::-webkit-details-marker {
	display: none;
}

.actorshop-faq-item summary::after {
	content: "";
	position: relative;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	background:
		linear-gradient(currentColor, currentColor) center / 14px 2px no-repeat,
		linear-gradient(currentColor, currentColor) center / 2px 14px no-repeat;
	transition: transform 180ms ease, background-size 180ms ease, opacity 180ms ease;
}

.actorshop-faq-item[open] summary::after {
	background-size: 14px 2px, 2px 0;
	transform: rotate(180deg);
}

.actorshop-faq-item summary:hover,


.actorshop-faq-item summary:focus-visible {
	color: var(--actorshop-primary, #111111);
}

.actorshop-faq-item summary:focus-visible {
	outline: 2px solid var(--actorshop-focus, #111111);
	outline-offset: 4px;
}

.actorshop-faq-item__content {
	display: grid;
	gap: 12px;
	max-width: 760px;
	padding: 0 54px 24px 0;
	color: var(--actorshop-muted, #555555);
	font-family: var(--actorshop-font-body, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-p2-size, 16px);
	line-height: 1.72;
	transform-origin: top;
}

.actorshop-faq-item.is-animating .actorshop-faq-item__content {
	pointer-events: none;
	will-change: height, opacity, transform;
}

.actorshop-faq-item__content > * {
	margin: 0;
}

.actorshop-faq-item__content p,


.actorshop-faq-item > p {
	max-width: 760px;
	margin: 0;
	color: var(--actorshop-muted, #555555);
	font-size: var(--actorshop-p2-size, 16px);
	line-height: 1.72;
}

@media (max-width: 700px) {

	.actorshop-faq-item summary {
		min-height: 58px;
		padding-block: 18px;
		font-size: 18px;
	}

	.actorshop-faq-item__content {
		padding-right: 0;
		padding-bottom: 20px;
	}}
