/*
 * Send Listy Core 0.592 — My Lists outer spacing refinement
 * Parent baseline: Core 0.591
 * Scope: visual-only. Tightens the upper whitespace around the My Lists widget,
 * especially on mobile, without touching cards, drag behavior, or runtime.
 */

/* Keep the Search block and My Lists widget visually closer together. */
.send-list-app .sl-unified-home-search-row{
  margin-bottom:10px!important;
}

/* Reduce the top breathing room inside the My Lists widget only. */
.send-list-app .sl-my-lists-widget{
  padding-top:10px!important;
  margin-top:0!important;
}

.send-list-app .sl-my-lists-widget .sl-my-lists-head{
  margin-top:0!important;
}

@media(max-width:650px){
  .send-list-app .sl-unified-home-search-row{
    margin-bottom:10px!important;
  }
  .send-list-app .sl-my-lists-widget{
    padding-top:8px!important;
  }
}
