.wd-brands.wd-layout-list [class*="wd-grid"] {
	--wd-gap-lg: 20px;
}

.wd-brands.wd-layout-list:not(:is(.wd-with-bg,.wd-with-brd)) .wd-brand-item {
	padding: var(--wd-brand-pd, .001px);
}

.wd-brands.wd-with-brd .wd-brand-item {
	border: 1px solid var(--brdcolor-gray-300);
}

.wd-hover-simple .wd-brand-item img {
	filter: grayscale(100%);
}

.wd-hover-simple .wd-brand-item:hover img {
	filter: grayscale(0);
}

.wd-hover-alt .wd-brand-item img {
	opacity: .5;
	filter: grayscale(100%);
}

.wd-hover-alt .wd-brand-item:hover img {
	opacity: 1;
	filter: grayscale(0);
}