.main-container {
	text-align: left;
}

.year-heading {
	margin-top: 4rem;
	margin-bottom: 1rem;
	font-size: 2.5rem;
	border-bottom: 1px dashed var(--link);
	padding-bottom: 0.5rem;
	letter-spacing: 2px;
}

.month-heading {
	color: var(--link);
	margin-top: 2rem;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-item {
	padding-left: 1.5rem;
	border-left: 1px solid var(--border-lighter);
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
	transition: border-left-color 0.3s;
}

.post-item:hover {
	border-left-color: var(--link);
}

.post-title {
	font-size: 1.2rem;
	color: var(--theme-fg);
	text-decoration: none;
	transition: color 0.3s;
}

.post-title:hover {
	color: var(--link);
}

.date {
	color: var(--text-muted);
	font-size: 0.9em;
	margin-left: 0.5rem;
}

.post-excerpt {
	color: var(--text-lighter);
	font-size: 0.95rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}

.blog-title {
	margin-bottom: 1rem;
}

.blog-description {
	color: var(--text-muted);
	font-style: italic;
	margin-bottom: 3rem;
}

.post-header {
	margin-bottom: 0;
}
