/* Lightweight Editor — front-end citation link styling */
a.lwe-cite-link {
	border-bottom: 1px dashed currentColor;
	text-decoration: none;
}
a.lwe-cite-link:hover {
	border-bottom-style: solid;
}
sup.lwe-cite-marker a {
	text-decoration: none;
	font-size: 0.75em;
}

/* v0.53.2 — tables (dedicated Table feature + Markdown-converted in-draft tables).
   Mirrors WpPostPublisher::preview_styles() so published posts match the editor. */
.lwe-table-figure {
	margin: 16px 0;
	overflow-x: auto;
}
.lwe-comparison-table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0;
}
.lwe-comparison-table th,
.lwe-comparison-table td {
	border: 1px solid #c3c4c7;
	padding: 8px 10px;
	text-align: left;
}
.lwe-comparison-table th {
	background: #f6f7f7;
	font-weight: 600;
}
