
/* V1.28 - clean spacing refinement only.
   Built on V1.27 architecture.
*/

/* Portrait / narrow mobile:
   reduce row-to-row breathing space only. */
@media (max-width:700px){
  .dl-mobile-home-separator{
    margin:38px 0 !important;
  }
}

/* Phone landscape:
   move Collection farther away from Specialist,
   while tightening spacing between the three menu rows. */
@media (orientation:landscape) and (max-width:1100px) and (max-height:750px){
  .dl-mobile-home-nav{
    margin-top:44px !important;
  }

  .dl-mobile-home-separator{
    margin:24px 0 !important;
  }
}
