@import url('../tools/study.css');
:root[data-theme='dark'] {
  --study-accent: #e2c775;
  --control-count: 5;
}
#canvas {
  cursor: grab;
}
#canvas.dragging {
  cursor: grabbing;
}
#selected {
  width: 100%;
  height: 30px;
  border: 0;
  border-bottom: 1px solid var(--study-line);
  background: var(--study-background);
  color: var(--study-ink);
  padding: 0 5px;
  font-size: 11px;
}
@media (max-width: 700px) {
  .study-controls .control:first-child {
    grid-column: 1 / -1;
  }
}
