/* ==========================================================================
   Analiz Kariyer — ek tema stilleri (bileşenler)
   by xStudio
   ========================================================================== */

/* Butonlar */
.analiz-button,
.wp-block-button__link {
	display: inline-block;
	background: #2563eb;
	color: #fff;
	padding: 12px 24px;
	border-radius: 8px;
	font-weight: 600;
	transition: background .2s ease;
}

.analiz-button:hover,
.wp-block-button__link:hover {
	background: #1d4ed8;
	text-decoration: none;
	color: #fff;
}

/* Yazı/sayfa içerik tipografisi */
.entry-content {
	font-size: 1.05rem;
}

.entry-header .entry-title {
	font-size: 2rem;
	margin-bottom: .25em;
}

.entry-meta {
	color: #6b7280;
	font-size: .9rem;
	margin-bottom: 1.5em;
}

.entry-meta span + span::before {
	content: "•";
	margin: 0 8px;
	color: #d1d5db;
}

.entry-thumbnail {
	margin: 0 0 24px;
}

.entry-thumbnail img {
	border-radius: 12px;
	width: 100%;
	object-fit: cover;
}

/* Arşiv kartları */
.analiz-card {
	display: flex;
	flex-direction: column;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 28px;
	background: #fff;
	transition: box-shadow .2s ease, transform .2s ease;
}

.analiz-card:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
	transform: translateY(-2px);
}

.analiz-card__thumb img {
	width: 100%;
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.analiz-card__body {
	padding: 20px 24px 24px;
}

.analiz-card .entry-title {
	font-size: 1.4rem;
	margin-bottom: .35em;
}

.analiz-readmore {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
}

/* Sayfalama */
.analiz-pagination,
.pagination,
.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin: 40px 0;
}

/* Yorum alanı temel */
.comments-area {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid #e5e7eb;
}

/* Responsive */
@media (min-width: 768px) {
	.analiz-archive .site-main {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 28px;
	}

	.analiz-archive .site-main > .page-header,
	.analiz-archive .site-main > .analiz-pagination,
	.analiz-archive .site-main > .nav-links {
		grid-column: 1 / -1;
	}

	.analiz-card {
		margin-bottom: 0;
	}
}
