.epvs-stepper {
	display: flex;
	gap: 10px;
	margin: 12px 0 18px;
	clear: both;
}

.epvs-stepper button {
	cursor: pointer;
	padding: 8px 14px;
	border: 1px solid #333;
	background: #fff;
	color: #111;
	font-size: 15px;
	line-height: 1.2;
}

.epvs-stepper button:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}
