/* LCPF Frontend – Product Features Table */
.lcpf-features-table-wrap {
	max-width: 680px;
}

.lcpf-features-table {
	width: 100%;
	border-collapse: collapse;
	font-size: var(--font-size-sm, 0.875rem);
}

.lcpf-features-table tr {
	border-bottom: 1px solid var(--color-border, #e2e8e6);
}

.lcpf-features-table tr:last-child {
	border-bottom: none;
}

.lcpf-features-table th,
.lcpf-features-table td {
	padding: 12px 16px;
	text-align: left;
	vertical-align: middle;
}

.lcpf-features-table th {
	width: 40%;
	color: var(--color-text-muted, #6b7280);
	font-weight: 400;
	font-size: var(--font-size-sm, 0.875rem);
}

.lcpf-features-table td {
	font-weight: 600;
	color: var(--color-text-dark, #1a1a1a);
}

@media (max-width: 480px) {
	.lcpf-features-table th {
		width: 50%;
	}
	.lcpf-features-table th,
	.lcpf-features-table td {
		padding: 10px 12px;
	}
}
