:where(aside) {
	@include typescale('sm');
	position: relative;
	color: $aside-color;

	&:after {
		content:'';
		width: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -$spacing-xs;
		box-shadow: -1px 0 0 0 #C0C0C0;
	}

	#{headings()} {
		color: $navy;
		margin: 0;
	}

	> *:last-child {
		margin-bottom: 0;
	}
}

figure {
	video {
		max-width: 100%;
	}
}