@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
 *
 * 2025, (c) Inveo s.r.o.
 */

#wordpress #commentform .gglcptch {
	margin: 0 0 10px;
}
#wordpress #recaptcha_response_field {
	height: 17px !important;
	max-height: 35px !important;
	font-size: 10pt !important;
}
#wordpress .recaptcha_theme_clean #recaptcha_response_field {
	height: 25px !important;
}
#wordpress #gglcptch_error {
	color: #F00;
}
#wordpress .gglcptch table#recaptcha_table {
	table-layout: auto !important;
}
#wordpress .gglcptch_allowlist_message {
	display: block;
	margin: 12px 0;
}
#wordpress .gglcptch_v2 {
	min-width: 1px;
	padding: 10px 0;
	clear: both;
}
#wordpress .gglcptch_recaptcha .grecaptcha-badge {
	z-index: 100;
}
#wordpress .gglcptch_error_text {
	color: red;
	display: none;
}
#wordpress .gglcptch-password-form-error {
	color: red;
}