.pos-header-logo {
  position: fixed;
  top: 8px;
  left: 10px;
  right: auto;
  width: 38px;
  height: 38px;
  z-index: 2147483000;
  border-radius: 12px;
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.16);
  pointer-events: none;
}

.pos-header-logo--inline {
  position: static;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  margin-right: 10px;
  border-radius: 12px;
  z-index: auto;
}

.pos-header-title-group {
  min-width: 0;
  display: flex;
  align-items: center;
}

.pos-header-logo-host {
  overflow: hidden;
}

.pos-header-logo-host .pos-header-logo {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

@media (max-width: 768px) {
  .pos-header-logo {
    top: 7px;
    left: 8px;
    right: auto;
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .pos-header-logo--inline {
    position: static;
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    margin-right: 8px;
  }
}
