.wd-archive-description {
	margin: 40px 0;
}

.wd-category-extra-content {
	margin-top: 50px;
	margin-bottom: 40px;
}

.wd-cat-seo__body h2,
.wd-cat-seo__body h3,
.wd-cat-faq__heading {
	margin: 1.4em 0 0.6em;
}

.wd-cat-seo__body h2:first-child,
.wd-cat-seo__visible > :first-child {
	margin-top: 0;
}

.wd-cat-seo__body p {
	margin: 0 0 1em;
}

.wd-cat-seo.is-collapsed .wd-cat-seo__rest {
	max-height: 0;
	overflow: hidden;
}

.wd-cat-seo.is-expanded .wd-cat-seo__rest {
	max-height: none;
	overflow: visible;
}

.wd-cat-seo__toggle {
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 8px;
	cursor: pointer;
	border: none;
	appearance: none;
	-webkit-appearance: none;
}

@media (max-width: 478px) {
	.wd-cat-seo__toggle {
		width: 100%;
		text-align: center;
	}
}

.wd-cat-faq {
	margin-top: 2em;
}

.wd-cat-faq__heading {
	margin-top: 0;
}

.wd-cat-faq__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wd-cat-faq__item {
	margin: 0;
}

.wd-cat-faq__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 15px;
	background: #f4f4f4;
	border: 1px solid #d7bda7;
	border-radius: 12px;
	cursor: pointer;
	text-align: left;
	font: inherit;
	color: inherit;
}

.wd-cat-faq__question {
	flex: 1;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #424242;
}

.wd-cat-faq__icon {
	flex-shrink: 0;
	display: flex;
	color: #42be7a;
	transition: transform 0.25s ease;
}

.wd-cat-faq__item.is-open .wd-cat-faq__icon {
	transform: rotate(180deg);
}

.wd-cat-faq__panel {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.35s ease;
}

.wd-cat-faq__panel.is-collapsed {
	max-height: 0;
}

.wd-cat-faq__answer {
	padding: 16px 20px 8px;
	font-size: 16px;
	line-height: 1.7;
	color: #555;
}

.wd-cat-faq__answer > :first-child {
	margin-top: 0;
}

.wd-cat-faq__answer > :last-child {
	margin-bottom: 0;
}

.wd-cat-faq__answer p {
	margin: 0 0 1em;
}

@media (max-width: 478px) {
	.wd-category-extra-content {
		margin-top: 32px;
	}

	.wd-cat-faq__trigger {
		padding: 12px;
	}

	.wd-cat-faq__question {
		font-size: 15px;
	}

	.wd-cat-faq__answer {
		padding: 12px 8px 4px;
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wd-cat-faq__panel,
	.wd-cat-faq__icon {
		transition: none;
	}
}
