.sidebar-menu__button {
 
  &:is(summary) {
    /* Change icon when details is open */
    details[open] > & i.ph-newspaper::before {
      content: "\e346" !important; /* ph-newspaper-clipping unicode */
    }
  }
}