.thieffry-toggle {
  display: flex;
  flex-direction: column;
  /* width: 100%; */
}

.thieffry-toggle-item {
  display: none;
}

.thieffry-toggle-item.active {
  display: block;
  cursor: pointer;
}

.thieffry-toggle-item-icon {
  width: 1em;
  height: 1em;
}