.process-step-body {
  border-radius: 1rem;
  padding: 0.85rem 1rem;
  margin: -0.35rem -0.5rem;
  border: 1px solid transparent;
  transition: background-color 0.22s cubic-bezier(0.32, 0.72, 0, 1), border-color 0.22s cubic-bezier(0.32, 0.72, 0, 1);
}
.process-step:hover .process-step-body,
.process-step:focus-within .process-step-body {
  background: #F3EEF7;
  border-color: rgba(88, 45, 130, 0.16);
}
