/* Small tweaks for mobile packing */
.sticky-bottom-bar {
  position: sticky;
  bottom: 0;
  background: rgba(255,255,255,0.98);
  border-top: 1px solid #e9ecef;
  padding: .75rem;
  z-index: 1030;
}
.tap-row { cursor: pointer; }
