/* Mobile Browse/Archive touch-state correction only. */
@media (max-width:780px){
  /* Mobile Safari can retain synthetic :hover/:focus/:active after the Archive
     button changes the view. Keep every transient interaction state neutral. */
  html body #listBtn.ccc-shared-icon-control,
  html body #listBtn.ccc-shared-icon-control:hover,
  html body #listBtn.ccc-shared-icon-control:focus,
  html body #listBtn.ccc-shared-icon-control:focus-visible,
  html body #listBtn.ccc-shared-icon-control:active,
  html body #listBtn.ccc-shared-icon-control.is-active,
  html body #listBtn.ccc-shared-icon-control[aria-pressed="true"],
  html body.browse-list-open #listBtn.ccc-shared-icon-control{
    border-color:var(--border) !important;
    background:var(--panel) !important;
    background-image:none !important;
    color:var(--text) !important;
    opacity:1 !important;
    outline:none !important;
    box-shadow:none !important;
    transform:none !important;
  }
}
