.tcore-blog-posts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.tcore-blog-posts__card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eeeae2;
	border-radius: 0;
	box-shadow: 0 12px 35px rgba(35, 28, 19, 0.04);
	transition: background-color 0.3s ease;
}

.tcore-blog-posts__thumbnail {
	display: block;
	aspect-ratio: 1.25 / 1;
	overflow: hidden;
	background: #eeeae2;
}

.tcore-blog-posts__thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.tcore-blog-posts__card:hover .tcore-blog-posts__thumbnail img {
	transform: scale(1.035);
}

.tcore-blog-posts__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px 30px 30px;
}

.tcore-blog-posts__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: #4d4a46;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.tcore-blog-posts__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.tcore-blog-posts__meta i,
.tcore-blog-posts__meta svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	color: #bc3108;
	fill: #bc3108;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	transition: color 0.3s ease, fill 0.3s ease;
}

.tcore-blog-posts__meta a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.tcore-blog-posts__separator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #c5bdb2;
	line-height: 1;
	transition: color 0.3s ease;
}

.tcore-blog-posts__separator i,
.tcore-blog-posts__separator svg {
	display: block;
	width: 5px;
	height: 5px;
	color: inherit;
	fill: currentColor;
}

.tcore-blog-posts__title {
	margin: 0 0 22px;
	font-size: clamp(25px, 2vw, 32px);
	font-weight: 400;
	line-height: 1.22;
	letter-spacing: -0.025em;
}

.tcore-blog-posts__title a {
	color: #191714;
	transition: color 0.3s ease;
}

.tcore-blog-posts__title a:hover,
.tcore-blog-posts__title a:focus-visible {
	color: #bc3108;
}

.tcore-blog-posts__excerpt {
	margin: -5px 0 22px;
	color: #67615b;
	font-size: 15px;
	line-height: 1.7;
	transition: color 0.3s ease;
}

.tcore-blog-posts__title-border {
	width: 100%;
	margin-bottom: 24px;
	border-top: 1px solid #e9e4dc;
}

.tcore-blog-posts__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: auto;
}

.tcore-blog-posts__author {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 12px;
}

.tcore-blog-posts__author-image,
.tcore-blog-posts__author-image img {
	display: block;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 50%;
	object-fit: cover;
}

.tcore-blog-posts__author-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	line-height: 1.25;
}

.tcore-blog-posts__author-name {
	overflow: hidden;
	color: #171512;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.tcore-blog-posts__author-role {
	margin-top: 2px;
	color: #67615b;
	font-size: 13px;
}

.tcore-blog-posts__read-more {
	display: inline-flex;
	min-height: 44px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	background: #bc3108;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.tcore-blog-posts__read-more:hover,
.tcore-blog-posts__read-more:focus-visible {
	background: #8f2405;
	color: #fff;
}

.tcore-blog-posts__read-more:focus-visible,
.tcore-blog-posts__title a:focus-visible {
	outline: 2px solid #bc3108;
	outline-offset: 3px;
}

.tcore-blog-posts__pagination {
	margin-top: 40px;
}

.tcore-blog-posts__pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tcore-blog-posts__pagination li {
	display: block;
	margin: 0;
	padding: 0;
}

.tcore-blog-posts__pagination a.page-numbers,
.tcore-blog-posts__pagination span.page-numbers {
	display: inline-flex;
	min-width: 42px;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 9px 13px;
	border: 1px solid #e2ddd5;
	background: #fff;
	color: #191714;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tcore-blog-posts__pagination a.page-numbers:hover,
.tcore-blog-posts__pagination a.page-numbers:focus-visible,
.tcore-blog-posts__pagination span.page-numbers.current {
	border-color: #bc3108;
	background: #bc3108;
	color: #fff;
}

.tcore-blog-posts__pagination a.page-numbers:focus-visible {
	outline: 2px solid #bc3108;
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	.tcore-blog-posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.tcore-blog-posts {
		grid-template-columns: 1fr;
	}

	.tcore-blog-posts__content {
		padding: 24px 22px;
	}
}

@media (max-width: 420px) {
	.tcore-blog-posts__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.tcore-blog-posts__read-more {
		width: 100%;
	}
}
