/*
 * Send Listy Core 0.591 — My Lists widget title-to-cards spacing
 * Parent baseline: Core 0.590
 * Scope: visual-only. No card geometry, drag behavior, list data or runtime logic changed.
 */

/* Remove the duplicated outer vertical spacing between the widget heading row
   and the cards grid. The per-card top reserve remains untouched so floating
   badges keep their safe area. */
.send-list-app .sl-my-lists-widget .sl-my-lists-head{
  margin-bottom:2px!important;
}
.send-list-app .sl-my-lists-widget .sl-list-cards{
  padding-top:0!important;
}

/* Mobile-first refinement: keep the heading close to the first row while
   retaining a small optical breath around protruding badges. */
@media(max-width:650px){
  .send-list-app .sl-my-lists-widget .sl-my-lists-head{
    margin-bottom:1px!important;
  }
  .send-list-app .sl-my-lists-widget .sl-list-cards{
    padding-top:0!important;
  }
}
