/**
 * Стили внешнего вывода What We Were Writing.
 */

.wwww-posts {
	display: block;
	margin: 24px 0;
}

.wwww-posts,
.wwww-posts * {
	box-sizing: border-box;
}

.wwww-posts__title {
	margin: 0 0 20px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.25;
}

.wwww-posts__year-group {
	display: block;
	margin: 0 0 22px;
}

.wwww-posts__year {
	margin: 0 0 8px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.3;
}

.wwww-posts__list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wwww-posts__item {
	display: block;
	margin: 0 0 10px;
	padding: 0;
}

.wwww-posts .wwww-posts__link,
.wwww-posts .wwww-posts__link:hover,
.wwww-posts .wwww-posts__link:focus {
	font-weight: 400;
	text-decoration: none;
}
