/**
 * archive-tarih-ulke.php — URL: /ulke-tarihi/
 */

.post-type-archive-tarih-ulke {
	font-family: var(--esmer-font-body);
}

.post-type-archive-tarih-ulke .ulke-arsiv-top {
	margin-top: 40px !important;
}

.post-type-archive-tarih-ulke .arsiv-header {
	text-align: center;
	margin-bottom: 40px;
}

.post-type-archive-tarih-ulke .arsiv-header__icon {
	font-size: 60px;
	line-height: 1;
}

.post-type-archive-tarih-ulke .arsiv-title {
	font-family: var(--esmer-font-display);
	font-size: 48px;
	font-weight: 900;
	color: #111;
	margin: 15px 0 0 0;
}

.post-type-archive-tarih-ulke .arsiv-desc {
	font-family: var(--esmer-font-body);
	font-style: italic;
	color: #666;
	max-width: 700px;
	margin: 0 auto;
}

.post-type-archive-tarih-ulke .esmer-archive-divider {
	width: 60px;
	height: 3px;
	background: #ffba00;
	margin: 20px auto;
}

.post-type-archive-tarih-ulke .esmer-ulke-filtre {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 40px;
}

.post-type-archive-tarih-ulke .ulke-filtre-btn {
	background: #fff;
	border: 1px solid #eee;
	color: #555;
	padding: 12px 25px;
	border-radius: 50px;
	font-size: 11px;
	font-weight: 800;
	font-family: var(--esmer-font-ui);
	cursor: pointer;
	transition: 0.3s;
}

.post-type-archive-tarih-ulke .ulke-filtre-btn.active {
	background: #ffba00;
	color: #111;
	border-color: #ffba00;
	box-shadow: 0 5px 15px rgba(255, 186, 0, 0.3);
}

.post-type-archive-tarih-ulke #esmer-atlas-container {
	position: relative;
	min-height: 400px;
}

.post-type-archive-tarih-ulke #atlas-loader {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	background: rgba(255, 186, 0, 0.9);
	color: #111;
	padding: 10px 25px;
	border-radius: 50px;
	font-weight: 900;
	font-family: var(--esmer-font-ui);
}

.post-type-archive-tarih-ulke .esmer-medeniyetler-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 30px;
}

/* Ülke bayrakları dikdörtgen — dairesel kırpma yerine 3:2 kutu + contain */
.post-type-archive-tarih-ulke .medeniyet-kart__flag--atlas {
	width: 100%;
	max-width: 132px;
	height: auto;
	aspect-ratio: 3 / 2;
	margin: 0 auto 20px;
	border-radius: 10px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.post-type-archive-tarih-ulke .medeniyet-kart__flag--atlas img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: none;
}

.post-type-archive-tarih-ulke .medeniyet-kart:hover .medeniyet-kart__flag--atlas img {
	transform: none;
}

.post-type-archive-tarih-ulke .medeniyet-kart__flag--atlas .medeniyet-kart__flag-placeholder {
	font-size: 36px;
}

.post-type-archive-tarih-ulke .atlas-empty-msg {
	text-align: center;
	padding: 50px 20px;
	color: #666;
	font-family: var(--esmer-font-body);
	font-style: italic;
}

.post-type-archive-tarih-ulke .esmer-premium-breadcrumbs.esmer-breadcrumb--archive {
	margin-bottom: 35px;
	border-radius: 12px;
	background: #fff;
}

.post-type-archive-tarih-ulke .arsiv-pagination {
	margin-top: 50px;
	text-align: center;
}

.post-type-archive-tarih-ulke .arsiv-pagination .page-numbers {
	display: inline-block;
	padding: 10px 18px;
	background: #fff;
	border: 1px solid #eee;
	margin: 0 5px;
	border-radius: 50px;
	color: #333;
	text-decoration: none;
	font-weight: 700;
	transition: 0.3s;
	font-family: var(--esmer-font-ui);
}

.post-type-archive-tarih-ulke .arsiv-pagination .page-numbers.current {
	background: #ffba00;
	border-color: #ffba00;
}
