/* Keep the site chrome aligned with the standalone Anahera favicon mark. */
.anahera-brand-mark,
header a[aria-label="Anahera"] > span:first-child,
footer span.grid.h-11.w-11.place-items-center.rounded-xl {
  color: transparent !important;
  font-size: 0 !important;
  background-color: #f8faff !important;
  background-image: url("/favicon.svg?v=4") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
