.thim-single-post__header {
	margin-bottom: 20px;
}

.thim-single-post__meta,
.thim-post-card__meta {
	display: flex;
	gap: 16px;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	color: #555555;
	font-size: 14px;
}

.thim-single-post__thumbnail img,
.thim-post-card__thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	display: block;
}

.thim-single-post__thumbnail {
	margin: 20px 0;
}

.thim-single-post__tags {
	margin-top: 24px;
}

.thim-single-post__tags a {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 4px 12px;
	border-radius: 20px;
	background: #F5F5F5;
	color: #555555;
	text-decoration: none;
	font-size: 13px;
}

.thim-single-post__share {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.thim-single-post__share a {
	color: #FF782D;
	text-decoration: none;
}

.thim-single-post__navigation {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #EAEAEA;
}

.thim-single-post__navigation a {
	color: #000000;
	text-decoration: none;
	max-width: 45%;
}

.thim-archive-post__header {
	margin-bottom: 30px;
}

.thim-archive-post__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

@media (min-width: 1024px) {
	.thim-archive-post__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.thim-post-card {
	border: 1px solid #EAEAEA;
	border-radius: 20px;
	overflow: hidden;
}

.thim-post-card__thumbnail {
	display: block;
}

.thim-post-card__body {
	padding: 20px;
}

.thim-post-card__title {
	margin: 0;
}

.thim-post-card__title a {
	color: #000000;
	text-decoration: none;
}

.thim-post-card__excerpt {
	margin-top: 12px;
	color: #555555;
}

.thim-post-card__read-more {
	display: inline-block;
	margin-top: 12px;
	color: #FF782D;
	text-decoration: none;
	font-weight: 500;
}

.thim-archive-post__pagination {
	margin-top: 30px;
}
