/**
 * Adaptations du portail /voyage-antiquite/.
 * Cette feuille complète le module AntikForever — Voyage en Égypte.
 */

.antik-voyage-antiquite-page .voyage-hero--monde {
	min-height: 420px;
}

.antik-voyage-antiquite-page .voyage-hero--monde h1 {
	max-width: 16ch;
}

.antik-voyage-antiquite-page .voyage-hero__visual--map {
	align-items: center;
	padding: 32px;
}

.antik-voyage-antiquite-page .voyage-hero__visual--map a {
	display: block;
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(35, 18, 10, 0.28);
}

.antik-voyage-antiquite-page .voyage-hero__visual--map img {
	width: 100%;
	max-height: 340px;
	border: 0;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.82) sepia(0.12) contrast(1.04);
}

.antik-voyage-antiquite-page .voyage-card p + p {
	margin-top: 12px;
}

.antik-voyage-antiquite-page .voyage-card--pending {
	border-style: dashed;
	background: var(--voyage-white);
	box-shadow: none;
}

.antik-voyage-antiquite-page .voyage-status {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 14px;
	padding: 6px 10px;
	border: 1px solid rgba(111, 31, 20, 0.24);
	border-radius: 999px;
	background: rgba(111, 31, 20, 0.07);
	color: var(--voyage-bordeaux);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

@media (max-width: 700px) {
	.antik-voyage-antiquite-page .voyage-hero--monde {
		min-height: 0;
	}
}

