.wpie-details-sidebar {
  margin-inline-start: 8px;
  summary {
    cursor: pointer;
    &::-webkit-details-marker,
    &::marker {
      color: var(--wpie-color-orange);
    }
    color: var(--wpie-color-dark);
    //color: rgb(var(--wpie-rgb-blurple));
    font-weight: 500;
  }
  &[open] summary {
    margin-bottom: 0.75rem;
    text-decoration: underline dashed;
    text-decoration-color: rgb(var(--wpie-rgb-blurple));
    text-underline-offset: 4px;
    color: var(--wpie-color-orange);
  }
}