/** @format */

.wysiwyg table {
	border-collapse: collapse;
	margin-bottom: 1rem;
}

.wysiwyg table:last-child {
	margin-bottom: 0;
}

.wysiwyg table tr {
	border-bottom: 1px solid var(--color-black);
}

.wysiwyg table tr:last-child {
	border-bottom: 0;
}
