body {
  font-family: "Work Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
  padding-block: 0.75rem;
}

.custom-logo-link img {
  display: block;
  width: auto;
  height: 32px;
}

#primary-menu-desktop > li,
#primary-menu-mobile > li {
  list-style: none;
}

.pbk-study-single__hero {
  background: linear-gradient(180deg, rgba(248, 249, 250, 0.95) 0%, rgba(255, 255, 255, 1) 100%);
}

.pbk-study-single__hero-meta dt,
.pbk-study-single__hero-meta dd {
  font-size: 0.95rem;
}

.pbk-study-single__lead > :last-child,
.pbk-study-single__section > :last-child,
.pbk-study-single__content-block > :last-child,
.pbk-study-single__subcard > :last-child,
.pbk-study-single__richtext > :last-child,
.pbk-study-single__aside-card > :last-child,
.pbk-study-single__contact-block > :last-child,
.pbk-study-single__meta-values > :last-child,
.pbk-study-single__contact-list > :last-child {
  margin-bottom: 0;
}

.pbk-study-single__layout {
  align-items: start;
}

.pbk-study-single__content-block + .pbk-study-single__content-block {
  margin-top: 2rem;
}

.pbk-study-single__subcard {
  height: 100%;
  padding: 1.25rem;
  border-radius: 1rem;
  background-color: rgba(248, 249, 250, 0.7);
}

.pbk-study-single__richtext p,
.pbk-study-single__richtext ul,
.pbk-study-single__richtext ol,
.pbk-study-single__richtext blockquote {
  margin-bottom: 1rem;
}

.pbk-study-single__editorial > :first-child {
  margin-top: 0;
}

.pbk-study-single__meta-list {
  display: grid;
  gap: 1rem;
}

.pbk-study-single__meta-row {
  display: grid;
  gap: 0.35rem;
}

.pbk-study-single__meta-row dt,
.pbk-study-single__meta-row dd {
  margin: 0;
}

.pbk-study-single__meta-values li + li,
.pbk-study-single__contact-list li + li {
  margin-top: 0.35rem;
}

.pbk-study-single__contact-block + .pbk-study-single__contact-block {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(33, 37, 41, 0.08);
}

.pbk-study-single__contact-block--fallback {
  color: hsl(var(--bc) / 0.72);
}

@media (min-width: 992px) {
  .pbk-study-single__aside {
    position: sticky;
    top: 2rem;
  }
}

.pbk-study-card {
  border-radius: 1rem;
}

.pbk-study-card .card-body > :last-child {
  margin-bottom: 0;
}

.pbk-study-card__technical {
  letter-spacing: 0.01em;
}

.pbk-study-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pbk-study-card__lead {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pbk-study-card__meta-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
}

.pbk-study-card__meta-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.pbk-study-card__meta-icon i[data-lucide] {
  display: block;
  width: 100%;
  height: 100%;
}


.founders__logos img {
  height: auto;
  width: auto;
  max-height: 69px;
  max-width: min(100%, 220px);
  flex: 0 1 auto;
}

@media (max-width: 575.98px) {
  .founders__logos img {
    max-height: 3rem;
  }
}
