.blog-dir .title {
	justify-content: end !important;
	margin-bottom: 0.5rem;

	& > div {
		flex-grow: 1;
	}

	.date {
		line-height: 1;
	}
}

.link-heading {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: baseline;

	.media {
		line-height: 1;
		font-weight: bold;
		font-style: italic;
		font-size: 1rem;
	}
}

.story {
	font-style: italic;
	float: right;
	width: 20rem;
	padding-left: 1rem;
	border-left: 0.15rem dashed var(--color-fg);
	margin-left: 1rem;
	opacity: 0.8;
	font-size: 0.9em;

	p {
		margin: 0;
	}
}