.htmove-advance-list {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.htmove-advance-list > li {
  position: relative;
}

.htmove-advance-list > li > a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
  color: rgba(51, 51, 51, 0.85);
  border-bottom: 1px solid rgba(230, 230, 230, 0.4);
}

.htmove-advance-list > li > a .htmove-list-icon {
  margin-right: 8px;
  color: #1D39D7;
}

.htmove-advance-list > li > a .htmove-list-text {
  line-height: 1.465;
  position: relative;
}

.htmove-advance-list > li > a .htmove-list-text span {
  display: block;
}

.htmove-advance-list > li > a .htmove-list-text span.htmove-list-subtitle {
  font-size: 14px;
  margin-top: 2px;
  color: #999999;
}

.htmove-advance-list > li > a .htmove-list-badge {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-left: 20px;
  padding: 0 7px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 2px;
  color: #FFFFFF;
  background-color: #1D39D7;
}

.htmove-advance-list > li:last-child > a {
  border-bottom: none !important;
}

.htmove-advance-list > li:hover > a {
  color: #1D39D7;
}