.draft-block {
	display: flex;
	justify-content: flex-end;
	position: sticky;
	top: 0;
	z-index: 2;
}

.privacy-policy-text {
  font-family: inherit;
	font-size: .9em;
	line-height: 1.6em;
	white-space: pre-wrap;
}
