.pre-header {
	background-color: #EBEBEB;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pre-header-item {
	color: rgb(0 0 0 / 70%);
	font-size: 14px;
	transition: all 300ms ease;
	text-decoration: none;
}

.pre-header-item:not(:last-child) {
	border-right: 1px solid #000;
	padding-right: 25px;
	margin-right: 25px;
}

.pre-header-item:hover {
	color: #000;
}

span.pre-header-icon {
	color: #682b30;
}
