summary {
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  border-radius: 14px;
}

summary:hover {
  background: #f1f5f9;   /* light hover background */
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
}