/* Solver sidebar mobile action access only.
   Keep this scoped to Solver session rows. Do not touch textarea/input selection
   or Android's native editing menu here. */

@media (max-width: 767px), (hover: none), (pointer: coarse) {
  /* Session actions are hover-revealed on desktop. Touch devices have no hover,
     so force the row action trigger visible without affecting other controls. */
  [data-sidebar="menu-item"] button.opacity-0,
  [data-sidebar="menu-item"] [aria-haspopup="menu"] {
    opacity: 1 !important;
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    flex-shrink: 0;
    pointer-events: auto !important;
  }
}
