.record-action {
  grid-column: 1 / -1;
  justify-self: start;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--muted);
  font: 800 11px/1.3 inherit;
  padding: 3px 0;
  cursor: pointer;
}

.record-action:hover {
  color: #9c2f38;
}

.record-action:disabled {
  cursor: wait;
  opacity: .45;
}
