/* Filters */
.mt-filter {
	margin: 0 0 1.15rem;
}
.full-width .mt-filter {
	padding: 0 30px;
}
.mt-filter-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
    gap: 25px;
}
.filter-item {
	display: inline-block;
  	margin: 0 0 10px 0;
}
.mt-filter-link {
	text-decoration: none;
	letter-spacing: 0;
	font-style: normal;
	text-transform: none;
	color: var(--secondary-color);
}
.mt-filter-link:hover {
  	color: var(--primary-color);
}
.mt-filter-link--selected {
  	color: var(--primary-color);
}
.mt-filter--align-center {
	justify-content: center;
}