/* Business One wordmark — horizontal 1B logo */

.b1-logo,
.b1-logo-full {
  height: auto;
  width: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Register header */
.top-bar .brand-logos .platform-logo {
  height: 72px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  object-position: center;
  margin: 0;
}

.top-bar .brand-logos .merchant-logo {
  height: 72px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  object-position: top center;
  margin: 0;
}

/* Customer display header */
.header-brand .platform-logo {
  height: 88px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  object-position: center;
}

.header-brand .merchant-logo {
  height: 88px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  object-position: top center;
}

.idle .platform-logo {
  height: 120px;
  width: auto;
  max-width: 240px;
  margin: 0 auto 0.75rem;
  object-position: center;
}

/* Setup & PIN */
.setup-card .b1-logo,
.setup-card .b1-logo-full,
.setup-logo.b1-logo,
.setup-logo.b1-logo-full {
  margin: 0 auto 1rem;
  height: 128px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: center;
}
