/*
 * ============================================================
 * Topbar
 * ============================================================
 */
.wp-block-bolt-topbar {
  z-index: 99999;
  position: relative;
}

.topbar {
  /*
   * Background
   */
  --topbar-color: var(--wp--preset--color--base);
  /*
   * Height
   */
  --topbar-height: 35px;
}
.topbar a {
  color: var(--wp--preset--color--base);
  text-decoration: none;
}