.ac-sitemap-footer {
	background: #0b1220;
	color: rgba(255, 255, 255, 0.72);
	font-family: Inter, sans-serif;
}

.ac-sitemap-footer__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 72px 28px 28px;
}

.ac-sitemap-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 40px;
}

.ac-sitemap-footer__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.48);
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: left;
	cursor: default;
}

.ac-sitemap-footer__chevron {
	display: none;
}

.ac-sitemap-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.ac-sitemap-footer__links a {
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none;
}

.ac-sitemap-footer__links a:hover,
.ac-sitemap-footer__links a:focus-visible {
	color: #fff;
}

.ac-sitemap-footer__bar {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 56px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}

.ac-sitemap-footer__bar p {
	margin: 0;
}

@media (max-width: 1024px) {
	.ac-sitemap-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ac-sitemap-footer__inner {
		padding: 28px 20px 20px;
	}

	.ac-sitemap-footer__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.ac-sitemap-footer__col {
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.ac-sitemap-footer__title {
		margin: 0;
		padding: 16px 0;
		cursor: pointer;
		color: rgba(255, 255, 255, 0.7);
	}

	.ac-sitemap-footer__chevron {
		display: block;
		transition: transform 0.2s ease;
	}

	.ac-sitemap-footer__col.is-open .ac-sitemap-footer__chevron {
		transform: rotate(180deg);
	}

	.ac-sitemap-footer__links {
		display: none;
		padding-bottom: 16px;
	}

	.ac-sitemap-footer__col.is-open .ac-sitemap-footer__links {
		display: grid;
	}

	.ac-sitemap-footer__bar {
		flex-direction: column;
		margin-top: 24px;
	}
}
