.article-detail {
    padding-top: 2.75rem;
    padding-bottom: 3rem
}

.article-detail .col-12 {
    max-width: 792px;
    margin-left: auto;
    margin-right: auto
}

.article-detail .col-12 .article-categories {
    margin-bottom: 0.5rem
}

.article-detail .col-12 .article-categories span {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 0.875rem
}

.article-detail .col-12 .article-author-info-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2.5rem
}

.article-detail .col-12 .article-author-info-top .headshot {
    margin-right: 1rem
}

.article-detail .col-12 .article-author-info-top .headshot img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%
}

.article-detail .col-12 .article-author-info-top .article-author a {
    padding-right: 1rem;
}

.article-detail .col-12 .article-author-info-top .article-author {
    display: flex;
    align-items: center
}

.article-detail .col-12 .article-author-info-top .article-author span {
    font-family: "Euclid Circular A Bold", sans-serif;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-right: 0.25rem
}

.article-detail .col-12 .article-author-info-top .article-author a:hover,
.article-detail .col-12 .article-author-info-top .article-author a:focus {
    text-decoration: none
}

.article-detail .col-12 h1,
.article-detail .col-12 .h1 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative
}

.article-detail .col-12 h1::after,
.article-detail .col-12 .h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 48px;
    background-color: #03CFFF
}

.article-detail .col-12 .article-image {
    width: 100%
}

.article-detail .col-12 .article-image img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.article-detail .col-12 .article-image+.article-body {
    margin-top: 2.875rem
}

.article-detail .col-12 .article-body {
    margin-bottom: 1.5625rem
}

.article-detail .col-12 .article-body>* {
    font-family: "Euclid Circular A", sans-serif !important;
    color: #2D2F3B !important
}

.article-detail .col-12 .article-body h2,
.article-detail .col-12 .article-body .h2,
.article-detail .col-12 .article-body h3,
.article-detail .col-12 .article-body .h3,
.article-detail .col-12 .article-body h4,
.article-detail .col-12 .article-body .h4,
.article-detail .col-12 .article-body h5,
.article-detail .col-12 .article-body .h5,
.article-detail .col-12 .article-body h6,
.article-detail .col-12 .article-body .h6 {
    font-family: "Euclid Circular A", sans-serif !important;
    font-weight: 600
}

.article-detail .col-12 .article-body p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 1.875rem;
    padding-left: 0rem
}

.article-detail .col-12 .article-body a {
    font-family: "Euclid Circular A", sans-serif !important;
    color: #2E5FFF !important;
    text-decoration: underline !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400
}

.article-detail .col-12 .article-body a:hover,
.article-detail .col-12 .article-body a:focus {
    text-decoration: none !important
}

.article-detail .col-12 .article-body img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.article-detail .col-12 .article-body strong {
    font-family: "Euclid Circular A Bold", sans-serif
}

.article-detail .col-12 .article-body ul,
.article-detail .col-12 .article-body ol {
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: 0rem;
    padding-bottom: 1.25rem
}

.article-detail .col-12 .article-body ul li,
.article-detail .col-12 .article-body ol li {
    color: #2D2F3B;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0.625rem;
    padding-left: 0rem
}

.article-detail .col-12 .article-body ul {
    list-style-type: none
}

.article-detail .col-12 .article-body ul li {
    position: relative
}

.article-detail .col-12 .article-body ul li::before {
    position: absolute;
    content: url("/themes/custom/qsci/frontend/www/assets/icon/check-solid.svg");
    margin-top: 0.1875rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: -1.125rem;
    width: 14px
}

.article-detail .col-12 .article-body blockquote {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #2E5FFF;
    padding: 0;
    font-style: normal;
    font-weight: 400
}

.article-detail .col-12 .article-body blockquote::before {
    content: none
}

.article-detail .col-12 .article-body blockquote p {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #2E5FFF;
    font-style: normal;
    font-weight: 400
}

.article-detail .col-12 .article-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid #EFEFEF
}

.article-detail .col-12 .article-footer .headshot {
    margin-right: 1rem;
    padding-top: 10px;
}

.article-detail .col-12 .article-footer .headshot img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%
}

.article-detail .col-12 .article-footer .author-info-social-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.article-detail .col-12 .article-footer .author-info-social-wrapper .article-author {
    display: flex;
    flex-direction: column;
    width: auto
}

.article-detail .col-12 .article-footer .author-info-social-wrapper .article-author span {
    font-family: "Euclid Circular A Bold", sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0.5rem
}

.article-detail .col-12 .article-footer .author-info-social-wrapper .article-author a {
    font-size: 1rem;
    line-height: 1rem
}

.article-detail .col-12 .article-footer .author-info-social-wrapper .article-author a:hover,
.article-detail .col-12 .article-footer .author-info-social-wrapper .article-author a:focus {
    text-decoration: none
}

.article-detail .col-12 .article-footer .author-info-social-wrapper .social-links {
    display: flex;
    align-items: center
}

.article-detail .col-12 .article-footer .author-info-social-wrapper .social-links span {
    font-family: "Euclid Circular A Bold", sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    margin-right: 0.75rem
}

.article-detail .col-12 .article-footer .author-info-social-wrapper .social-links a {
    text-decoration: none;
    margin-right: 0.75rem
}

.article-detail .col-12 .article-footer .author-info-social-wrapper .social-links a:last-child {
    margin-right: 0rem
}

.article-detail .col-12 .article-footer .author-info-social-wrapper .social-links a:hover,
.article-detail .col-12 .article-footer .author-info-social-wrapper .social-links a:focus {
    opacity: 0.7
}

.article-detail .col-12 .article-footer .author-info-social-wrapper .social-links svg {
    width: 100%;
    min-width: 16px;
    max-width: 16px;
    max-height: 13px;
    fill: #2E5FFF
}

@media (max-width: 1199.98px) {
    .article-detail {
        padding-top: 2.625rem;
        padding-bottom: 2.5rem
    }

    .article-detail .col-12 .article-author-info-top {
        margin-bottom: 2rem
    }

    .article-detail .col-12 .article-author-info-top .headshot img {
        width: 35px;
        height: 35px
    }

    .article-detail .col-12 .article-image+.article-body {
        margin-top: 2.5rem
    }

    .article-detail .col-12 .article-body {
        margin-bottom: 2.5rem
    }

    .article-detail .col-12 .article-body p {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .article-detail .col-12 .article-footer {
        padding-top: 1.5rem
    }

    .article-detail .col-12 .article-footer .headshot img {
        width: 70px;
        height: 70px
    }

    .article-detail .col-12 .article-footer .author-info-social-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: auto
    }

    .article-detail .col-12 .article-footer .author-info-social-wrapper .article-author {
        width: 100%;
        margin-bottom: 0.5625rem
    }

    .article-detail .col-12 .article-footer .author-info-social-wrapper .article-author span,
    .article-detail .col-12 .article-footer .author-info-social-wrapper .article-author a {
        font-size: 0.875rem;
        line-height: 0.875rem
    }

    .article-detail .col-12 .article-footer .author-info-social-wrapper .social-links span {
        font-size: 0.875rem;
        line-height: 0.875rem
    }
}