.wcs-trigger-button--success-icon {
	display: none;
	height: 1.5rem;
	width: 1.5rem;
}

wcs-trigger-button.success .wcs-trigger-button--success-icon {
	display: inline-block;
}

.wcs-trigger-button--success-icon::before {
	content: '\f00c'; /* checkmark */
	font-family: FontAwesome;
}
