details > summary {
  list-style: none;
}

details summary {
  cursor: pointer;
}
details > summary::marker,
details > summary::-webkit-details-marker {
  display: none;
}

.factor-parent {
    border-top-style: solid;
    border-width: 1px;
    border-color: var(--neutralsneutral-dark);
}
.factor-parent:last-of-type {
    border-bottom-style: solid;
}
.factor-parent[open] {
    background-color: var(--neutralswhite);
}