.po-item {
  display: grid;
  gap: 12px;
  grid-template-columns: 4fr 1fr fit-content(40px);
}