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

/* Comparison tables emitted by the generator (class="cfg-comparison-table").
   Without this stylesheet the tables fall back to raw browser defaults, which
   is the main reason they previously looked unstyled. */
.cfg-comparison-table {
	width: 100%;
	border-collapse: collapse;
	margin: 26px 0;
	font-size: .95rem;
	line-height: 1.5;
}
.cfg-comparison-table th {
	background: #115e59;
	color: #fff;
	text-align: left;
	padding: 12px 14px;
	font-weight: 700;
	border-bottom: 2px solid #0b423e;
}
.cfg-comparison-table td {
	padding: 11px 14px;
	border-bottom: 1px solid #e2e8f0;
	vertical-align: top;
}
.cfg-comparison-table tr:nth-child(even) td {
	background: #f1f7f6;
}
.cfg-comparison-table tr:hover td {
	background: #e4f0ee;
}
.cfg-comparison-table caption {
	caption-side: top;
	text-align: left;
	font-weight: 600;
	color: #115e59;
	padding: 0 0 8px;
	font-size: .9rem;
}

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