/* Shared customer archive page treatment. Keep the page background continuous to the fixed app navigation. */
@media(max-width:700px){
  body.customer-app:has(#records:not(.hidden)),
  body.customer-app:has(#inspections:not(.hidden)){
    background:#05090d!important;
  }
  body.customer-app .portal-main:has(#records:not(.hidden)),
  body.customer-app .portal-main:has(#inspections:not(.hidden)){
    background:#05090d!important;
  }
}
