#archive_page {
	max-width: var(--content-width);
	margin-inline: auto;
	padding-inline: 1em;
	margin-top: 5em;
	.intro {
		margin-top: 2em;
		line-height: 1.8em;
	}
	.items {
		max-width: 874px;
		margin-inline: auto;
		list-style-type: none;
		padding-left: 0;
		margin-top: 3em;
		display: flex;
		flex-direction: column;
		gap: 2em;
	}
	.item {
		display: flex;
		border-bottom: 1px solid #d7d7d7;
		padding-bottom: 2em;
		line-height: 1.8em;
	}
	time {
		width: 7em;
	}
	.title {
		flex: 1;
		margin: 0;
		font-weight: bold;
		a {
			text-decoration: none;
			&:hover {
				text-decoration: underline;
			}
		}
	}
}