.toggle-icon {
    transition: transform 0.3s ease;
  }
  
  button[aria-expanded="true"] .toggle-icon {
    transform: rotate(45deg); /* turns + into an ×/− shape */
  }
  