/*
 * Uploaded SVGs are rendered as external images so MEUP/Elementor cannot
 * flatten their internal colours with an Icon Color / fill rule.
 */
.el-event-category-slider .el-media img.wlk-category-svg {
	display: block;
	width: 60px;
	height: 60px;
	max-width: none;
	object-fit: contain;
	object-position: center;
}

/* WLOOKUPS compact strip sizing. */
.wlk-category-strip .el-media img.wlk-category-svg {
	width: 36px;
	height: 36px;
}

@media (max-width: 767px) {
	.wlk-category-strip .el-media img.wlk-category-svg {
		width: 32px;
		height: 32px;
	}
}

