/**
 * Posts page «ԿԱՐԴԱԼԻՔ» — title + feed list.
 */

.granish-latest {
	--author-font: "Noto Sans Armenian", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--author-hairline: #e5e5e5;
	padding: 0 0 60px;
	background: #fff;
}

.granish-latest .author-pub-item {
	display: flex;
	align-items: flex-start;
	gap: 32px;
	border-bottom: 1px solid #e5e5e5;
}

.granish-latest .author-pub-item:last-child {
	border-bottom: 0;
}

.granish-latest .author-pub-text {
	margin: 0;
	padding: 0;
}

.granish-latest .author-pub-thumb {
	flex: 0 0 220px;
	width: 220px;
	align-self: flex-start;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.granish-latest .author-pub-thumb img,
.granish-latest .author-pub-thumb .wp-post-image {
	display: block;
	width: 100%;
	max-width: none;
	height: 148px !important;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0 !important;
	object-fit: cover;
	object-position: center center;
	vertical-align: top;
}

.granish-latest .author-pub-genre {
	color: #9b3346;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 8px;
	padding: 0;
}

.granish-latest .author-pub-title {
	font-size: 28px;
	text-transform: none;
	letter-spacing: normal;
	margin: 0 0 14px;
}

.granish-latest .author-pub-author {
	font-family: "Bainsley", Georgia, "Times New Roman", serif !important;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.35;
	color: #555;
	margin: 0 0 10px;
}

.granish-latest .author-pub-author a,
.granish-latest .author-pub-author .author-pub-credit-link {
	font-family: inherit !important;
	font-weight: 400 !important;
	font-style: normal;
	color: #555;
	text-decoration: none;
}

.granish-latest .author-pub-author a:hover,
.granish-latest .author-pub-author .author-pub-credit-link:hover {
	color: #333;
	text-decoration: underline;
}

.granish-latest .author-pub-translator {
	font-size: 13px;
	margin: 0 0 8px;
}

.granish-latest .author-pub-excerpt {
	margin: 0 0 10px;
}

.granish-latest .author-pub-date {
	font-size: 11px;
	color: #999;
	margin: 0;
}

.granish-latest-inner {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.granish-latest-header {
	text-align: center;
	padding: 28px 0 32px;
	margin-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
}

.granish-latest-title {
	font-family: "Bainsley", Georgia, "Times New Roman", serif !important;
	font-weight: 700;
	font-size: clamp(2.2rem, 5vw, 3.25rem);
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #111;
	margin: 0 0 10px;
}

.granish-latest-tagline {
	font-family: "Noto Sans Armenian", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: #666;
	margin: 0;
}

.granish-latest-list {
	margin-top: 8px;
}

.granish-latest-empty {
	padding: 40px 0;
	text-align: center;
	color: #666;
}

.granish-latest-pagination {
	padding: 36px 0 0;
	text-align: center;
}

.granish-latest-pagination .page-numbers {
	display: inline-block;
	margin: 0 4px;
	padding: 6px 10px;
	text-decoration: none;
	color: #111;
}

.granish-latest-pagination .page-numbers.current {
	font-weight: 700;
	border-bottom: 1px solid #111;
}

@media (max-width: 700px) {
	.granish-latest .author-pub-item {
		flex-direction: column;
		gap: 16px;
	}

	.granish-latest .author-pub-thumb {
		flex-basis: auto;
		width: 100%;
		max-width: 100%;
	}

	.granish-latest .author-pub-thumb img {
		height: 180px;
	}
}
