.navbar-brand.sysbio-brand {
  font-size: 1.5rem;
}

body {
  hyphens: none;
  -webkit-hyphens: none;
}

#body-wrapper:not(.blog-listing) > .container > article.content-item,
#body-wrapper.blog-listing:has(.content-item) > .container > .columns .content-item {
  padding: 0;
  background: transparent;
  box-shadow: none !important;
}

:root[data-theme="dark"] #footer,
:root[data-theme="dark"],
:root[data-theme="dark"] body {
  background-color: var(--q2-bg-elev);
}

:root[data-theme="dark"] #body-wrapper:not(.blog-listing),
:root[data-theme="dark"] #body-wrapper.blog-listing:has(.content-item) {
  background: var(--q2-bg-elev);
}

:root[data-theme="dark"] #body-wrapper.blog-listing:has(.content-item) .prev-next .btn {
  background: var(--q2-bg);
}

#body-wrapper.blog-listing:has(.content-item) .sidebar-content {
  background: var(--q2-bg);
  box-shadow: none;
}

:root[data-theme="dark"] #body-wrapper.blog-listing:has(.content-item) .sidebar-content {
  background: var(--q2-bg-elev);
}

:root[data-theme="dark"] .pagination li a,
:root[data-theme="dark"] .pagination li span {
  background: var(--q2-bg-elev);
  box-shadow: none;
}

:root[data-theme="dark"] .pagination li {
  border: 0;
}

:root[data-theme="dark"] .pagination li.active a,
:root[data-theme="dark"] .pagination li.active span {
  background: var(--q2-text);
  color: var(--q2-text-inverse);
}

#blog-hero .blog-date {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.625rem;
  border-radius: var(--q2-radius-pill);
  background: var(--q2-bg-muted);
  color: var(--q2-text-strong);
  font-size: 0.75rem;
  font-weight: 500;
  box-shadow: inset 0 0 0 1px var(--q2-border-ring);
}

#body-wrapper {
  padding-top: clamp(1.667rem, 3.333vw, 2.667rem);
}

h1,
h2,
h3,
h4,
h5,
h6,
.card-title :is(h1, h2, h3, h4, h5, h6) {
  letter-spacing: 0;
}

.sysbio-brand-mobile {
  display: none;
}

.hero.hero-page {
  min-height: clamp(12rem, 24vw, 17rem);
  padding-block: clamp(3rem, 5vw, 4.5rem);
  background-color: #14111c;
  background-position: center;
  background-size: cover;
}

.hero.hero-page .container {
  max-width: 70rem;
}

.hero.hero-page p,
.hero.hero-page .lead {
  margin-inline: 0;
}

.hero.hero-page .hero-cta {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.65rem 1rem;
  border-radius: 0.375rem;
  background: var(--q2-accent);
  color: var(--q2-accent-contrast);
  font-weight: 600;
  text-decoration: none;
}

.hero.hero-page .hero-cta:hover {
  filter: brightness(1.1);
}

@media (max-width: 860px) {
  .navbar-brand.sysbio-brand-mobile {
    display: inline-flex;
    max-width: calc(100vw - 86px);
    line-height: 1.1;
    white-space: normal;
  }

  .sysbio-brand-desktop {
    display: none;
  }
}
