/** @format */

.table_responsive {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 1rem;
}

.table_responsive:last-child {
	margin-bottom: 0;
}

.wysiwyg table {
	/* max-width: 100%; */
	width: auto !important;
	height: auto;
	border-collapse: collapse;
}

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

.wysiwyg table th {
}

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

.wysiwyg table th,
.wysiwyg table td {
	padding: calc(var(--universal-gap) / 4) calc(var(--universal-gap) / 2);
	text-align: left;
	width: auto !important;
	border-right: 1px solid var(--color-neutral-grey);
}

.wysiwyg table th:last-child,
.wysiwyg table td:last-child {
	border-right: 0;
}
