.fisl-instacart-button {
	color: #ffffff;
	background-color: #003d29 !important;
	display: block;
}

.fisl-instacart-button:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 22px;
	background-image: url('../images/instacart_logo.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.fisl-instacart-button.disabled {
	opacity: 0.5;
}

.wprmprc-shopping-list-actions {
	gap: 15px;
}