.rating-digits{
  span{
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--#{$variable-prefix}dark-text-color);
  }
  svg{
    color: #ffc54d;
    *{
      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-left{
    min-width: calc(50% - 18px);
  }
  &.pricing-right{
    &> span{
      color: #539a86;
    }
  }
  .price{
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--#{$variable-prefix}dark-text-color);
    &.price-line-through{
      color: #76777a;
      text-decoration: line-through;
    } 
    span{
      max-width: 45px;
      font-size: .75rem;
      color: #76777a;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      text-decoration: line-through;
    }
  }
}