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

.entry-header {
	width: 100%;
}

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

.post-date-meta {
	color: #676767;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 5px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.post-date-meta span {
	display: flex;
	align-items: center;
	gap: 8px;
}

.post-date-meta #updated-date::before {
	width: 1px;
	height: 15px;
	background: #dedede;
	display: block;
	content: '';
}

.post-date-meta strong {
	font-weight: 600;
}

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

.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;
}

.post-tags {
	margin-top: 48px;
}

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

.post-tags .post-tag-list {
	margin: 16px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.post-tags .post-tag-list li {
	height: 40px;
}

.post-tags .post-tag-list li a {
	color: #979797;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 6px;
	border: 1px solid #dedede;
	padding: 8.5px 9px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-tags .post-tag-list li a:hover {
	text-decoration: none;
	background: #f5f5f5;
	transition: background 150ms ease-out;
}
