/*
Theme Name: pix em massa
Theme URI: https://pixemmassa.com.br
Author: Your Name
Author URI: https://example.com
Description: A theme based on the demo-6 template, customized for Pix em Massa.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pix-em-massa
*/

/* ==================================================
   RECAPTCHA
================================================== */
.grecaptcha-badge {
  position: fixed !important;
  left: 0 !important;
  bottom: 20px !important;
  width: 70px !important;
  overflow: hidden !important;
  opacity: 1 !important;
  z-index: 9999 !important;
  transition: var(--transition-default) !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}
