div.how-to-handle-the-matter-topics-container > div.how-to-handle-the-matter-topics-main {
  position: relative;
  z-index: 1;
}
div.how-to-handle-the-matter-topics-container > div.how-to-handle-the-matter-topics-main ul.how-to-handle-the-matter-topics {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 1;
  border: solid 1px black;
}
div.how-to-handle-the-matter-topics-container > div.how-to-handle-the-matter-topics-main ul.how-to-handle-the-matter-topics.topics-list-collapsed {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
}
div.how-to-handle-the-matter-topics-container > div.how-to-handle-the-matter-topics-main ul.how-to-handle-the-matter-topics.topics-list-expanded {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
div.how-to-handle-the-matter-topics-container > div.how-to-handle-the-matter-topics-main ul.how-to-handle-the-matter-topics > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=how-to-handle-the-matter-topics.css.map */
