[data-scroller] .scroller-content {
	overflow-x: auto;
}
[data-scroller] .scroller-content::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}
[data-scroller] .scroller-tools {
	margin: 1em 0;
	position: sticky;
	bottom: 24px;
	display: flex;
	justify-content: center;
	pointer-events: none;
}
[data-scroller] .scroller-tools .scroller-tools-container {
	width: fit-content;
	border: solid 1px var(--color-line-opacity);
	border-radius: 999px;
	background-color: white;
	display: flex;
	justify-content: center;
	pointer-events: all;
}
[data-scroller] .scroller-tools .scroller-tools-container .btn {
	height: 42px;
	padding: 6px 1em;
}