.brand img {
  display: block;
  height: auto;
  width: 150px;
}

.site-header .brand {
  flex: 0 0 150px;
  min-width: 150px;
}

[data-theme="dark"] .brand img {
  filter: brightness(0) invert(1);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .brand img {
    filter: brightness(0) invert(1);
  }
}

.footer-brand img {
  filter: brightness(0) invert(1);
}

.prose img {
  aspect-ratio: 1;
  border-radius: 4px;
  margin: 0.5rem 0 1.5rem;
  max-width: 100%;
  object-fit: cover;
  width: 220px;
}

.split > * {
  min-width: 0;
  overflow-wrap: anywhere;
}
