/*
 * Da Vat Hy Lures — Phase 23C.10E
 * Today Footer Gap Cleanup
 *
 * Desktop only.
 * Removes leftover bottom spacing from the simplified returning-Today
 * dashboard so Recent Activity flows directly into the public footer.
 */

@media (min-width:901px){

  body.dvh21p2-returning:not(.dvh23b7-fi-focused) .dvh21y1-dashboard{
    padding-bottom:0!important;
    margin-bottom:0!important;
  }

  body.dvh21p2-returning:not(.dvh23b7-fi-focused) .dvh23c2-recent,
  body.dvh21p2-returning:not(.dvh23b7-fi-focused) .dvh23c3-recent-brief{
    margin-bottom:0!important;
  }
}
