.pay-amount {
  display: flex;
  align-items: center;
  gap: 8px;

  .amount-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }

  .amount-value {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    color: var(--theme-color);
  }
}