.labely .callout .thumb > header {
	padding: 1.5rem;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.labely .callout .thumb > header > * {
	background-color: var(--callout);
	
	padding: .5rem;
	margin-bottom: .5rem;
}
.labely .callout .thumb > header > *:last-child {
	margin-bottom: 0;
}
.labely .callout .thumb > header h1 {
	font-size: 1.5rem;
}
.labely .callout .thumb > header h2 {
	/*font-weight: 700;*/
}