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

/* Comparison tables emitted by the generator (class="lsg-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. */
.lsg-comparison-table {
	width: 100%;
	border-collapse: collapse;
	margin: 26px 0;
	font-size: .95rem;
	line-height: 1.5;
}
.lsg-comparison-table th {
	background: #047857;
	color: #fff;
	text-align: left;
	padding: 12px 14px;
	font-weight: 700;
	border-bottom: 2px solid #035c43;
}
.lsg-comparison-table td {
	padding: 11px 14px;
	border-bottom: 1px solid #e2e8f0;
	vertical-align: top;
}
.lsg-comparison-table tr:nth-child(even) td {
	background: #f0faf6;
}
.lsg-comparison-table tr:hover td {
	background: #dcf3e9;
}
.lsg-comparison-table caption {
	caption-side: top;
	text-align: left;
	font-weight: 600;
	color: #047857;
	padding: 0 0 8px;
	font-size: .9rem;
}

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