/**
 *  ____                _        ____
 * |  _ \ _ __ ___  ___| |_ __ _|  _ \  _____   __
 * | |_) | '__/ _ \/ __| __/ _` | | | |/ _ \ \ / /
 * |  __/| | |  __/\__ \ || (_| | |_| |  __/\ V /
 * |_|   |_|  \___||___/\__\__,_|____/ \___| \_/
 *
 * PrestaDev.pl - PD Google reCaptcha Pro
 *
 * NOTICE OF LICENSE
 *
 * This source file is licensed under the PrestaDev Proprietary License
 * shipped with this package in the file LICENSE.md.
 * If you did not receive a copy of the license, please contact: info@prestadev.pl
 *
 * DISCLAIMER
 *
 * Do not edit, modify or copy this file.
 * If you wish to customize it, contact us at info@prestadev.pl.
 *
 * @author    Patryk Marek <info@prestadev.pl>
 * @copyright 2012-2026 Patryk Marek - PrestaDev.pl
 * @link      https://prestadev.pl
 * @package   PD Google reCaptcha Pro
 * @version   1.0.1
 * @license   PrestaDev.pl Patryk Marek Proprietary License
 * @date      2024-06-20
*/

.grecaptcha-badge{z-index:9999999;}
body.pdgrcp-badge-bottomleft .grecaptcha-badge{right:auto !important;left:0 !important;}


/* Newsletter slot (PS 8/9 emailsubscription block) */
.pdgrcp-slot--newsletter{display:block; width:100%; clear:both; margin-top:10px;}
.pdgrcp-slot--newsletter .pdgrcp-v2{display:block;}

/* --- TheCheckout (OPC) checkout slot --- */
.pdgrcp-slot--checkout {
  margin: 12px 0 6px;
}

/* Keep captcha error readable in any theme */
.pdgrcp-slot--checkout .pdgrcp-error-msg {
  font-size: 13px;
  line-height: 1.4;
}
