
.plot-listing-section table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.plot-listing-section table thead {
	border: none;
}
.plot-listing-section table thead tr {
	border: none;
	--tw-border-opacity: 1;
	border-bottom: 1px solid rgba( var( --off-dark ), var( --tw-border-opacity ) );
}
.plot-listing-section table thead th {
	width: 25%;
	border: none;
	padding: calc( 2 * var( --spacing-unit ) ) 0;
	font-size: var( --h5-fs );
	line-height: var( --h5-lh );
	letter-spacing: var( --h5-ls );
	--tw-text-opacity: 1;
	color: rgba( var( --accent ), var( --tw-text-opacity ) );
	text-transform: uppercase;
}

.plot-listing-section table tbody tr {
	border: none;
	--tw-border-opacity: 1;
	border: 0 solid rgba( var( --off-dark ), var( --tw-border-opacity ) );
}
.plot-listing-section table tbody tr:not(:last-child) {
	border-bottom-width: 1px;
}
.plot-listing-section table tbody td {
	width: 25%;
	border: none;
	padding: calc( 2 * var( --spacing-unit ) ) 0;
	--tw-text-opacity: 1;
	color: rgba( var( --light ), var( --tw-text-opacity ) );
}
