.dn-preview {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 0 16px;
  background: #121417;
  color: #f4f4f2;
  font-family: var(--dn-font, "Be Vietnam Pro", system-ui, sans-serif);
  font-size: 13px;
}

.dn-preview a {
  color: inherit;
  text-decoration: none;
}

.dn-preview__cta {
  padding: 6px 12px;
  border-radius: 999px;
  background: #0f6b62;
  font-weight: 600;
}

body.admin-bar .dn-preview {
  top: 32px;
}
