.rating-digits{
  span{
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--#{$variable-prefix}dark-text-color);
  }
  svg{
    color: #ffc54d;
  }
}

.rating-cart-wrapper{
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid #f5f5f6;
}

.course-price-wrapper{
  margin: 1rem 0 0;
  min-height: 2.625rem;
}

.pricing-slot{
  &> span{
    font-size: .625rem;
    color: #5f97f4;
  }
  &.pricing-right{
    &> span{
      color: #539a86;
    }
  }
  .price{
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--#{$variable-prefix}dark-text-color);
    span{
      font-size: .75rem;
      color: #76777a;
      text-decoration: line-through;
    }
  }
}