.n3-faqs {
	--n3-faq-accent: var(--fs-color-primary, var(--primary-color, #ffb400));
	--n3-faq-accent-soft: color-mix(in srgb, var(--n3-faq-accent) 14%, #fff);
	--n3-faq-border: #eceff3;
	--n3-faq-tree: #e3e7ee;
	display: grid;
	gap: 24px;
	grid-template-columns: 260px minmax(0, 1fr);
	width: min(100%, var(--n3-section-width, 1340px));
	margin-right: auto;
	margin-left: auto;
}

.n3-faqs__sidebar {
	align-self: start;
	display: grid;
	gap: 18px;
	align-content: start;
	position: sticky;
	top: 100px;
}

.n3-faqs__nav-card,
.n3-faqs__group {
	background: #fff;
	border: 1px solid var(--n3-faq-border);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
}

.n3-faqs__nav-card {
	padding: 16px;
}

.n3-faqs__nav-card h3 {
	font-size: 14px;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.n3-faqs__nav {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: #1f2937;
	cursor: pointer;
	display: grid;
	font-size: 13px;
	gap: 9px;
	grid-template-columns: 20px 1fr auto;
	margin: 0;
	padding: 10px;
	text-align: left;
	width: 100%;
	text-transform: capitalize;
}

.n3-faqs__nav + .n3-faqs__nav {
	margin-top: 5px;
}

.n3-faqs__nav.is-active,
.n3-faqs__nav:hover {
	background: var(--n3-faq-accent-soft);
	color: #111827;
}

.n3-faqs__nav-icon {
	color: var(--n3-faq-accent);
	display: inline-flex;
}

.n3-faqs__nav-icon svg {
	height: 18px;
	width: 18px;
}

.n3-faqs__nav-icon .n3-faqs__category-icon-image {
	height: 18px;
	object-fit: contain;
	width: 18px;
}

.n3-faqs__nav strong {
	background: #f4f6f8;
	border-radius: 999px;
	font-size: 11px;
	min-width: 24px;
	padding: 2px 7px;
	text-align: center;
}

.n3-faqs__content {
	min-width: 0;
}

.n3-faqs__topline {
	align-items: center;
	color: #7a8492;
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin: 0 0 14px;
}

.n3-faqs__topline strong {
	color: var(--n3-faq-accent);
	text-transform: uppercase;
}

.n3-faqs__group {
	overflow: hidden;
}

.n3-faqs__group + .n3-faqs__group {
	margin-top: 14px;
}

.n3-faqs__group-head {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 28px 1fr 26px;
	padding: 18px 18px 8px;
}

.n3-faqs__group-head span {
	color: var(--n3-faq-accent);
	display: inline-flex;
}

.n3-faqs__group-head svg {
	height: 24px;
	width: 24px;
}

.n3-faqs__group-head .n3-faqs__category-icon-image {
	height: 24px;
	object-fit: contain;
	width: 24px;
}

.n3-faqs__group-head h3 {
	color: var(--n3-faq-accent);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.n3-faqs__group-head button {
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 24px;
	position: relative;
	width: 24px;
}

.n3-faqs__group-head button::before {
	border-right: 1.8px solid #111827;
	border-top: 1.8px solid #111827;
	content: "";
	height: 7px;
	left: 7px;
	position: absolute;
	top: 9px;
	transform: rotate(-45deg);
	width: 7px;
}

.n3-faqs__group.is-collapsed .n3-faqs__group-head button::before {
	top: 6px;
	transform: rotate(135deg);
}

.n3-faqs__group.is-collapsed .n3-faqs__questions {
	display: none;
}

.n3-faqs__questions {
	padding: 0 18px 14px 58px;
	position: relative;
}

.n3-faqs__questions::before {
	background: var(--n3-faq-tree);
	bottom: 18px;
	content: "";
	left: 30px;
	position: absolute;
	top: -7px;
	width: 1px;
}

.n3-faqs__item {
	border-top: 1px solid var(--n3-faq-border);
	position: relative;
}

.n3-faqs__item:first-child {
	border-top: 0;
}

.n3-faqs__item::before {
	background: var(--n3-faq-tree);
	content: "";
	height: 1px;
	left: -28px;
	position: absolute;
	top: -1px;
	width: 28px;
}

.n3-faqs__item:first-child::before {
	display: none;
}

.n3-faqs__item:last-child::after {
	background: #fff;
	bottom: -14px;
	content: "";
	left: -29px;
	position: absolute;
	top: 0;
	width: 3px;
}

.n3-faqs__question {
	align-items: center;
	background: transparent;
	border: 0;
	color: #1f2937;
	cursor: pointer;
	display: grid;
	font-size: 13px;
	font-weight: 800;
	gap: 12px;
	grid-template-columns: 1fr 18px;
	margin: 0;
	padding: 11px 0;
	text-align: left;
	width: 100%;
}

.n3-faqs__question i {
	height: 18px;
	position: relative;
	width: 18px;
}

.n3-faqs__question i::before,
.n3-faqs__question i::after {
	background: #111827;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.n3-faqs__question i::before {
	height: 2px;
	width: 9px;
}

.n3-faqs__question i::after {
	height: 9px;
	width: 2px;
}

.n3-faqs__item.is-open .n3-faqs__question i::after {
	display: none;
}

.n3-faqs__answer {
	color: #5f6b7a;
	display: none;
	font-size: 12px;
	line-height: 1.6;
	padding: 0 28px 13px 0;
}

.n3-faqs__item.is-open .n3-faqs__answer {
	display: block;
}

.n3-faqs__answer p {
	margin: 0 0 8px;
}

.n3-faqs__empty {
	background: #fff;
	border: 1px dashed var(--n3-faq-border);
	border-radius: 8px;
	color: #667085;
	margin: 0;
	padding: 24px;
	text-align: center;
}

@media (max-width: 849px) {
	.n3-faqs {
		grid-template-columns: 1fr;
	}

	.n3-faqs__sidebar {
		position: static;
	}
}
