@import url("partials/related_content_section-9mxdpKX.css");
@import url("partials/bottom_cta_section-pxx2Vme.css");


.page-title {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 300;
}

h2, h3, h4 {
    margin-bottom: 1.4rem;
}

.post-body ol,
.post-body ul {
    margin-bottom: 2rem;
    margin-top: 1.4rem;
    line-height: 2rem;
    font-size: 1.2rem;
}

.post-body ul li,
.post-body ol li {
    line-height: 1.6rem;
    margin-bottom: .8rem;
}

.post-body p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    line-height: 2rem;
}

.breadcrumbs a,
.post-body a {
    text-decoration: none;
    color: var(--bs-body-color);

    &:hover {
        text-decoration: underline;
    }
}

.post-body img {
    width: 100%;
    height: auto;

    @media (min-width: 1200px) {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.featured-image img {
    margin-top: 0;
    margin-bottom: 0;
}

.post-body ol li[data-list="bullet"] {
    list-style-type: disc;
}


.author-section .author-image {
    border-radius: 50%;
}

.author-section .author-name {
    font-size: 1.5rem;

    @media (max-width: 767.98px) {
        font-size: 1.2rem;
    }
}

.author-section .author-description {
    font-size: 1.2rem;

    @media (max-width: 767.98px) {
        font-size: 1rem;
        line-height: 1.6rem;
    }
}