/* The customer's approved BS silhouette, shared by the public website pages. */
.brand-mark.bs-brand-mark {
  display: inline-flex;
  flex: 0 0 auto;
  width: 48px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  line-height: 0;
}
.bs-brand-mark .bs-logo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}
.bs-brand-mark--light .bs-logo { filter: brightness(0) invert(1); }
.brand:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
.bs-footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.bs-footer-brand img { width: 28px; height: 27px; object-fit: contain; filter: brightness(0) invert(1); }
@media (max-width: 780px) {
  .brand-mark.bs-brand-mark { width: 40px; height: 38px; }
}
@media (max-width: 380px) {
  .topbar .brand { gap: 8px; }
  .topbar .brand-mark.bs-brand-mark { width: 34px; height: 33px; }
}
