.kh-slider-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 0.75rem 0 1rem;
}

.kh-slider-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 44px;
	padding: 0.55rem 0.85rem;
	border: 2px solid #3f5478;
	border-radius: 3px;
	background: #fff;
	color: #263652;
	font: inherit;
	line-height: 1.2;
	cursor: pointer;
}

.kh-slider-control:hover {
	background: #eef2f8;
}

.kh-slider-control:focus-visible {
	outline: 3px solid #111;
	outline-offset: 3px;
}

.kh-slider-control [aria-hidden="true"] {
	font-size: 1.25em;
	line-height: 1;
}

@media (max-width: 600px) {
	.kh-slider-control-text {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.kh-slider-control {
		min-width: 44px;
		padding: 0.55rem;
	}
}

