altcha-widget {
  display: block;
  margin-top: 0.5rem;
}

/* Optional: ALTCHA Text verstecken */
altcha-widget::part(label) {
  display: none;
}

.altcha-label,
.altcha-logo,
.altcha-footer div {
    display: none;
}

.altcha {
  border: none !important;
}

.altcha-widget-container {
  position: relative;
}

.altcha-status {
  font-size: 0.86em;
  padding-left: 40px;
}

.altcha-main {
    padding: .5rem 0 0 !important;
}

input[type="checkbox"]:checked::before {
  top: -0.5rem !important;
}

.altcha-widget-container::before {
  content: attr(data-label);
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
