  /* Base */
  .widget-832a29 .accordion-wrapper { list-style: none; margin: 0; padding: 0; }
  .widget-832a29 .accordion-item { border-bottom: 1px solid rgba(255,255,255,.15); }

  /* Title button affordance */
  .widget-832a29 .accordion-title { cursor: pointer; display: flex; align-items: center; gap: .5rem; padding: .75rem 0; }
  .widget-832a29 .accordion-title .arrow { transition: transform .2s ease; }

  /* Content is hidden by default */
  .widget-832a29 .accordion-description { display: none; padding: .25rem 0 .75rem; }

  /* Expanded state shows content + rotates arrow */
  .widget-832a29 .accordion-item.expanded .accordion-description { display: block; }
  .widget-832a29 .accordion-item.expanded .arrow { transform: rotate(180deg); }