#content {
	max-width: 980px;
	width: 100%;
	margin: 80px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 32px 99px;
}

.site-main {
	width: calc(100% - 233px - 99px);
}

.archive-header {
	width: 100%;
}

.page-title {
	color: #000415;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
}

.page-description {
	word-break: break-all;
}

.archive-parent-title {
	color: #676767;
	font-size: 0.6875rem;
	font-weight: inherit;
	line-height: 1.3;
	display: block;
	margin-bottom: 4px;
}

.archive-list {
	margin-top: 32px;
}

.archive-list:first-child {
	margin-top: 0;
}

.post-card {
	padding: 16px;
	display: flex;
	gap: 16px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 2px 16px 0 rgba(1, 14, 46, 0.08);
	position: relative;
	transition: background 250ms ease-out;
}

.post-card:not(:first-child) {
	margin-top: 16px;
}

.post-card .post-card-link {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.post-card .post-card-link:focus-visible {
	border-radius: 20px;
}

.post-card a {
	position: relative;
	z-index: 2;
}

.post-card:hover {
	text-decoration: none;
	background: #f5f5f5;
}

.post-thumbnail {
	max-width: 180px;
	width: 100%;
	height: 135px;
	border-radius: 8px;
	overflow: hidden;
}

.post-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}

.post-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.post-title {
	color: #000415;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
}

.post-title a {
	color: inherit;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.post-title a:hover {
	text-decoration: none;
}

.post-meta .post-tags {
	height: 32px;
	margin: 12px -4px 4px;
	padding: 4px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	overflow: hidden;
}

.post-meta .post-tags a,
.post-meta .post-tags span {
	height: 24px;
	color: #979797;
	font-size: 0.6875rem;
	font-weight: 300;
	line-height: 1.3;
	text-decoration: none;
	border-radius: 6px;
	border: 1px solid #dedede;
	padding: 0 5px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-meta .post-tags a {
	transition: background 150ms ease-out;
}

.post-meta .post-tags a:hover {
	text-decoration: none;
	background: #f5f5f5;
}

.t-pagination {
	width: 100%;
	margin-top: 48px;
}

.t-pagination ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 8px;
}

.t-pagination li {
	width: 32px;
	height: 32px;
}

.t-pagination li > a,
.t-pagination li > span {
	width: 32px;
	height: 32px;
	color: #676767;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 16px;
	border: 1px solid #dedede;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.t-pagination li > a.current,
.t-pagination li > span.current {
	color: #0571c9;
	border: 1px solid #e1eefe;
	background: #e1eefe;
}

.t-pagination li > a.disabled,
.t-pagination li > span.disabled {
	color: #dedede;
	fill: #dedede;
	border: 1px solid #dedede;
	background: #fff;
}

.t-pagination li a {
	transition: background 150ms ease-out;
}

.t-pagination li a:hover {
	color: #0571c9;
	fill: #0571c9;
	border: 1px solid #e1eefe;
	background: #e1eefe;
}

.t-pagination li:first-child {
	margin-right: 8px;
}

.t-pagination li:last-child {
	margin-left: 8px;
}

.t-pagination .prev-page,
.t-pagination .next-page {
	transition: background 150ms ease-out;
}

.t-pagination .prev-page svg,
.t-pagination .next-page svg {
	width: 16px;
	height: 16px;
	fill: #676767;
	display: block;
}

.t-pagination .prev-page svg path,
.t-pagination .next-page svg path {
	fill: #005ce2;
}

.t-pagination .prev-page:hover,
.t-pagination .next-page:hover {
	color: #0571c9;
	fill: #0571c9;
	border: 1px solid #e1eefe;
	background: #e1eefe;
}

.t-pagination .prev-page:hover svg,
.t-pagination .next-page:hover svg {
	fill: #0571c9;
}

.t-pagination .prev-page:hover svg path,
.t-pagination .next-page:hover svg path {
	fill: #0571c9;
}

.t-pagination .prev-page.disabled,
.t-pagination .next-page.disabled {
	color: #dedede;
	border: 1px solid #dedede;
	background: #fff;
}

.t-pagination .prev-page.disabled svg,
.t-pagination .next-page.disabled svg {
	fill: #dedede;
}

.t-pagination .prev-page.disabled svg path,
.t-pagination .next-page.disabled svg path {
	fill: #dedede;
}

.t-buttons {
	margin-top: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.t-buttons .t-button {
	min-height: 40px;
	color: #676767;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	outline: 2px solid transparent;
	outline-offset: 2px;
	border-radius: 32px;
	border: 1px solid #dedede;
	padding: 8.5px 23px;
	background: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	cursor: pointer;
	transition: background 150ms ease-out;
	margin: 0;
}

.t-buttons .t-button:disabled,
.t-buttons .t-button.disabled {
	color: #dedede;
	cursor: not-allowed;
}

.t-buttons .t-button:hover {
	background: #f5f5f5;
}

.t-buttons .t-button:focus-visible {
	outline-color: #8fc4ff;
}

.t-buttons a.t-button {
	color: #676767;
	text-decoration: none;
}

.page-content[aria-describedby='error-description'] {
	margin-top: 32px;
}

.page-content[aria-describedby='error-description'] > p {
	color: #676767;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
}

.page-content[aria-describedby='error-description'] .t-buttons {
	margin-top: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-content[aria-describedby='error-description'] .t-buttons .t-button {
	min-height: 40px;
	color: #676767;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	outline: 2px solid transparent;
	outline-offset: 2px;
	border-radius: 32px;
	border: 1px solid #dedede;
	padding: 8.5px 23px;
	background: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	cursor: pointer;
	transition: background 150ms ease-out;
	width: 230px;
}

.page-content[aria-describedby='error-description'] .t-buttons .t-button:disabled,
.page-content[aria-describedby='error-description'] .t-buttons .t-button.disabled {
	color: #dedede;
	cursor: not-allowed;
}

.page-content[aria-describedby='error-description'] .t-buttons .t-button:hover {
	background: #f5f5f5;
}

.page-content[aria-describedby='error-description'] .t-buttons .t-button:focus-visible {
	outline-color: #8fc4ff;
}

.page-content[aria-describedby='error-description'] .t-buttons a.t-button {
	color: #676767;
	text-decoration: none;
}
