@utility burst-inline-block-padding {
	@apply px-6 max-xl:px-2.5;
}

@utility burst-data-table {
	.rdt_TableHeadRow {
	@apply burst-inline-block-padding bg-white text-text-black border-b border-gray-200;
	}

.rdt_TableRow {
	@apply burst-inline-block-padding border-b border-gray-200 text-text-black;
	}

	.rdt_TableCol {
	@apply pl-0 pr-0;
	}

.rdt_TableCell {
	@apply pl-0 pr-0;
	}
}

@utility rdt_TableHeadRow {
	.burst-data-table:not(.no-custom-burst-style) & {
	@apply burst-inline-block-padding bg-white text-text-black border-b border-gray-200;
	}
}

@utility rdt_TableRow {
	.burst-data-table:not(.no-custom-burst-style) & {
	@apply burst-inline-block-padding border-b border-gray-200 text-text-black;
	}
}

@utility rdt_TableCol {
	.burst-data-table:not(.no-custom-burst-style) & {
	@apply pl-0 pr-0;
	}
}

@utility rdt_TableCell {
	.burst-data-table:not(.no-custom-burst-style) & {
	@apply pl-0 pr-0;
	}
}

@utility rdt_Pagination {
	& select + svg {
	@apply hidden;
	}
}
