.mgb-markdown-block {
	width: 100%;
}

.mgb-markdown-content {
	line-height: 1.75;
}

/* --------------------------
   TABLE IMPROVEMENTS
-------------------------- */

.mgb-markdown-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
	font-size: 0.95rem;
}

.mgb-markdown-content thead {
	background: #f9fafb;
}

.mgb-markdown-content th,
.mgb-markdown-content td {
	border: 1px solid #e5e7eb;
	padding: 0.6em 0.75em;
	text-align: left;
	vertical-align: top;
}

.mgb-markdown-content th {
	font-weight: 600;
	color: #111827;
}

.mgb-markdown-content tbody tr:nth-child(even) {
	background: #f9fafb;
}

/* Optional hover (feels nice with Tailwind sites) */
.mgb-markdown-content tbody tr:hover {
	background: #f3f4f6;
}

/* --------------------------
   EXISTING STYLES
-------------------------- */

.mgb-markdown-content h1,
.mgb-markdown-content h2,
.mgb-markdown-content h3,
.mgb-markdown-content h4,
.mgb-markdown-content h5,
.mgb-markdown-content h6 {
	margin-top: 1.25em;
	margin-bottom: 0.5em;
	font-weight: 700;
	line-height: 1.25;
}

.mgb-markdown-content p,
.mgb-markdown-content ul,
.mgb-markdown-content ol,
.mgb-markdown-content blockquote,
.mgb-markdown-content pre {
	margin-bottom: 1em;
}

.mgb-markdown-content ul,
.mgb-markdown-content ol {
	padding-left: 1.5em;
}

.mgb-markdown-content pre {
	padding: 1em;
	overflow-x: auto;
	border-radius: 0.5rem;
	background: #f5f5f5;
}

.mgb-markdown-content code {
	font-family: Consolas, Monaco, monospace;
}

.mgb-markdown-content blockquote {
	border-left: 4px solid #d4d4d8;
	padding-left: 1em;
	color: #52525b;
}

/* Editor preview (optional consistency) */
.mgb-preview table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
}

.mgb-preview th,
.mgb-preview td {
	border: 1px solid #ddd;
	padding: 0.6em 0.75em;
}