.theme-preview-bar {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px var(--page-padding);
  background: #f5c84c;
  color: #17120a;
  font-size: 14px;
}
.theme-preview-bar a {
  color: inherit;
  font-weight: 750;
}
