.grecaptcha-badge {
transition: all 0.3s ease;
}
.grecaptcha-badge.left {
left: 0 !important;
right: auto !important;
}
.grecaptcha-badge.hidden {
display: none !important;
} .recaptcha-notice {
margin-top: 20px;
font-size: 13px;
font-family: 'Roboto', sans-serif;
line-height: 1.5;
color: #495057;
text-align: center;
position: relative;
}
.recaptcha-notice a {
color: #007cba;
text-decoration: none;
font-weight: 500;
transition: color 0.2s ease;
}
.recaptcha-notice a:hover {
color: #005a87;
text-decoration: underline;
} @media (max-width: 768px) {
.recaptcha-notice {
font-size: 12px;
padding: 12px 16px;
margin-top: 15px;
}
}