#menu-primary li a {
  font-size: 18px;
  font-weight: 700;
}

.post-navigation a {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.post-navigation span:is(.meta-title, .post-title) {
  width: auto;
}

.nav-previous a:before {
  content: "← ";
}

.nav-next a:after {
  content: " →";
}

#menu-primary .search-form a:before {
  background: url(/wp-content/themes/fjdgenesischild/assets/images/magnifying-glass.svg) no-repeat center;
  border: 5px solid #ffffff00;
  content: "";
  display: block;
  filter: brightness(1);
  height: 36px;
  width: 36px;
  padding: 0px;
  transition: all 300ms ease-in-out;
}

#menu-primary .search-form a:is(:hover, :target, :focus):before {
  filter: brightness(3);
}

#menu-primary .search-form a {
  display: block;
  height: 36px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  top: 4px;
  width: 36px;
}
