.tldr-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.tldr-heading {
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
	/* margin-bottom handled by control */
}

.tldr-label {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.tldr-content {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}

@media (max-width: 767px) {
	.tldr-heading {
		font-size: 24px;
	}
	.tldr-content {
		font-size: 16px;
	}
}
