.processing {
  padding: 5rem 2rem !important;
  margin-top: 0 !important;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;

  & svg {
    color: var(--scampi-700);
  }
}