[data-grid-cycler] {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #000;
  font-family: ui-monospace, "SF Mono", Menlo, "Consolas", monospace;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  transition: opacity 0.2s ease;
}

[data-grid-cycler]:hover {
  opacity: 0.5;
}