body.page-faq .layout-full {
	padding: 34px 0 48px;
}

body.page-faq h1 {
	margin: 0 0 16px;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -0.05em;
	color: #000;
}

body.page-faq h1 strong {
	font-weight: 800;
}

body.page-faq a {
	color: #e60000;
	font-weight: 700;
}

body.page-faq .faq__list {
	display: block;
	margin-top: 34px;
	border-top: 0;
	box-shadow: inset 0 1px 0 #e4e4e4, 0 10px 28px rgba(0, 0, 0, 0.05);
}

body.page-faq .faq__list section {
	margin: 0;
	padding: 0;
	background: #fff;
	box-shadow: inset 1px 0 0 #e4e4e4, inset -1px 0 0 #e4e4e4, inset 0 -1px 0 #e4e4e4;
}

body.page-faq .page-accordion__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	min-height: 58px;
	padding: 16px 20px;
	border: 0;
	background: transparent;
	color: #222;
	font: 700 16px/23px "Poppins", Arial, sans-serif;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

body.page-faq .page-accordion__trigger:hover,
body.page-faq .page-accordion__trigger:focus-visible {
	background: #f8f8f8;
	color: #e60000;
	outline: 0;
}

body.page-faq .page-accordion__heading {
	margin: 0;
}

body.page-faq .page-accordion__icon {
	position: relative;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

body.page-faq .page-accordion__icon::before,
body.page-faq .page-accordion__icon::after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 16px;
	height: 2px;
	background: #e60000;
}

body.page-faq .page-accordion__icon::after {
	transform: rotate(90deg);
	transition: transform 0.2s ease;
}

body.page-faq .is-open .page-accordion__icon::after {
	transform: rotate(0deg);
}

body.page-faq .page-accordion__panel {
	overflow: hidden;
	padding: 0 20px;
	transition: max-height 0.28s ease;
}

body.page-faq .page-accordion__panel > *:last-child {
	margin-bottom: 20px;
}

body.page-faq .page-accordion__panel ul {
	margin: 0 0 18px;
	padding-left: 0;
	list-style: none;
}

body.page-faq .page-accordion__panel li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 22px;
	line-height: 25px;
}

body.page-faq .page-accordion__panel li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #e60000;
}

html.dark body.page-faq h1,
html[data-theme-mode="dark"] body.page-faq h1,
html.dark body.page-faq .page-accordion__trigger,
html[data-theme-mode="dark"] body.page-faq .page-accordion__trigger {
	color: #d0d6db;
}

html.dark body.page-faq a,
html[data-theme-mode="dark"] body.page-faq a {
	color: #ff4d4d;
}

html.dark body.page-faq .page-accordion__trigger:hover,
html[data-theme-mode="dark"] body.page-faq .page-accordion__trigger:hover,
html.dark body.page-faq .page-accordion__trigger:focus-visible,
html[data-theme-mode="dark"] body.page-faq .page-accordion__trigger:focus-visible {
	background: #262c33;
	color: #ff4d4d;
}

html.dark body.page-faq .faq__list,
html[data-theme-mode="dark"] body.page-faq .faq__list {
	box-shadow: inset 0 1px 0 #343a40, 0 10px 28px rgba(0, 0, 0, 0.05);
}

html.dark body.page-faq .faq__list section,
html[data-theme-mode="dark"] body.page-faq .faq__list section {
	box-shadow: inset 1px 0 0 #343a40, inset -1px 0 0 #343a40, inset 0 -1px 0 #343a40;
}

html.dark body.page-faq .faq__list section,
html[data-theme-mode="dark"] body.page-faq .faq__list section {
	background: #20252b;
}

@media (prefers-reduced-motion: reduce) {
	body.page-faq .page-accordion__panel,
	body.page-faq .page-accordion__icon::after {
		transition: none;
	}
}
