@charset "UTF-8";

/**
 * Wordpress integration to any web app
 * (PrestaShop, OpenCart, Magento and more)
 *
 * [no mixing of PHP code or editing of files]
 * [automatically adjust CSS stylesheets]
 *
 * Just install the plugin and the magic is done!
 *
 * http://www.inveostore.com
 *
 * 2026, (c) Inveo s.r.o.
 */

#wordpress .eclg-error {
	color: red;
}
#wordpress .eclg-message-container {
	color: green;
}
#wordpress .eclg-email-capture .input-field {
    margin-bottom: 12px;
}