.navbar-brand a {
  display: inline-flex !important;
  align-items: center !important;
}

.navbar-brand img {
  display: none !important;
}

.navbar-brand a::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 34px;
  margin-right: 10px;
  background: url("/wgw_logo.png?v=4") center / contain no-repeat;
  flex: 0 0 62px;
}

#execute-button,
#cancel-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#execute-button .cdx-button__icon,
#cancel-button .cdx-button__icon {
  display: none !important;
}

#execute-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
}

#cancel-button::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
}

/* Hide the upstream Wikidata Query Builder button for this local WDQS. */
#left-navbar > li:has(#query-builder-toggle),
#query-builder-toggle {
  display: none !important;
}
