.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 3px !important;
  bottom: 70px !important; 
  z-index: 2;
}

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

a.cky-banner-element {
        padding: 8px 30px;
        background:#F8F9FA;
        color:#858A8F;
        border: 1px solid #DEE2E6;
        box-sizing: border-box;
        border-radius: 2px;
        cursor: pointer;
}

.cky-revisit-bottom-left:hover::before {
	background:#6b6b6b !important;
}

.cky-revisit-bottom-left:hover::after {
	border-right-color:#6b6b6b !important;
}