.creationHistoryPager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 18px 0 4px;
}

.creationHistoryPager button {
  min-width: 96px;
}

.creationHistoryPager span {
  color: var(--muted, #6b7280);
  font-size: 13px;
}

.creationRecordMedia.video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
