/**
 * SNUC - Single Case Study Styles
 *
*/




/* Single Article */
body.single-case-study .container-wrap {
    padding-top: 0px;
}
body.single-case-study .post-area {
    margin-top: 0px !important;
}

body.single-case-study .post-area:not(.masonry) article .post-content.classic {
    overflow: visible;
}

body.single-case-study .post-area .article_surtext p {
    color: #D5D5D8 !important;
    text-align: center !important;
    font-family: "Open Sans" !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
}
body.single-case-study .post-area .hero_desc p {
    font-family: "Open Sans" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}
body.single-case-study .post-area p {
    font-family: "Open Sans" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}
body.single-case-study .post-area span.use_case_tag {
    display: inline-block;
    height: 28px;
    min-width: 40px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 16px;
    background: #2F2F33;
    color: #F5F5F7;
    text-align: center;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
}
