span#main-logo {
  max-width: 260px;
}

.sd-topbar-brand {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  height: 40px;
  line-height: 1;
  max-width: 260px;
  min-width: 0;
  vertical-align: top;
}

.sd-topbar-brand__logo {
  border-radius: 8px;
  flex: 0 0 auto;
  height: 28px !important;
  max-height: 28px !important;
  max-width: 28px !important;
  object-fit: contain;
  width: 28px !important;
}

.sd-topbar-brand__wordmark {
  display: inline-flex;
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  text-transform: none;
  white-space: nowrap;
}

.sd-topbar-brand__s {
  color: #008cff;
}

.sd-topbar-brand__rest {
  color: #143a63;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 900px) and (min-width: 768px) {
  span#main-logo,
  .sd-topbar-brand {
    max-width: 210px;
  }

  .sd-topbar-brand__wordmark {
    font-size: 16px;
  }
}
