header:has(+ main > .entry-content > div[menutype=fixed]:first-child) {
  border: solid red 4px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
header:has(+ main > .entry-content > div[menumode=light]:first-child) {
  background-color: var(--wp--preset--color--white);
}
header:has(+ main > .entry-content > div[menumode=dark]:first-child) {
  background-color: var(--wp--preset--color--black);
}
header:has(+ main > .entry-content > div[menumode=dark]:first-child) .wp-block-site-logo {
  filter: invert(1) hue-rotate(180deg) brightness(0.8);
}
header:has(+ main > .entry-content > div[menumode=dark]:first-child) .wp-block-navigation-item__content {
  color: var(--wp--preset--color--white);
}

/*# sourceMappingURL=header.css.map */
