
.th-hub-guides-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 18px 0 34px;
}

.th-hub-guide-card {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid #e3eaf5;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
	transition: transform .18s ease, box-shadow .18s ease;
}

.th-hub-guide-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 13px 30px rgba(15, 23, 42, .11);
}

.th-hub-guide-link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none !important;
}

.th-hub-guide-media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #eef2f7;
}

.th-hub-guide-image {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transition: transform .3s ease;
}

.th-hub-guide-card:hover .th-hub-guide-image {
	transform: scale(1.035);
}

.th-hub-guide-placeholder {
	background: linear-gradient(135deg, #eef2f7, #dfe7f1);
}

.th-hub-guide-body {
	display: block;
	padding: 16px 17px 18px;
}

.th-hub-guide-title {
	display: block;
	color: #061b46;
	font-size: 18px;
	line-height: 1.32;
	font-weight: 900;
	letter-spacing: -.012em;
}

.th-hub-guide-card:hover .th-hub-guide-title {
	color: #0b5ed7;
}

.th-hub-guide-description {
	display: -webkit-box;
	margin-top: 8px;
	overflow: hidden;
	color: #475569;
	font-size: 14.5px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.th-category-hub-guides {
	clear: both;
	margin: 24px 0 38px;
	padding: 24px;
	border: 1px solid #e3eaf5;
	border-radius: 22px;
	background:
		radial-gradient(circle at top left, rgba(11, 94, 215, .09), transparent 34%),
		linear-gradient(135deg, #fff 0%, #f8fbff 100%);
	box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.th-category-hub-guides h2,
.th-category-hub-latest h2 {
	margin: 0;
	color: #061b46;
	font-size: clamp(25px, 2.5vw, 32px);
	line-height: 1.2;
	font-weight: 950;
	letter-spacing: -.025em;
}

.th-hub-kicker {
	display: inline-flex;
	margin-bottom: 8px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eef6ff;
	color: #0b5ed7;
	font-size: 11px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.th-category-hub-latest {
	clear: both;
	margin: 10px 0 22px;
	padding-top: 8px;
}

.th-category-hub-latest h2:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 23px;
	margin-right: 10px;
	border-radius: 999px;
	background: #dc2626;
	vertical-align: -4px;
}

.th-hub-empty {
	padding: 14px 16px;
	border: 1px dashed #c8d2df;
	border-radius: 12px;
	color: #646970;
	background: rgba(255,255,255,.7);
}

@media (max-width: 900px) {
	.th-hub-guides-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.th-category-hub-guides {
		padding: 20px;
		border-radius: 18px;
	}
}

@media (max-width: 640px) {
	.th-hub-guides-grid {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 28px;
	}

	.th-category-hub-guides {
		margin: 22px 0 30px;
		padding: 16px 12px;
	}

	.th-hub-guide-card {
		border-radius: 14px;
	}
}


/* v1.0.1: Kadence kategori açıklaması içinde gerçek hub paneli */
body.th-category-hub .archive-description,
body.th-category-hub .taxonomy-description {
	max-width: 1180px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body.th-category-hub .archive-description > .th-category-hub-guides,
body.th-category-hub .taxonomy-description > .th-category-hub-guides {
	text-align: left;
}

body.th-category-hub .th-category-hub-guides .th-hub-guides-grid {
	margin-bottom: 0;
}

body.th-category-hub .th-category-hub-latest {
	text-align: left;
}
