/**
 * Table  CSS in editor.
 *
 * @handle hamail-block-table-view
 */
.wp-block-hamail {
	&-table {
		width: 100%;
		table-layout: fixed;
		border-spacing: 0;
		border-collapse: collapse;
		clear: both;
		border: none;
	}

	&-row {
		margin: 0;
		padding: 0;
		min-height: 3em;
	}

	&-col {
		min-height: 3em;
		min-width: 3em;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}
}
