:root {
  --bs-body-font-family: var(--font-roboto), sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heebo), sans-serif;
}

body {
  min-height: 100vh;
}

.site-header {
  background: #fff;
}

.site-header .navbar-brand-item {
  width: 104px;
  height: auto;
}

.site-header .nav-link.active {
  color: #8460f4;
}

.post-card {
  overflow: hidden;
}

.post-card-image {
  position: relative;
  aspect-ratio: 1.9 / 1;
  overflow: hidden;
  background: #f5f7f9;
}

.post-card-image img {
  object-fit: cover;
  transition: transform 220ms ease;
}

.post-card:hover .post-card-image img {
  transform: scale(1.025);
}

.post-card .card-title a {
  color: inherit;
  text-decoration: none;
}

.blog-hero {
  overflow: hidden;
}

.blog-hero-heading {
  position: relative;
  display: inline-block;
}

.hero-plus {
  position: absolute;
  top: 50%;
  left: -42px;
  width: 22px;
  height: 22px;
  transform: translateY(-60%);
}

.hero-star {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.hero-scribble {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 150px;
  height: 26px;
  border-top: 4px solid #0cbc87;
  border-radius: 50%;
  transform: translateX(-50%) rotate(-3deg);
}

.article-body > :first-child {
  margin-top: 0;
}

.article-body a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.article-body img.article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  border-radius: 0.5rem;
}

.article-body iframe {
  display: block;
  max-width: 100%;
  margin: 2rem auto;
}

.article-body blockquote {
  margin: 2rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #8460f4;
  background: #f5f7f9;
  color: #555a60;
}

.article-body blockquote p {
  color: inherit;
}

.article-table-scroll {
  max-width: 100%;
  margin: 1.75rem 0 2.5rem;
  overflow-x: auto;
  border: 1px solid #e2e5e9;
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgb(36 41 45 / 6%);
  -webkit-overflow-scrolling: touch;
}

.article-body table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.article-body th,
.article-body td {
  padding: 0.9rem 1rem;
  border: 0;
  border-bottom: 1px solid #e8eaed;
  vertical-align: top;
  text-align: left;
  white-space: normal;
}

.article-body td {
  color: #555a60;
}

.article-body th {
  background: #24292d;
  color: #fff;
  font-weight: 700;
}

.article-body tbody tr:nth-child(even) {
  background: #f7f8fa;
}

.article-body tbody tr:last-child td {
  border-bottom: 0;
}

.article-body figure.platform-screenshot {
  margin: 1.5rem 0 2rem;
}

.article-body figure.platform-screenshot img.article-image {
  width: 100%;
  margin: 0;
  border: 1px solid #e2e5e9;
  box-shadow: 0 12px 34px rgb(36 41 45 / 10%);
}

.article-body figure.platform-screenshot figcaption {
  margin-top: 0.65rem;
  color: #697078;
  font-size: 0.875rem;
  line-height: 1.5;
}

.social-share {
  display: inline-flex;
  vertical-align: middle;
}

.social-share .btn,
.social-links .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.article-cta {
  isolation: isolate;
}

.article-cta .row {
  position: relative;
  z-index: 1;
}

.cta-orb {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / 16%);
}

.cta-orb-one {
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: -140px;
}

.cta-orb-two {
  width: 170px;
  height: 170px;
  left: -60px;
  bottom: -110px;
}

.cta-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.site-footer .social-links svg {
  display: block;
}

@media (max-width: 1199.98px) {
  .site-header .navbar-collapse {
    flex-basis: 100%;
    order: 4;
  }

  .site-header .navbar-collapse.show {
    display: block;
  }

  .site-header .header-cta {
    margin-left: 1rem;
  }
}

@media (max-width: 575.98px) {
  .site-header .header-cta {
    display: none;
  }

  .blog-content .display-4 {
    font-size: 2.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .post-card-image img {
    transition: none;
  }
}
