#description.component { padding: 0 5px; }

#description.component > header {
	display: flex; box-sizing: content-box; overflow: hidden;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
#description.component > header:not(:last-child) { margin-bottom: 20px; }

#description.component > header > h1 {
	padding: 0;
	
	text-transform: capitalize;
	color: #999;
	filter: drop-shadow(1px 1px rgba(255, 255, 255, 0.8));
}
#description.component > header > h1:before { content: none; }

#preview.component:not(:empty) + #description.component > section.about {
	columns: 3;
	column-gap: 49px;
	column-rule:   solid 1px rgba(0,0,0,.2);
}