.tp-native-faq {
	padding: 78px 0 88px;
	background: #fffaf4;
}

.tp-native-faq__shell {
	width: min(960px, calc(100% - 52px));
	margin-inline: auto;
}

.tp-native-faq__head {
	max-width: 680px;
	margin: 0 auto 42px;
	text-align: center;
}

.tp-native-faq__kicker {
	margin: 0;
	color: #a45f42;
	font-size: 0.625rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.tp-native-faq__title {
	margin: 0;
	color: #412c24;
	font-family: var(--tp-font-heading);
	font-size: 2.875rem;
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.tp-native-faq__intro {
	margin: 0;
	color: #75675f;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
}

.tp-native-faq__list {
	margin: 0;
	border-top: 1px solid #ddcbbb;
}

.tp-native-faq__item {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddcbbb;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.tp-native-faq__item summary {
	position: relative;
	min-height: 68px;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 20px 52px 20px 4px;
	color: #49342b;
	font-family: var(--tp-font-heading);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.35;
	list-style: none;
}

.tp-native-faq__item summary::-webkit-details-marker {
	display: none;
}

.tp-native-faq__item summary::marker {
	display: none;
}

.tp-native-faq__item summary:focus-visible {
	outline: 2px solid #a45f42;
	outline-offset: -2px;
}

.tp-native-faq__item summary::after {
	content: '+';
	position: absolute;
	right: 5px;
	top: 50%;
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border: 1px solid #d7bda8;
	border-radius: 50%;
	color: #a45f42;
	font-family: var(--tp-font-body);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-50%);
	transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.tp-native-faq__item[open] summary::after {
	content: '−';
	background: #a45f42;
	color: #fff;
	transform: translateY(-50%) rotate(180deg);
}

.tp-native-faq__answer {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	margin: 0;
	padding: 0 62px 0 4px;
	color: #72645b;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.65;
	transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
}

.tp-native-faq__item[open] .tp-native-faq__answer {
	max-height: 240px;
	opacity: 1;
	padding: 0 62px 24px 4px;
}

@media (max-width: 850px) {
	.tp-native-faq__shell {
		width: calc(100% - 42px);
	}
}

@media (max-width: 560px) {
	.tp-native-faq {
		padding: 44px 0 50px;
	}

	.tp-native-faq__shell {
		width: calc(100% - 28px);
	}

	.tp-native-faq__title {
		font-size: 2rem;
	}

	.tp-native-faq__item summary {
		min-height: 62px;
		padding-right: 44px;
		font-size: 0.95rem;
	}

	.tp-native-faq__answer,
	.tp-native-faq__item[open] .tp-native-faq__answer {
		padding-right: 44px;
		font-size: 0.75rem;
	}
}
