.grecaptcha-badge {
transform: scale(0.7);
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}
transform: scale(0.7); Added this to reduce the size of the box as well which is better for mobile any chance anyone know how to make the css responsive