.history-block .splide__slide {
	max-width: 20rem;
	--hiderCol: var(--stone);
}

.history-block .splide__list {
	gap: 1rem;
	position: relative;
	right: 1rem;
	max-width: 100vw;
}

.history-block .splide__pagination {
	margin-top: 1rem;
	max-width: 15rem;
	margin-left: auto;
	margin-right: auto;
	position: static;
}

.history-block .splide__pagination__page.is-active {
	background: var(--yellow);
	border: 1px solid white;
}

.splide__track {
	position: relative;
}

.history-block .splide__track::before {
	content: "";
	position: absolute;
	height: 100%;
	width: clamp(3rem, 1rem + 20vw, 13rem);
	background-image: linear-gradient(
		0.25turn,
		var(--hiderCol, var(--white)),
		rgba(255, 255, 255, 0)
	);
	z-index: 69419;
	--hiderCol: var(--stone);
	top: 0;
	left: 0;
}

.history-block .splide__track::after {
	content: "";
	position: absolute;
	height: 100%;
	width: clamp(3rem, 1rem + 20vw, 13rem);
	background: linear-gradient(
		0.25turn,
		rgba(255, 255, 255, 0),
		var(--hiderCol, var(--white))
	);
	z-index: 69419;
	--hiderCol: var(--stone);
	top: 0;
	right: 0;
}
