.pay-countdown {
  display: flex;
  align-items: center;
  gap: 4px;
  // margin-top: 24px;

  .countdown-title {
    color: var(--Text-Text_1, #1B1B1B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .countdown-time {
    color: var(--theme-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}