/* Promptory X Hub official wordmark */
html body nav a.brand {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto;
  position: relative;
  width: 186px;
  height: 38px;
  min-width: 0;
  font-size: 0 !important;
  line-height: 0 !important;
  white-space: nowrap;
}

html body nav a.brand::before {
  content: none !important;
  display: none !important;
}

html body nav a.brand::after {
  content: "Hub" !important;
  display: block !important;
  position: absolute !important;
  left: 164px !important;
  bottom: 3px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: #dce7ff !important;
  font: 700 7px/1 ui-sans-serif, system-ui, sans-serif !important;
  font-style: normal !important;
  letter-spacing: 0.08em !important;
  text-transform: none !important;
  text-shadow: 0 0 9px rgba(101, 248, 221, 0.28) !important;
  transform: none !important;
}

html body nav a.brand > img {
  display: block;
  width: 164px;
  height: auto;
  max-height: 34px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 13px rgba(101, 248, 221, 0.12));
  transition: filter 180ms ease, transform 180ms ease;
}

html body nav a.brand:hover > img {
  filter: drop-shadow(0 0 17px rgba(101, 248, 221, 0.25));
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  html body nav a.brand {
    width: 170px;
    height: 34px;
  }

  html body nav a.brand > img {
    width: 150px;
    max-height: 31px;
  }

  html body nav a.brand::after {
    left: 149px !important;
    bottom: 3px !important;
    font-size: 6px !important;
  }
}

@media (max-width: 390px) {
  html body nav a.brand {
    width: 158px;
  }

  html body nav a.brand > img {
    width: 140px;
  }

  html body nav a.brand::after {
    left: 139px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body nav a.brand > img {
    transition: none;
  }
}
