@use 'sass:map';
@use '../../styles/typography';

.refunds-info {
  &__total {
    @include typography.text-lg;
    font-weight: map.get(typography.$font-weights, semibold);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
  }
}
