/* PerfectLeads.com SEO Generator — frontend styles for generated articles */

/* Comparison tables emitted by the generator (class="psg-comparison-table").
   The Markdown-to-HTML converter now renders pipe tables into this class;
   without this stylesheet they would fall back to unstyled browser defaults. */
.psg-comparison-table {
	width: 100%;
	border-collapse: collapse;
	margin: 26px 0;
	font-size: .95rem;
	line-height: 1.5;
}
.psg-comparison-table th {
	background: #4338ca;
	color: #fff;
	text-align: left;
	padding: 12px 14px;
	font-weight: 700;
	border-bottom: 2px solid #3730a3;
}
.psg-comparison-table td {
	padding: 11px 14px;
	border-bottom: 1px solid #e2e8f0;
	vertical-align: top;
}
.psg-comparison-table tr:nth-child(even) td {
	background: #f5f5fd;
}
.psg-comparison-table tr:hover td {
	background: #ebebfa;
}
.psg-comparison-table caption {
	caption-side: top;
	text-align: left;
	font-weight: 600;
	color: #4338ca;
	padding: 0 0 8px;
	font-size: .9rem;
}

/* Keep wide tool / channel / industry comparison tables usable on phones. */
@media (max-width: 640px) {
	.psg-comparison-table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
