.mobile-payment-block {
  display: flex;
  flex-direction: column;
  border: 1px solid #ECEBEB;
  margin-bottom: 1rem;

  .top-mobile {
    display: flex;
    justify-content: space-between;
    padding: .5rem;
    border-bottom: 2px solid #F1F1F1;
  }

  .bottom-mobile {
    padding: .5rem;
  }
  .type, .status, .payment-id, .source {
    font-size: .9rem;
  }
  .amount, .budget {
    font-size: 1rem;
  }
  .status {
    text-align: right;
  }
}