img {
  border: 0;
}

button.img-link {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  line-height: 0;
  font: inherit;
  color: inherit;
  cursor: zoom-in;
}

button.img-link:hover,
button.img-link:focus,
button.img-link:focus-visible {
  background: none;
  color: inherit;
  outline: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: inherit;
  text-decoration: none;
}

.brand img {
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter:
    drop-shadow(0 0 0.6px rgba(255, 255, 255, 0.9))
    drop-shadow(0 0 1.75px rgba(255, 255, 255, 0.4));
}

html:has(#darkModeStyle[disabled]) .brand img {
  filter:
    drop-shadow(0 0 0.6px rgba(32, 33, 36, 0.28))
    drop-shadow(0 1px 1.5px rgba(32, 33, 36, 0.12));
}

.brand span {
  font-weight: bold;
}
