/* Vibes house override — OIDC login button icon (Penpot has no PENPOT_OIDC_LOGO_*).
   Source mark: https://assets.vibes.dev/favicon.svg (official brand; visual-language.md).
   Only login-with-oidc is enabled on this host, so span.logo on auth SSO row is unique. */
a:has(> span.logo) > span.logo {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-inline-end: 0.5rem;
  flex-shrink: 0;
  background: url("/static/vibes-mark.svg") center / contain no-repeat;
}
a:has(> span.logo) > span.logo > svg {
  opacity: 0 !important;
  width: 20px !important;
  height: 20px !important;
}
