.bb-brand-home { display: inline-block; max-width: 100%; margin: 0 auto 16px; line-height: 0; }
.bb-brand-home img { display: block; width: 280px; max-width: 100%; height: auto; }
.bb-brand-home:focus-visible { outline: 3px solid #ffcf58; outline-offset: 5px; border-radius: 8px; }
.site-header .bb-brand-home { margin: 0; flex: 0 1 260px; min-width: 0; }
.site-header .bb-brand-home img { width: 260px; }
@media (max-width: 680px) {
  .bb-brand-home img { width: 230px; }
  .site-header .bb-brand-home { flex-basis: 210px; }
  .site-header .bb-brand-home img { width: 210px; }
}
