html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
}

.pbj-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

#pbj-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: #ffffff;
  border-top: 1px solid #cbd5e1;
  box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.12);
}

.pbj-hidden {
  display: none !important;
}

article#article-body h2 {
  scroll-margin-top: 5rem;
}

article#article-body ul {
  list-style: disc;
}

::selection {
  background: #bbf7d0;
  color: #14532d;
}
