.sitemap-page .sitemap-content {
	margin-top: 0;
	background: #fff;
}

.sitemap-page .topic-crumb__home {
	filter: brightness(0) saturate(100%) invert(15%) sepia(13%) saturate(1113%) hue-rotate(159deg) brightness(91%) contrast(88%);
}

.sitemap-page .sitemap-content::before,
.sitemap-page .sitemap-content::after {
	display: none;
}

.sitemap-page .sitemap-content__inner {
	position: relative;
	z-index: 1;
	max-width: 15.2rem;
	padding: 0.46rem 0 0.7rem;
}

.sitemap-page .sitemap-edition {
	margin: 0;
	padding-bottom: 0.28rem;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	font-size: 0.26rem;
	line-height: 1.35;
	font-weight: 600;
	color: #1f2b33;
}

.sitemap-page .sitemap-list {
	display: block;
}

.sitemap-page .sitemap-row {
	padding: 0.3rem 0 0.26rem;
	border-bottom: 1px solid #ebebeb;
}

.sitemap-page .sitemap-row h3 {
	margin: 0;
	font-size: 0.22rem;
	line-height: 1.45;
	font-weight: 600;
	color: #1f2b33;
}

.sitemap-page .sitemap-row h3 a {
	color: inherit;
	text-decoration: none;
}

.sitemap-page .sitemap-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.18rem 0.46rem;
	margin-top: 0.24rem;
}

.sitemap-page .sitemap-row--single .sitemap-links {
	display: none;
}

.sitemap-page .sitemap-links a,
.sitemap-page .sitemap-row--single h3 {
	font-size: 0.18rem;
	line-height: 1.6;
	font-weight: 400;
	color: #26343c;
	transition: color 0.2s ease;
}

.sitemap-page .sitemap-links a {
	display: inline-flex;
	align-items: center;
	min-height: 0.28rem;
	white-space: nowrap;
}

.sitemap-page .sitemap-links a:hover,
.sitemap-page .sitemap-row h3 a:hover {
	color: #00826c;
}

@media (max-width: 900px) {
	.sitemap-page .sitemap-content__inner {
		padding: 0.24rem 0 0.36rem;
	}

	.sitemap-page .sitemap-edition {
		padding-bottom: 0.18rem;
		font-size: 18px;
	}

	.sitemap-page .sitemap-row {
		padding: 0.2rem 0 0.18rem;
	}

	.sitemap-page .sitemap-row h3 {
		font-size: 16px;
	}

	.sitemap-page .sitemap-links {
		gap: 0.1rem 0.24rem;
		margin-top: 0.14rem;
	}

	.sitemap-page .sitemap-links a,
	.sitemap-page .sitemap-row--single h3 {
		font-size: 14px;
	}
}
