/**
 * single-seyyahlar.php
 */

.esmer-seyyah-page {
	margin-top: 40px;
}

.seyyah-profile-page {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.03);
	overflow: hidden;
	padding: 40px;
	font-family: var(--esmer-font-body, 'Merriweather', Georgia, serif);
}

.seyyah-header {
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 2px solid #eef5ee;
	padding-bottom: 30px;
}

.seyyah-header__kicker {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 12px;
	border-radius: 999px;
	background: #e8f5e9;
	color: #2e7d32;
	font-family: var(--esmer-font-ui, sans-serif);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.seyyah-name {
	font-family: var(--esmer-font-display, 'Cinzel', Georgia, serif);
	font-size: clamp(2rem, 5vw, 3rem);
	color: #2c3e50;
	margin: 0 0 12px;
	font-weight: 900;
}

.seyyah-life-dates {
	margin: 0;
	font-family: var(--esmer-font-display, 'Cinzel', Georgia, serif);
	font-size: 1.05rem;
	color: #5c6b5c;
	letter-spacing: 0.04em;
}

.seyyah-grid {
	display: flex;
	gap: 50px;
	align-items: flex-start;
}

.seyyah-sidebar {
	width: 300px;
	flex-shrink: 0;
}

.seyyah-image-wrapper {
	margin-bottom: 25px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(46, 125, 50, 0.12);
	border: 5px solid #fff;
}

.seyyah-img {
	width: 100%;
	height: auto;
	display: block;
}

.seyyah-no-image {
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #e8f5e9, #f1f8e9);
	font-size: 4rem;
}

.seyyah-profile-page .mini-map-box {
	background: #fff;
	border: 1px solid #dce8dc;
	border-radius: 12px;
	margin-bottom: 25px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(46, 125, 50, 0.08);
	position: relative;
}

.seyyah-profile-page .mini-map-header {
	background: #2e7d32;
	color: #fff;
	padding: 12px 16px;
	font-family: var(--esmer-font-display, 'Cinzel', Georgia, serif);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-align: center;
}

.seyyah-profile-page .mini-map-header i {
	color: #c8e6c9;
	margin-right: 6px;
}

.seyyah-profile-page .seyyah-mini-map-box .esmer-atlas-pin-map,
.seyyah-profile-page .seyyah-mini-map-box .leaflet-container,
.seyyah-profile-page .seyyah-mini-map-canvas .esmer-atlas-map-canvas {
	width: 100% !important;
	max-width: 100%;
	height: 200px !important;
	min-height: 200px;
	max-height: 200px;
	background: #e8f0e8;
}

.seyyah-profile-page .mini-map-label {
	padding: 10px 14px;
	text-align: center;
	font-size: 0.85rem;
	color: #4a5d4a;
	border-top: 1px solid #eef5ee;
	font-family: var(--esmer-font-ui, sans-serif);
}

.seyyah-identity-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.seyyah-identity-card .id-header {
	background: #2e7d32;
	color: #fff;
	padding: 10px;
	font-weight: 800;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	font-family: var(--esmer-font-ui, sans-serif);
}

.seyyah-identity-card .id-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.seyyah-identity-card .id-list li {
	padding: 12px 15px;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-family: var(--esmer-font-ui, sans-serif);
}

.seyyah-identity-card .id-list li:last-child {
	border-bottom: none;
}

.seyyah-identity-card .id-list .lbl {
	color: #7f8c8d;
	font-weight: 700;
	flex-shrink: 0;
}

.seyyah-identity-card .id-list .val {
	color: #2c3e50;
	font-weight: 600;
	text-align: right;
}

.seyyah-identity-card .flag-icon {
	width: 20px;
	height: auto;
	border-radius: 2px;
	margin-right: 5px;
	vertical-align: middle;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.seyyah-ulke-val a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #c5d9c5;
	transition: color 0.2s, border-color 0.2s;
}

.seyyah-ulke-val a:hover {
	color: #2e7d32;
	border-color: #2e7d32;
}

.seyyah-content {
	flex: 1;
	min-width: 0;
}

.seyyah-profile-page .section-title {
	font-family: var(--esmer-font-display, 'Cinzel', Georgia, serif);
	font-size: 1.5rem;
	color: #2c3e50;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eef5ee;
}

.seyyah-lead {
	margin: 0 0 1.25rem;
	font-size: 1.05rem;
	line-height: 1.85;
	color: #5c534a;
}

.seyyah-body {
	font-size: 1.05rem;
	line-height: 1.85;
	color: #333;
}

.seyyah-routes-banner {
	margin: 0 0 36px;
	padding: 24px;
	background: linear-gradient(135deg, #fafcf9 0%, #eef5ee 100%);
	border: 1px solid #dce8dc;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(44, 62, 80, 0.06);
}

.seyyah-routes-banner__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

.seyyah-routes-banner__title {
	font-family: var(--esmer-font-display, 'Cinzel', Georgia, serif);
	font-size: 1.35rem;
	color: #2c3e50;
	margin: 0;
}

.seyyah-routes-banner__title i {
	color: #2e7d32;
	margin-right: 8px;
}

.seyyah-routes-banner__archive {
	font-size: 0.88rem;
	font-weight: 800;
	color: #2e7d32;
	text-decoration: none;
}

.seyyah-routes-banner__archive:hover {
	text-decoration: underline;
}

.seyyah-routes-grid--banner {
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.seyyah-route-card--featured {
	background: #fff;
	border-color: #c8dcc8;
	box-shadow: 0 6px 18px rgba(46, 125, 50, 0.08);
}

.seyyah-route-card__meta {
	display: block;
	margin-top: 4px;
	font-size: 0.82rem;
	font-weight: 600;
	color: #2e7d32;
}

.seyyah-routes-section {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 2px solid #eef5ee;
}

.seyyah-routes-title {
	font-family: var(--esmer-font-display, 'Cinzel', Georgia, serif);
	font-size: 1.35rem;
	color: #2c3e50;
	margin: 0 0 24px;
}

.seyyah-routes-title i {
	color: #2e7d32;
	margin-right: 8px;
}

.seyyah-routes-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}

.seyyah-route-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
	background: #fafcf9;
	border: 1px solid #dce8dc;
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.seyyah-route-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(46, 125, 50, 0.12);
	border-color: #2e7d32;
}

.seyyah-route-card__icon {
	font-size: 1.75rem;
	flex-shrink: 0;
}

.seyyah-route-card__body {
	flex: 1;
	min-width: 0;
}

.seyyah-route-card__title {
	display: block;
	font-family: var(--esmer-font-display, 'Cinzel', Georgia, serif);
	font-size: 1rem;
	font-weight: 700;
	color: #2c3e50;
}

.seyyah-route-card__excerpt {
	display: block;
	margin-top: 4px;
	font-size: 0.85rem;
	color: #6b7280;
	line-height: 1.4;
}

.seyyah-route-card__cta {
	flex-shrink: 0;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #2e7d32;
	font-family: var(--esmer-font-ui, sans-serif);
}

@media (max-width: 900px) {
	.seyyah-profile-page {
		padding: 24px 18px;
	}

	.seyyah-grid {
		flex-direction: column;
		gap: 30px;
	}

	.seyyah-sidebar {
		width: 100%;
	}

	.seyyah-image-wrapper {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
}
