/**
 * ZAIZENS brand mark — transparent; sits on sidebar / rail backgrounds.
 */
.hms-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.hms-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hms-brand-mark--sm {
  width: 32px;
  height: 32px;
}

.hms-brand-mark--md {
  width: 40px;
  height: 40px;
}

.hms-brand-mark--lg {
  width: 46px;
  height: 46px;
}
