/* Full web form titles on public pages */
.web-form-head .title {
	flex-wrap: wrap !important;
	align-items: flex-start !important;
}
.web-form-title,
.web-form-title.ellipsis {
	overflow: visible !important;
	white-space: normal !important;
	text-overflow: unset !important;
	flex: 1 1 100%;
	max-width: 100%;
	min-width: 0;
}
.web-form-header h1,
.web-form-header h1.ellipsis,
.web-form-title h1 {
	overflow: visible !important;
	white-space: normal !important;
	text-overflow: unset !important;
	line-height: 1.3 !important;
	word-break: break-word;
	max-width: 100%;
}
