header.wp-block-template-part {
  min-height: var(--header-height);
  border-bottom: 1px solid transparent;
}

header.wp-block-template-part > .wp-block-group,
header.wp-block-template-part .wp-block-group.alignwide {
  min-height: var(--header-height);
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.wp-block-site-title {
  margin: 0;
  line-height: 0;
}

.wp-block-site-title a {
  display: inline-block;
  width: 174px;
  height: 24px;
  overflow: hidden;
  background: url("../logo/ai-media-lab-logo.svg") no-repeat left center / contain;
  color: transparent !important;
  text-decoration: none;
  white-space: nowrap;
}

header nav.wp-block-navigation {
  color: var(--text);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.4;
}

header nav.wp-block-navigation a {
  text-decoration: none;
}

header nav.wp-block-navigation a:hover {
  color: var(--muted);
}

