.esmer-seyahat-map-shell {
	min-height: 360px;
	margin: 1.5rem 0;
}

.esmer-seyahat-header {
	margin-bottom: 1rem;
}

.esmer-seyahat-header--with-seyyah {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 20px;
	padding: 24px;
	background: linear-gradient(135deg, #f8f5f0 0%, #eef5ee 100%);
	border: 1px solid #dce8dc;
	border-radius: 16px;
	margin-bottom: 1.5rem;
}

.esmer-seyahat-header-main {
	flex: 1 1 280px;
	min-width: 0;
}

.esmer-seyahat-header-kicker {
	display: inline-block;
	font-family: var(--esmer-font-display, 'Cinzel', serif);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2e7d32;
	margin-bottom: 8px;
}

.esmer-seyahat-route-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.esmer-seyahat-route-badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 999px;
	background: rgba(46, 125, 50, 0.12);
	color: #2e7d32;
	font-size: 0.82rem;
	font-weight: 700;
}

.esmer-seyahat-seyyah-box {
	flex: 0 1 340px;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 20px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(46, 125, 50, 0.25);
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(44, 62, 80, 0.08);
}

.esmer-seyahat-seyyah-kicker {
	display: block;
	font-family: var(--esmer-font-display, 'Cinzel', serif);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2e7d32;
	margin-bottom: 4px;
}

.esmer-seyahat-seyyah-title {
	margin: 0 0 6px;
	font-family: var(--esmer-font-display, 'Cinzel', serif);
	font-size: 1.15rem;
	line-height: 1.3;
	color: #2c3e50;
}

.esmer-seyahat-seyyah-dates {
	margin: 0 0 10px;
	font-size: 0.88rem;
	color: #6b635a;
}

.esmer-seyahat-seyyah-cta {
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
	background: #2e7d32;
	color: #fff;
	padding: 8px 16px;
	border-radius: 999px;
	transition: 0.2s;
}

.esmer-seyahat-seyyah-cta:hover {
	background: #1b5e20;
	color: #fff;
}

.esmer-seyahat-seyyah-portrait {
	width: 88px;
	height: 110px;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #2e7d32;
	flex-shrink: 0;
}

.esmer-seyahat-seyyah-portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.esmer-seyahat-seyyah-portrait-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 2rem;
	background: #eef5ee;
}

.esmer-seyahat-title {
	margin: 0 0 0.5rem;
}

.esmer-seyahat-tab-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 1rem 0;
}

.esmer-seyahat-tab-btn {
	border: 1px solid #c9c0b5;
	background: #f8f5f0;
	padding: 8px 14px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 0.95rem;
}

.esmer-seyahat-tab-btn.is-active {
	background: #b84500;
	border-color: #8a3300;
	color: #fff;
}

.esmer-seyahat-tab-pane {
	display: none;
	padding: 1rem 0;
}

.esmer-seyahat-tab-pane.is-active {
	display: block;
}

.esmer-seyahat-seyahat-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.esmer-seyahat-seyahat-list li {
	margin: 0.35rem 0;
}
