/*-------------------- Topic Navigation --------------------*/

.wh_topic_toc {
  border-left: 1px solid var(--soft-sand);
  padding-left:10px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.wh_topic_toc ul li {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.wh_topic_toc ul li:first-child {
  margin-top: 17px !important;
}

.wh_topic_label {
  color: var(--green);
}

.section-title > a {
  color: var(--deep-blue-60);
  text-decoration: none;
}