header.year-header {
	width: 100%;
	max-width: 655px;
	margin: 40px auto 40px auto;
	padding: 0 20px;
}

header.year-header h2 {
	display: flex;
	align-items: center;
	font-weight: normal;
	justify-content: center;
	color: #0e3178;
	text-transform: uppercase;
	flex-wrap: wrap;
	text-align: center;
	font-size: 36px;
}

@media only screen and (max-width: 469px) {
	header.year-header h2 {
		font-size: 28px;
	}
}

.category-year:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	background: #272727;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	z-index: 0;
	border-left: solid 10px #dba012;
}

.category-year {
	margin-right: 10px;
	color: #ffffff;
	background-color: #272727;
	padding: 0 12px;
	position: relative;
	margin-left: 66px;
}

.category-year span {
	position: relative;
	z-index: 1;
}

h1 {
	text-align: center;
	border-bottom: solid 2px #dba012;
	width: 100%;
	font-weight: 400;
	font-size: 32px;
	margin: 40px 0;
	padding-bottom: 12px;
	line-height: 1.2;
}

article {
	width: 100%;
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto 40px auto;
}

.search {
	padding: 0 20px;
}

.search .page-header {
	width: 100%;
	max-width: 1140px;
	padding: 0;
	margin: 0 auto 40px auto;
}

.search h2 {
	margin-bottom: 0;
	line-height: 1.5;
}

.search h2 a {
	text-decoration: none;
}

.search h2 a:hover {
	text-decoration: underline;
}

.search .search-bar button {
	margin-left: 6px;
}

article.search-item {
	display: flex;
	gap: 20px;
	align-items: center;
	border-bottom: solid 1px #b1b1b1;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
}

article.search-item img {
	width: 140px;
	height: 140px;
	aspect-ratio: 1/1;
	border-radius: 100%;
	display: block;
}

.search-meta {
	margin-bottom: 12px;
}

.search-meta span {
	color: #737373;
	font-size: 14px;
	display: block;
}