
/* V1.31 - verified fixes only, built from clean V1.29 */

/* ---------------------------------------------------------
   1. ACTUAL bottom finishing line
   The visible line is the inherited V2.9 .home-footer-rule,
   not a dl-mobile-home-separator.
   Hide it only while the text-only navigation is active.
   --------------------------------------------------------- */

@media (max-width:700px){
  .home-footer-rule{
    display:none !important;
  }
}

@media (orientation:landscape) and (max-width:1100px) and (max-height:750px){
  .home-footer-rule{
    display:none !important;
  }
}

/* ---------------------------------------------------------
   2. REDUCED-DESKTOP pointer interaction
   One explicit media query; no nested @media syntax.
   --------------------------------------------------------- */

@media (hover:hover) and (pointer:fine) and (orientation:landscape) and (max-width:1100px) and (max-height:750px){

  .dl-mobile-home-link:hover .dl-mobile-home-title,
  .dl-mobile-home-link:focus-visible .dl-mobile-home-title{
    color:#E5D49A !important;
  }

  .dl-mobile-home-link:hover .dl-mobile-home-rule,
  .dl-mobile-home-link:focus-visible .dl-mobile-home-rule{
    border-top-color:#E5D49A !important;
    transform:scaleY(1.5) !important;
  }
}
