.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.header-top {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}

.logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.3px;
}

.top-tools {
  gap: 14px;
  align-items: center;
  font-size: 13px;
}

.top-search .wp-block-search__button {
  background: transparent;
  color: #444;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 10px;
}

.top-search .wp-block-search__inside-wrapper {
  border: 0;
  padding: 0;
}

.header-nav {
  background: #1A1A2E;
  color: #fff;
  min-height: 50px;
}

.header-nav .wp-block-navigation {
  min-height: 50px;
}

.header-nav .wp-block-navigation-item__content {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.header-nav .wp-block-navigation__submenu-container {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px 0;
}

.header-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  color: #222;
  font-weight: 500;
}
