/* Caraibes.com — styles front-end des articles générés */

/* Tableaux comparatifs émis par le générateur (class="caraibes-comparison-table").
   markdown_to_html rend déjà les tableaux Markdown dans cette classe
   (comparatifs d'îles, resorts, opérateurs, formalités, budgets par durée).
   Chargée uniquement sur les contenus générés par ce plugin. */
.caraibes-comparison-table {
	width: 100%;
	border-collapse: collapse;
	margin: 26px 0;
	font-size: .95rem;
	line-height: 1.5;
}
.caraibes-comparison-table th {
	background: #0d9488;
	color: #fff;
	text-align: left;
	padding: 12px 14px;
	font-weight: 700;
	border-bottom: 2px solid #115e59;
}
.caraibes-comparison-table td {
	padding: 11px 14px;
	border-bottom: 1px solid #e5e7eb;
	vertical-align: top;
}
.caraibes-comparison-table tr:nth-child(even) td {
	background: #f0fdfa;
}
.caraibes-comparison-table tr:hover td {
	background: #ccfbf1;
}
.caraibes-comparison-table caption {
	caption-side: top;
	text-align: left;
	font-weight: 600;
	color: #115e59;
	padding: 0 0 8px;
	font-size: .9rem;
}

/* Tableaux larges (îles, resorts) lisibles sur mobile. */
@media (max-width: 640px) {
	.caraibes-comparison-table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
