/* Holds the New <item> and Draft buttons */
.page-actions {
  display: flex;
  gap: 1ch;
  align-items: center;
  justify-content: center;
  margin-block-end: var(--block-space-double);

  @media (max-width: 480px) {
    flex-direction: column;
  }
}
