.alz-sponsorship-form .alz-checkbox-group {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 8px 16px;
	margin-top: 6px;
}

.alz-sponsorship-form .alz-checkbox-group .alz-checkbox-label {
	font-weight: normal;
}

.alz-sponsorship-form .alz-budget-custom-input {
	margin-top: 10px;
}
