.pt-table__row {
	position: relative;
	display: flex;
	align-items: baseline;
	flex-wrap: nowrap;
	margin-top: var(--space-xs);
	transition: background-color 0.5s ease-out
}
.pt-table__row:first-child {
		margin-top: 0;
	}
