@import '../helpers/variables';

.repayment-terms {
  background: $gray-bg;
  display: flex;
  flex-direction: column;
  gap: 16px;

  &__title {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
  }

  &__asterisk {
    color: $red;
  }

  &__chips {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
  }

  &__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  &__divider {
    padding: 10px 0;
  }
}
