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

/* Tableaux comparatifs émis par le générateur (class="rdc-comparison-table").
   markdown_to_html rend déjà les tableaux Markdown dans cette classe
   (comparatifs banques/profils, étapes de procédure, fourchettes par durée).
   Chargée uniquement sur les contenus générés par ce plugin. */
.rdc-comparison-table {
	width: 100%;
	border-collapse: collapse;
	margin: 26px 0;
	font-size: .95rem;
	line-height: 1.5;
}
.rdc-comparison-table th {
	background: #0369a1;
	color: #fff;
	text-align: left;
	padding: 12px 14px;
	font-weight: 700;
	border-bottom: 2px solid #075985;
}
.rdc-comparison-table td {
	padding: 11px 14px;
	border-bottom: 1px solid #e5e7eb;
	vertical-align: top;
}
.rdc-comparison-table tr:nth-child(even) td {
	background: #f0f9ff;
}
.rdc-comparison-table tr:hover td {
	background: #e0f2fe;
}
.rdc-comparison-table caption {
	caption-side: top;
	text-align: left;
	font-weight: 600;
	color: #075985;
	padding: 0 0 8px;
	font-size: .9rem;
}

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