/**
 * Marketing consent checkbox — 12px, alignment, all languages / HubSpot forms.
 */

.hbspt-form .hs-form-booleancheckbox ul,
.hubspot-newsletter-form .hs-form-booleancheckbox ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.hbspt-form .hs-form-booleancheckbox li,
.hubspot-newsletter-form .hs-form-booleancheckbox li {
	margin: 0 !important;
	padding: 0 !important;
}

.hbspt-form .hs-form-booleancheckbox-display,
.hubspot-newsletter-form .hs-form-booleancheckbox-display,
.hbspt-form .hs-form-booleancheckbox label,
.hubspot-newsletter-form .hs-form-booleancheckbox label {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	cursor: pointer !important;
	text-align: left !important;
}

.hbspt-form .hs-form-booleancheckbox input[type="checkbox"],
.hubspot-newsletter-form .hs-form-booleancheckbox input[type="checkbox"],
.hbspt-form .hs-form-booleancheckbox-display input[type="checkbox"],
.hubspot-newsletter-form .hs-form-booleancheckbox-display input[type="checkbox"] {
	flex: none !important;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: middle !important;
}

.hubspot-newsletter-form .hs-form-booleancheckbox label,
.hubspot-newsletter-form .hs-form-booleancheckbox-display > span,
.hubspot-newsletter-form .legal-consent-container .hs-form-booleancheckbox-display,
.hubspot-newsletter-form .legal-consent-container .hs-form-booleancheckbox-display span,
.hbspt-form .hs-form-booleancheckbox label,
.hbspt-form .hs-form-booleancheckbox-display > span,
.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display span {
	font-size: 12px !important;
	line-height: 1.4 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.hbspt-form .hs-form-booleancheckbox-display > span,
.hubspot-newsletter-form .hs-form-booleancheckbox-display > span,
.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display span,
.hubspot-newsletter-form .legal-consent-container .hs-form-booleancheckbox-display span {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	position: relative !important;
	top: -1px !important;
}

.hbspt-form .legal-consent-container,
.hubspot-newsletter-form .legal-consent-container {
	text-align: left !important;
}

.hbspt-form .hs_submit,
.hubspot-newsletter-form .hs-submit {
	text-align: center !important;
}

.hbspt-form .hs_submit .actions,
.hubspot-newsletter-form .hs-submit .actions {
	text-align: center !important;
}
