.position-row {
  transition: background 0.15s ease;
}

.position-row:hover {
  background: #f9fafb;
}
