.aes-filter-link-wrap {
	display: flex;
}

.aes-filter-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 10px 18px;
	border: 0 solid transparent;
	border-radius: 0;
	background: #111;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.aes-filter-link:hover,
.aes-filter-link:focus {
	color: #fff;
	text-decoration: none;
}

.aes-filter-link--icon {
	width: 42px;
	height: 42px;
	min-height: 42px;
	padding: 0;
}

.aes-filter-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
}

.aes-filter-link__icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}
