.blog-heading {
    font-size: 38px;
    font-weight: var(--treeapp-semibold);
    margin-top: 70px;
    text-align: center;
}
@media (min-width: 720px) {
    .blog-heading {
        font-size: 56px;
        line-height: 110.8%;
    }
}
.blog-subheading {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
@media (min-width: 720px) {
    .blog-subheading {
        font-size: 20px;
        font-weight: var(--treeapp-semibold);
    }
}
.accent-text {
    color: rgba(61, 61, 61, 0.80);
    font-size: 16px;
    font-weight: var(--treeapp-semibold);
    line-height: 20px; /* 125% */
    letter-spacing: 0.016px;
    text-transform: uppercase;
}
.category {
    display: flex;
    height: 32px;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: var(--treeapp-grey-tint-3);
}
.category.active {
    background: var(--treeapp-primary);
    color: var(--treeapp-white);
}
.category.hoverable:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    color: var(--treeapp-dark-grey);
}
.category.active:hover {
    color: var(--treeapp-white);
}
.post-preview {
    text-align: start;
    border-radius: 8px;
    border: 2px solid var(--treeapp-grey-tint-3);
    background: var(--treeapp-white);
}
.post-preview:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.post-preview .card-img-top {
    object-fit: cover;
}
.post-preview .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--treeapp-dark-grey);
    font-size: 23px;
    font-style: normal;
    font-weight: var(--treeapp-semibold);
    line-height: normal;
}
.post-preview .card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #878787;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog-search {
    height: 40px;
    padding: 5px 0px;
    justify-content: flex-end;
    align-items: center;
    text-align: end;
    border: none;
    border-radius: 20px;
    background: var(--treeapp-white);
}
.blog-hero {
    width: 100%;
    height: 78px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 8px;
}
@media (min-width: 720px) {
    .blog-hero {
        height: 218px;
    }
}
.blog-post-h1 {
    font-size: 31px;
    font-weight: var(--treeapp-semibold);
    line-height: 36px; /* 116.129% */
}
@media (min-width: 720px) {
    .blog-post-h1 {
        font-size: 35px;
        line-height: 41px;
    }
}
.blog-post-author-image {
    width: 70px;
    height: 70px;
    border-radius: 70px;
}
.toc-and-social-sharing {
    top: 120px;
}
.categories-and-search {
    position: sticky;
    top: 80px;
    background: #fbfbfb;
    padding-bottom: 10px;
    z-index: 2;
}
@media (max-width: 768px) {
    .categories-and-search {
        top: 124px;
        padding-bottom: 0;
    }
}
#TableOfContents ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 2px solid var(--treeapp-grey-tint-3);
}
#TableOfContents ul li {
    font-size: 16px;
    line-height: 20px; /* 125% */
    letter-spacing: 0.016px;
    text-transform: uppercase;
    font-weight: var(--treeapp-semibold);
    display: flex;
    padding: 18px;
    border-bottom: 2px solid var(--treeapp-grey-tint-3);
    width: 100%;
}
#TableOfContents ul li:last-child {
    border: none;
}
#TableOfContents ul li:hover {
    background: var(--treeapp-grey-tint-3);
}
#TableOfContents ul li a:before {
    content: '';
    position: relative;
    left: -6px;
    width: 0;
    height: 20px;
}
#TableOfContents ul li a.active:before {
    border-left:4px solid var(--treeapp-primary);
    border-radius: 10px;
}
#TableOfContents ul li a {
    color: var(--treeapp-dark-grey);
    background: none;
}
#TableOfContents ul li a:hover {
    background-color: var(--treeapp-grey-tint-3);
}
#TableOfContents ul ul {
    display: none;
}
.social-sharing-logo {
    width: 42px;
    height: 42px;
    cursor: pointer;
}
.social-sharing-section {
    padding: 18px;
    border-radius: 8px;
    border: 2px solid var(--treeapp-grey-tint-3);
    align-self: stretch;
}
.blog-post-body {
    max-width: 75ch;
    border: 2px solid var(--treeapp-grey-tint-3);
    border-radius: 8px;
    padding: 10px;
}
@media (min-width: 720px) {
    .blog-post-body {
        padding: 30px;
    }
}
.blog-post-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.25px;
}
.blog-post-body a {
    color: #0094FF;
    text-decoration: underline;
}
.blog-post-body h2 {
    font-size: 28px;
    font-weight: var(--treeapp-semibold);
    line-height: 35px;
    padding-bottom: 14px;
    letter-spacing: -0.1px;
    /* A hack to imitate scroll-padding-top */
    padding-top: 132px;
    margin-top: -112px;
}
.blog-post-body h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 8px;
    letter-spacing: -0.2px;
}
.blog-post-body img {
    border-radius: 8px;
}
.download-app {
    display: flex;
    width: 276px;
    height: 64px;
    padding: 13px 33px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 170px;
    background: var(--treeapp-primary);
    color: var(--treeapp-white);
    font-size: 20px;
    font-weight: var(--treeapp-semibold);
    letter-spacing: 0.198px;
}
.qr-code {
    width: 96px;
    height: 96px;
}
.span-green-text {
    color: var(--treeapp-primary) !important;
}
.small-text {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
}
.scan-text {
    font-size: 20px;
    font-weight: var(--treeapp-semibold);
    line-height: 21px; /* 105% */
}
.button.button--primary {
    background: var(--treeapp-primary);
    color: var(--treeapp-white) !important;
    display: inline-block;
    border-radius: 160px;
    padding: 16px;
    text-align: center;
    border: none;
    font-size: 20px;
    font-style: normal;
    font-weight: var(--treeapp-semibold);
    line-height: normal;
    letter-spacing: 0.198px;
}
.categories {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
    flex-wrap: nowrap;
}
.categories a {
    display: inline-block;
}
.categories::-webkit-scrollbar {
    display: none;
}
#search {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    align-items: center;
    justify-content: end;
    gap: 6px;
    flex-shrink: 0;
    background-color: #FbFbFb;
    border-radius: 20px;
    transition: background-color 0.3s ease-out 50ms
}
#search:hover {
    background-color: var(--treeapp-grey-tint-3);
}
.search-input {
    background: none;
    border: none;
    height: 40px;
    padding-left: 6px;
    width: 95%;
}
.search-input:focus {
    border: none;
    outline: none;
}
.pagination-default {
    justify-content: center;
    gap: 4px;
}
.pagination-default li:first-child {
    display: none;
}
.pagination-default li:last-child {
    display: none;
}
.page-link {
    color: var(--treeapp-dark-grey);
    background: none;
    border: none;
    text-align: center;
    width: 36px;
    border-radius: 20px;
}
.page-link:hover {
    color: var(--treeapp-primary);
}
.page-item.active .page-link {
    background-color: var(--treeapp-primary);
    border-color: var(--treeapp-primary);
}
.page-item.disabled .page-link {
    color: var(--treeapp-dark-grey);
}
