
/* Input grid for positions */
.pos-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:8px;
}
.btn-row{ display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }

/* Remove sticky on mobile / small tablets */
@media (max-width: 900px){
  .card--sticky{ position: static !important; top: auto !important; }
}

/* Also ensure Symbol Library filter sidebar isn't sticky on mobile */
@media (max-width: 900px){
  .symbols .card--sticky, .two-col .card--sticky{ position: static !important; top:auto !important; }
}
