/* ACFE reCAPTCHA v3 Frontend Styles */

/* Badge-Positionierung */
.grecaptcha-badge {
  transition: all 0.3s ease;
}

.grecaptcha-badge.left {
  left: 0 !important;
  right: auto !important;
}

.grecaptcha-badge.hidden {
  display: none !important;
}

/* Hinweistext-Styling - Verbessert */
.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;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
  .recaptcha-notice {
    font-size: 12px;
    padding: 12px 16px;
    margin-top: 15px;
  }
}
