/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2025 | 21:40:40 */
    /* .grecaptcha-badge {
        left: 10px !important;  Adjust '10px' as needed for desired spacing from the left edge
        right: auto !important; /* Override default right positioning 
		z-index: 9999999 !important; /* Move to the front 
    } */

 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
	 z-index: 999999 !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}