:root {
  --cv-sticky-header-height: 48px;
  --cv-public-background-offset: 48px;
  --cv-public-background-parallax: 0px;
}

body {
  padding-top: var(--cv-sticky-header-height);
  scroll-padding-top: calc(var(--cv-sticky-header-height) + 12px);
}

header.topbar-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

#mobileMenu {
  position: fixed;
  top: var(--cv-sticky-header-height);
  left: 0;
  right: 0;
  z-index: 999;
  max-height: calc(100vh - var(--cv-sticky-header-height));
  overflow-y: auto;
}

.alpha-badge {
  border-color: #e6e2cb !important;
}

.cv-brand-wordmark {
  display: inline;
  white-space: nowrap;
  word-spacing: -0.18em;
  text-decoration: inherit;
}

@media (max-width: 1425px) {
  .alpha-badge {
    display: none !important;
  }
}

@media (max-width: 1255px) {
  header.topbar-bg > a > span.font-bold:first-of-type {
    display: none !important;
  }
}
