/* FAQ page: use the same accordion visual language as equipment page. */
:is(body.page-id-48, body.ds-page-faq) .ds-faq-accordion {
	display: grid;
	gap: 0.9rem;
	margin-top: 0.5rem;
}

:is(body.page-id-48, body.ds-page-faq) .ds-faq-item {
	background: linear-gradient(140deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 18px;
	overflow: clip;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

:is(body.page-id-48, body.ds-page-faq) .ds-faq-item[open] {
	border-color: rgba(255, 212, 0, 0.58);
	box-shadow: 0 0 0 1px rgba(255, 212, 0, 0.2), 0 1rem 2.4rem rgba(0, 0, 0, 0.36);
}

:is(body.page-id-48, body.ds-page-faq) .ds-faq-question {
	border: 0;
	box-shadow: none;
	cursor: pointer;
	font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
	font-size: clamp(1.26rem, 2.9vw, 1.62rem);
	font-weight: 300;
	letter-spacing: -0.01em;
	line-height: 1.35;
	list-style: none;
	padding: 1rem 3.45rem 1rem 1.2rem;
	position: relative;
}

:is(body.page-id-48, body.ds-page-faq) .ds-faq-item[open] > .ds-faq-question {
	background-image: none;
	border-bottom: 0;
	box-shadow: none;
	margin-bottom: 0;
}

:is(body.page-id-48, body.ds-page-faq) .ds-faq-question::-webkit-details-marker {
	display: none;
}

:is(body.page-id-48, body.ds-page-faq) .ds-faq-question::marker {
	content: "";
}

:is(body.page-id-48, body.ds-page-faq) .ds-faq-question::before {
	background: rgba(255, 212, 0, 0.12);
	border: 1px solid rgba(255, 212, 0, 0.42);
	border-radius: 999px;
	content: "";
	display: block;
	height: 28px;
	left: auto;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-14px);
	width: 28px;
}

:is(body.page-id-48, body.ds-page-faq) .ds-faq-item[open] > .ds-faq-question::before {
	background: #ffd400;
}

:is(body.page-id-48, body.ds-page-faq) .ds-faq-question::after {
	background:
		linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat,
		linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat;
	color: #ffd400;
	content: "";
	height: 12px;
	left: auto;
	pointer-events: none;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-6px);
	width: 12px;
}

:is(body.page-id-48, body.ds-page-faq) .ds-faq-item[open] > .ds-faq-question::after {
	background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
	color: #050505;
}

:is(body.page-id-48, body.ds-page-faq) .ds-faq-answer {
	border-top: 0;
	box-shadow: none;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding: 0.15rem 1.2rem 1.2rem;
}

@media (max-width: 720px) {
	:is(body.page-id-48, body.ds-page-faq) .ds-faq-question {
		padding-left: 1rem;
		padding-right: 3.15rem;
	}
}
