/*
 * Bab Al Marsa Manager - styles minimaux pour les templates de secours
 * (single-bam_category.php / single-bam_restaurant.php), utilisés uniquement
 * si Elementor Theme Builder ne gère pas l'affichage single de ces CPT.
 */

.bam-fallback {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 20px;
}

.bam-fallback__thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	margin-bottom: 24px;
}

.bam-fallback__title {
	color: #1f3b52;
	margin-bottom: 16px;
}

.bam-fallback__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
	color: #1f3b52;
}

.bam-fallback__meta span {
	background: #f5efe3;
	border-radius: 30px;
	padding: 6px 16px;
	font-size: 0.9rem;
}

.bam-fallback__content {
	line-height: 1.7;
	color: #333;
}

.bam-fallback-notice {
	background: #fff8e5;
	border-left: 4px solid #c9a24b;
	padding: 12px 16px;
	margin-bottom: 24px;
	font-size: 0.9rem;
}
