$mainColor: #4e4e4e;
$bgColor: #f4f8f9;
$bgColorHover: #dae7eb;
$borderColor: #bfccd4;

.kit-time-travel {
	display: flex;
	align-items: center;
}

.kit-time-travel__button {
	height: 24px;
	margin-right: 4px;
	padding: 4px 12px;
	background-color: $bgColor;
	border: 1px solid $borderColor;
	border-radius: 6px;
	box-sizing: border-box;
	font-family: Inter, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: $mainColor;
	white-space: nowrap;
	cursor: pointer;

	&:hover {
		background-color: $bgColorHover;
	}

	&:last-of-type {
		margin-right: 0;
	}
}

.kit-time-travel__button-inner {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.kit-time-travel__calendar {
	margin-top: -1px;
	margin-right: 4px;
	color: #bfccd4;
}
