/* AADK Funnel A/B Test — front-end. Kept tiny on purpose. */
.afab-hidden { display: none !important; }

/* Injected acceptance checkbox inherits Elementor spacing so it doesn't look
   bolted on. Match the existing field-group rhythm of the funnel. */
.afab-injected { margin-top: 12px; }
.afab-injected .elementor-field-option { display: flex; align-items: flex-start; gap: 8px; }
.afab-injected .elementor-field-label { font-weight: 400; }

/* Info-Block unter der Signatur: an die Funnel-Typografie angleichen (Avenir,
   gedämpftes Grau, 500) statt der injizierten Theme-Default-Schrift (Inter,
   fast schwarz). Links behalten ihre eigene Inline-Farbe (#2658B8). */
.afab-info-injected,
.afab-info-injected p,
.afab-info-injected span {
	color: #6d6e77;
	font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
	font-weight: 500;
}
.afab-info-injected { margin-top: 12px; line-height: 1.5; }
.afab-info-injected a { color: #2658B8; text-decoration: underline; }
