.webbex-indices {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}
.webbex-indices__title {
  font-weight: 600;
  margin-bottom: 8px;
}
.webbex-indices__list {
  margin: 0;
  padding-left: 18px;
}
.webbex-indices__item {
  margin: 6px 0;
  line-height: 1.35;
}
.webbex-indices__item::marker{
  font-size: 15px;
  color: #d688d9;
}
.webbex-indices__link {
  text-decoration: none;
}
.webbex-indices__link:hover,
.webbex-indices__link:focus {
  text-decoration: underline;
}
