/* Record navigation composes the shared button, including its hover/focus states. */
.record-action { flex: 0 0 auto; padding: 8px 12px; color: var(--accent); font-size: var(--text-dense); }
.record-action__icon { flex: 0 0 auto; }

@media (max-width: 760px) {
  .record-action { padding-inline: 8px; }
  .record-action__icon { display: none; }
}
