/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2026 | 06:40:20 */
/* =========================================================
   DSM PREMIUM SINGLE BLOG DESIGN
   Applies to ALL single WordPress blog posts
   Does NOT affect:
   - Blog listing
   - Products
   - Pages
   ========================================================= */


/* =========================================================
   GLOBAL VARIABLES
   ========================================================= */

body.single-post {
    --dsm-navy: #102a56;
    --dsm-navy-dark: #081a38;

    --dsm-blue: #234f92;

    --dsm-accent: #2563eb;
    --dsm-accent-light: #60a5fa;

    --dsm-text: #182230;
    --dsm-muted: #667085;

    --dsm-border: #dce2ea;
    --dsm-page-bg: #eef1f5;

    background: var(--dsm-page-bg) !important;
}


/* =========================================================
   PAGE WIDTH / SPACING
   ========================================================= */

body.single-post #content.site-content {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    padding-top: 24px !important;
    padding-bottom: 70px !important;

    padding-left: 48px !important;
    padding-right: 48px !important;

    box-sizing: border-box;
}


body.single-post #content.site-content > .col-full,
body.single-post #content.site-content .col-full {
    width: 100% !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    box-sizing: border-box;
}


/* =========================================================
   DESKTOP
   CONTENT LEFT + SIDEBAR RIGHT
   ========================================================= */

@media (min-width: 992px) {

    body.single-post #content.site-content > .col-full::after {
        content: "";
        display: table;
        clear: both;
    }


    body.single-post #primary {
        float: left !important;

        clear: none !important;

        width: calc(100% - 364px) !important;
        max-width: calc(100% - 364px) !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    body.single-post #secondary {
        float: right !important;

        clear: none !important;

        width: 330px !important;
        max-width: 330px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

}


/* =========================================================
   BREADCRUMB
   ========================================================= */

body.single-post .shoptimizer-archive .archive-header {
    padding-top: 14px;
    padding-bottom: 18px;

    background: transparent !important;

    border: 0 !important;
}


body.single-post .woocommerce-breadcrumb {
    color: #8490a2;

    font-size: 13px;
    font-weight: 500;

    letter-spacing: .01em;
}


body.single-post .woocommerce-breadcrumb a {
    color: #5d6d84;

    text-decoration: none;

    transition: color .2s ease;
}


body.single-post .woocommerce-breadcrumb a:hover {
    color: var(--dsm-accent);
}


/* =========================================================
   MAIN ARTICLE CARD
   IMPORTANT:
   targets ANY WordPress post ID automatically
   ========================================================= */

body.single-post #primary [id^="post-"] {
    position: relative;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    overflow: hidden;

    background: #ffffff !important;

    border: 1px solid #d8dee8 !important;
    border-radius: 18px !important;

    box-shadow:
        0 2px 4px rgba(16, 24, 40, .025),
        0 14px 38px rgba(16, 24, 40, .055) !important;

    box-sizing: border-box;

    isolation: isolate;
}


/* =========================================================
   FEATURED IMAGE
   ========================================================= */

body.single-post #primary [id^="post-"] > img.wp-post-image {
    display: block !important;

    width: 100% !important;
    height: auto !important;

    max-height: 560px;

    margin: 0 !important;

    object-fit: cover;

    border-radius: 0 !important;

    transition:
        transform .7s cubic-bezier(.2,.8,.2,1),
        filter .4s ease;

    filter:
        saturate(1.02)
        contrast(1.02);
}


body.single-post #primary [id^="post-"]:hover > img.wp-post-image {
    transform: scale(1.008);
}


/* =========================================================
   ARTICLE HERO / HEADER
   ========================================================= */

body.single-post #primary [id^="post-"] .entry-header {
    position: relative;

    margin: 0 !important;

    padding:
        42px
        48px
        38px !important;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 95% 0%,
            rgba(96,165,250,.20),
            transparent 33%
        ),

        radial-gradient(
            circle at 0% 100%,
            rgba(37,99,235,.20),
            transparent 36%
        ),

        linear-gradient(
            135deg,
            #081a38 0%,
            #102a56 55%,
            #174079 100%
        ) !important;
}


/* subtle premium background grid */

body.single-post #primary [id^="post-"] .entry-header::before {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background-image:

        linear-gradient(
            rgba(255,255,255,.022) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,.022) 1px,
            transparent 1px
        );

    background-size:
        36px 36px;
}


/* blue accent line */

body.single-post #primary [id^="post-"] .entry-header::after {
    content: "";

    position: absolute;

    left: 48px;
    bottom: 0;

    width: 68px;
    height: 4px;

    border-radius:
        8px 8px 0 0;

    background:
        linear-gradient(
            90deg,
            var(--dsm-accent),
            var(--dsm-accent-light)
        );
}


/* =========================================================
   ARTICLE TITLE
   ========================================================= */

body.single-post #primary [id^="post-"] .entry-title {
    position: relative;

    z-index: 2;

    max-width: 920px;

    margin:
        0 0 20px !important;

    color: #ffffff !important;

    font-size:
        clamp(
            32px,
            3.4vw,
            52px
        ) !important;

    line-height: 1.1 !important;

    font-weight: 760 !important;

    letter-spacing: -1.3px;

    text-wrap: balance;
}


/* title links */

body.single-post #primary [id^="post-"] .entry-title a {
    color: #ffffff !important;

    text-decoration: none !important;
}


/* =========================================================
   POST DATE + READING TIME
   ========================================================= */

body.single-post #primary [id^="post-"] .posted-on {
    position: relative;

    z-index: 2;

    display: flex !important;

    align-items: center;

    flex-wrap: wrap;

    gap: 9px;

    width: fit-content;

    color:
        rgba(
            255,
            255,
            255,
            .82
        ) !important;

    font-size: 12.5px;

    font-weight: 600;
}


/* remove duplicate update date */

body.single-post .posted-on .updated {
    display: none !important;
}


/* date pill */

body.single-post .posted-on .entry-date {
    display: inline-flex;

    align-items: center;

    padding:
        7px 12px;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .14
        );

    border-radius: 999px;

    background:
        rgba(
            255,
            255,
            255,
            .075
        );

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);
}


/* reading time */

body.single-post .dsm-read-time {
    display: inline-flex;

    align-items: center;

    padding:
        7px 12px;

    border:
        1px solid
        rgba(
            96,
            165,
            250,
            .28
        );

    border-radius: 999px;

    background:
        rgba(
            37,
            99,
            235,
            .16
        );

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;
}


/* =========================================================
   ARTICLE CONTENT
   ========================================================= */

body.single-post #primary [id^="post-"] .entry-content {
    padding:
        44px
        48px
        54px !important;

    background: #ffffff !important;

    color: var(--dsm-text);

    font-size: 17px;

    line-height: 1.82;
}


/* normal paragraphs */

body.single-post #primary [id^="post-"] .entry-content p {
    margin-top: 0;

    margin-bottom: 24px;

    color: #4d596b;

    font-size: 17px;

    line-height: 1.82;
}


/* =========================================================
   LEAD PARAGRAPH
   ========================================================= */

body.single-post .entry-content .dsm-lead {
    margin-bottom:
        32px !important;

    padding:
        20px
        22px
        20px
        24px !important;

    border:
        1px solid
        #e1e7f0;

    border-left:
        4px solid
        var(--dsm-accent);

    border-radius:
        0 13px 13px 0;

    background:
        linear-gradient(
            90deg,
            rgba(37,99,235,.045),
            rgba(16,42,86,.015)
        );

    color:
        #2c3b50 !important;

    font-size:
        17.5px !important;
}


/* =========================================================
   SECTION HEADINGS
   JS detects:
   <p><strong>Heading</strong></p>
   ========================================================= */

body.single-post .entry-content .dsm-section-title {
    position: relative;

    margin-top:
        46px !important;

    margin-bottom:
        18px !important;

    padding-left: 18px;

    color:
        var(--dsm-navy) !important;

    font-size:
        clamp(
            22px,
            1.8vw,
            28px
        ) !important;

    line-height:
        1.27 !important;

    font-weight:
        760 !important;

    letter-spacing:
        -.4px;
}


body.single-post .entry-content .dsm-section-title::before {
    content: "";

    position: absolute;

    left: 0;

    top: 3px;

    bottom: 3px;

    width: 4px;

    border-radius: 10px;

    background:
        linear-gradient(
            180deg,
            var(--dsm-accent),
            var(--dsm-accent-light)
        );

    box-shadow:
        0 4px 12px
        rgba(
            37,
            99,
            235,
            .15
        );
}


body.single-post .entry-content .dsm-section-title strong {
    color: inherit !important;

    font-weight: inherit !important;
}


/* =========================================================
   LINKS
   ========================================================= */

body.single-post .entry-content a {
    color: #1f5fc4;

    font-weight: 600;

    text-decoration: none;

    transition:
        color .2s ease;
}


body.single-post .entry-content a:hover {
    color:
        var(--dsm-accent);

    text-decoration:
        underline;

    text-underline-offset:
        3px;
}


/* =========================================================
   LISTS
   ========================================================= */

body.single-post .entry-content ul,
body.single-post .entry-content ol {
    margin:
        18px 0 28px;

    padding-left: 28px;
}


body.single-post .entry-content li {
    margin-bottom: 9px;

    color: #4d596b;
}


/* =========================================================
   BLOCKQUOTE
   ========================================================= */

body.single-post .entry-content blockquote {
    margin:
        32px 0;

    padding:
        25px 28px;

    border:
        1px solid
        #e1e7f0;

    border-radius: 14px;

    background:
        #f7f9fc;

    color:
        var(--dsm-navy);

    font-size: 18px;

    line-height: 1.7;
}


/* =========================================================
   CONTENT IMAGES
   ========================================================= */

body.single-post .entry-content img {
    max-width: 100%;

    height: auto;

    border-radius: 14px;

    box-shadow:
        0 12px 30px
        rgba(
            16,
            24,
            40,
            .08
        );
}


/* =========================================================
   RESOURCE / CTA BOX
   ========================================================= */

body.single-post .entry-content .dsm-resource-box {
    margin-top:
        42px !important;

    margin-bottom:
        0 !important;

    padding:
        28px 30px !important;

    border-radius:
        16px;

    background:

        radial-gradient(
            circle at 100% 0%,
            rgba(37,99,235,.25),
            transparent 44%
        ),

        linear-gradient(
            135deg,
            #091a36,
            #102a56
        );

    color:
        rgba(
            255,
            255,
            255,
            .88
        ) !important;

    box-shadow:
        0 16px 34px
        rgba(
            16,
            42,
            86,
            .14
        );
}


body.single-post .entry-content .dsm-resource-box strong {
    color:
        #ffffff !important;
}


body.single-post .entry-content .dsm-resource-box a {
    color:
        #a8ccff !important;
}


/* =========================================================
   AUTHOR / POST META
   ========================================================= */

body.single-post #primary [id^="post-"] > .entry-meta {
    margin:
        0 48px 44px !important;

    padding-top: 24px;

    border-top:
        1px solid
        var(--dsm-border);
}


body.single-post .entry-meta a {
    color:
        var(--dsm-navy);

    font-weight: 600;

    text-decoration: none;
}


body.single-post .entry-meta a:hover {
    color:
        var(--dsm-accent);
}


/* =========================================================
   SIDEBAR BASE
   ========================================================= */

body.single-post #secondary .widget {
    margin-bottom:
        20px !important;

    padding:
        0 !important;

    overflow: hidden;

    border:
        1px solid
        #d8dee8 !important;

    border-radius:
        14px !important;

    background:
        #ffffff !important;

    box-shadow:
        0 5px 18px
        rgba(
            16,
            24,
            40,
            .045
        ) !important;

    transition:
        border-color .22s ease,
        box-shadow .22s ease,
        transform .22s ease;
}


body.single-post #secondary .widget:hover {
    border-color:
        #ccd5e2 !important;

    box-shadow:
        0 10px 26px
        rgba(
            16,
            24,
            40,
            .065
        ) !important;
}


/* =========================================================
   SIDEBAR TITLES
   ========================================================= */

body.single-post #secondary .widget-title,
body.single-post #secondary .gamma {
    position: relative;

    display: block !important;

    width: 100%;

    margin: 0 !important;

    padding:
        16px
        18px
        14px
        21px !important;

    box-sizing:
        border-box;

    border-bottom:
        1px solid
        #e8ecf2;

    background:
        #ffffff !important;

    color:
        #102a56 !important;

    font-size:
        15.5px !important;

    line-height:
        1.25 !important;

    font-weight:
        760 !important;

    text-transform:
        none !important;

    letter-spacing:
        -.1px !important;
}


/* blue side accent */

body.single-post #secondary .widget-title::before,
body.single-post #secondary .gamma::before {
    content: "";

    position: absolute;

    left: 0;

    top: 12px;

    bottom: 12px;

    width: 4px;

    border-radius:
        0 4px 4px 0;

    background:
        linear-gradient(
            180deg,
            #2563eb,
            #60a5fa
        );
}


body.single-post #secondary .widget-title::after,
body.single-post #secondary .gamma::after {
    display:
        none !important;
}


/* =========================================================
   SIDEBAR NORMAL CONTENT
   ========================================================= */

body.single-post #secondary .widget > ul,
body.single-post #secondary .widget > ol,
body.single-post #secondary .widget > form {
    margin:
        0 !important;

    padding:
        8px 18px 12px !important;
}


body.single-post #secondary p,
body.single-post #secondary li,
body.single-post #secondary a {
    font-size:
        13.5px;

    line-height:
        1.55;
}


/* =========================================================
   DSM ABOUT SIDEBAR
   ========================================================= */

body.single-post #secondary .widget.dsm-about-widget {
    padding:
        22px 22px 20px !important;
}


body.single-post #secondary .widget.dsm-about-widget img {
    display: block;

    width: auto !important;

    max-width:
        205px !important;

    max-height:
        78px !important;

    object-fit: contain;

    margin:
        0 auto 18px !important;

    border-radius:
        0 !important;

    box-shadow:
        none !important;
}


body.single-post #secondary .widget.dsm-about-widget h2,
body.single-post #secondary .widget.dsm-about-widget h3,
body.single-post #secondary .widget.dsm-about-widget h4 {
    margin:
        0 0 10px !important;

    color:
        #111827 !important;

    font-size:
        18px !important;

    line-height:
        1.3 !important;

    font-weight:
        760 !important;
}


body.single-post #secondary .widget.dsm-about-widget p {
    margin:
        0 !important;

    color:
        #536174 !important;

    font-size:
        13.5px !important;

    line-height:
        1.62 !important;
}


/* =========================================================
   CATEGORIES
   ========================================================= */

body.single-post #secondary .widget_categories ul {
    list-style:
        none !important;

    margin:
        0 !important;

    padding:
        5px 18px 8px !important;
}


body.single-post #secondary .widget_categories li {
    position:
        relative;

    margin:
        0 !important;

    padding:
        11px
        20px
        11px
        1px !important;

    border-bottom:
        1px solid
        #eef1f5;
}


body.single-post #secondary .widget_categories li:last-child {
    border-bottom:
        0;
}


body.single-post #secondary .widget_categories li::after {
    content: "›";

    position: absolute;

    right: 2px;

    top: 50%;

    transform:
        translateY(-52%);

    color:
        #9ba6b5;

    font-size:
        18px;

    line-height:
        1;
}


body.single-post #secondary .widget_categories a {
    display: block;

    color:
        #3d4a5c !important;

    font-size:
        13.5px !important;

    font-weight:
        600 !important;

    text-decoration:
        none !important;

    transition:
        color .2s ease,
        transform .2s ease;
}


body.single-post #secondary .widget_categories li:hover a {
    color:
        var(--dsm-accent) !important;

    transform:
        translateX(3px);
}


/* =========================================================
   TAG CLOUD
   ========================================================= */

body.single-post #secondary .tagcloud {
    display:
        flex !important;

    flex-wrap:
        wrap;

    gap:
        7px !important;

    margin:
        0 !important;

    padding:
        16px 18px 18px !important;
}


body.single-post #secondary .tagcloud a {
    display:
        inline-flex !important;

    align-items:
        center;

    min-height:
        29px;

    padding:
        6px 9px !important;

    border:
        1px solid
        #dce2ea !important;

    border-radius:
        7px !important;

    background:
        #f7f8fa !important;

    color:
        #536174 !important;

    font-size:
        11px !important;

    line-height:
        1.15 !important;

    font-weight:
        600 !important;

    transition:
        all .2s ease;
}


body.single-post #secondary .tagcloud a:hover {
    border-color:
        #bfd2ff !important;

    background:
        #eef4ff !important;

    color:
        #1d4ed8 !important;

    transform:
        translateY(-1px);
}


/* =========================================================
   SIDEBAR SEARCH
   ========================================================= */

body.single-post #secondary input[type="search"],
body.single-post #secondary input[type="text"] {
    width: 100%;

    padding:
        10px 12px;

    border:
        1px solid
        #dfe5ec;

    border-radius:
        8px;

    background:
        #fbfcfe;

    outline:
        none;
}


body.single-post #secondary input[type="search"]:focus,
body.single-post #secondary input[type="text"]:focus {
    border-color:
        #8ab4ff;

    box-shadow:
        0 0 0 3px
        rgba(
            37,
            99,
            235,
            .08
        );
}


/* =========================================================
   COMMENTS
   ========================================================= */

body.single-post #comments {
    margin-top:
        30px;

    padding:
        30px;

    border:
        1px solid
        #dfe5ec;

    border-radius:
        16px;

    background:
        #ffffff;

    box-shadow:
        0 8px 26px
        rgba(
            16,
            24,
            40,
            .045
        );
}


body.single-post #comments input[type="text"],
body.single-post #comments input[type="email"],
body.single-post #comments input[type="url"],
body.single-post #comments textarea {
    width: 100%;

    padding:
        12px 14px;

    border:
        1px solid
        #dfe5ec;

    border-radius:
        9px;

    background:
        #fbfcfe;

    outline:
        none;
}


body.single-post #comments input:focus,
body.single-post #comments textarea:focus {
    border-color:
        #8ab4ff;

    box-shadow:
        0 0 0 4px
        rgba(
            37,
            99,
            235,
            .08
        );
}


body.single-post #comments input[type="submit"] {
    padding:
        11px 20px;

    border:
        0;

    border-radius:
        9px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #3b82f6
        );

    color:
        #ffffff;

    font-weight:
        700;

    cursor:
        pointer;
}


/* =========================================================
   READING PROGRESS
   ========================================================= */

body.single-post #dsm-reading-progress {
    position:
        fixed;

    top: 0;
    left: 0;
    right: 0;

    z-index:
        999999;

    height:
        3px;

    background:
        rgba(
            16,
            42,
            86,
            .08
        );

    pointer-events:
        none;
}


body.single-post #dsm-reading-progress span {
    display:
        block;

    width:
        100%;

    height:
        100%;

    transform:
        scaleX(0);

    transform-origin:
        left center;

    background:
        linear-gradient(
            90deg,
            #2563eb,
            #60a5fa
        );
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

body.single-post .dsm-reveal {
    opacity:
        0;

    transform:
        translateY(14px);

    transition:
        opacity .55s ease,
        transform .55s cubic-bezier(.2,.7,.2,1);
}


body.single-post .dsm-reveal.is-visible {
    opacity:
        1;

    transform:
        translateY(0);
}


/* =========================================================
   BACK TO TOP
   ========================================================= */

body.single-post #dsm-back-to-top {
    position:
        fixed;

    right:
        22px;

    bottom:
        24px;

    z-index:
        9999;

    width:
        45px;

    height:
        45px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    padding:
        0;

    border:
        0;

    border-radius:
        50%;

    background:
        linear-gradient(
            135deg,
            #102a56,
            #081a38
        );

    color:
        #ffffff;

    font-size:
        20px;

    cursor:
        pointer;

    box-shadow:
        0 9px 24px
        rgba(
            16,
            42,
            86,
            .24
        );

    opacity:
        0;

    visibility:
        hidden;

    transform:
        translateY(10px);

    transition:
        opacity .22s ease,
        visibility .22s ease,
        transform .22s ease,
        background .22s ease;
}


body.single-post #dsm-back-to-top.is-visible {
    opacity:
        1;

    visibility:
        visible;

    transform:
        translateY(0);
}


body.single-post #dsm-back-to-top:hover {
    background:
        linear-gradient(
            135deg,
            #2563eb,
            #3b82f6
        );

    transform:
        translateY(-2px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    body.single-post #content.site-content {
        padding-left:
            28px !important;

        padding-right:
            28px !important;
    }


    body.single-post #primary,
    body.single-post #secondary {
        float:
            none !important;

        clear:
            both !important;

        width:
            100% !important;

        max-width:
            100% !important;
    }


    body.single-post #secondary {
        margin-top:
            28px !important;
    }


    body.single-post #primary [id^="post-"] .entry-header {
        padding:
            36px
            34px
            33px !important;
    }


    body.single-post #primary [id^="post-"] .entry-header::after {
        left:
            34px;
    }


    body.single-post #primary [id^="post-"] .entry-content {
        padding:
            38px
            34px
            46px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    body.single-post #content.site-content {
        padding-top:
            12px !important;

        padding-bottom:
            50px !important;

        padding-left:
            15px !important;

        padding-right:
            15px !important;
    }


    body.single-post #primary [id^="post-"] {
        border-radius:
            14px !important;
    }


    body.single-post #primary [id^="post-"] .entry-header {
        padding:
            27px
            21px !important;
    }


    body.single-post #primary [id^="post-"] .entry-header::after {
        left:
            21px;

        width:
            52px;
    }


    body.single-post #primary [id^="post-"] .entry-title {
        font-size:
            29px !important;

        line-height:
            1.13 !important;

        letter-spacing:
            -.8px;
    }


    body.single-post #primary [id^="post-"] .entry-content {
        padding:
            29px
            21px
            36px !important;

        font-size:
            16px;
    }


    body.single-post #primary [id^="post-"] .entry-content p {
        font-size:
            16px;

        line-height:
            1.76;
    }


    body.single-post #primary [id^="post-"] > .entry-meta {
        margin-left:
            21px !important;

        margin-right:
            21px !important;
    }


    body.single-post #secondary .widget.dsm-about-widget {
        padding:
            20px !important;
    }


    body.single-post #secondary .widget.dsm-about-widget img {
        max-width:
            185px !important;
    }


    body.single-post #comments {
        padding:
            22px 18px;
    }


    body.single-post #dsm-back-to-top {
        right:
            14px;

        bottom:
            15px;

        width:
            43px;

        height:
            43px;
    }

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    body.single-post *,
    body.single-post *::before,
    body.single-post *::after {
        scroll-behavior:
            auto !important;
    }


    body.single-post .dsm-reveal {
        opacity:
            1 !important;

        transform:
            none !important;

        transition:
            none !important;
    }

}/* =========================================================
   MOBILE — REDUCE CARD ROUNDNESS
   ========================================================= */

@media (max-width: 600px) {

    /* Main article card */
    body.single-post #primary [id^="post-"] {
        border-radius: 8px !important;
    }

    /* Sidebar cards */
    body.single-post #secondary .widget {
        border-radius: 8px !important;
    }

    /* Comments card */
    body.single-post #comments {
        border-radius: 8px !important;
    }

    /* Content images */
    body.single-post .entry-content img {
        border-radius: 8px !important;
    }

    /* Blockquotes */
    body.single-post .entry-content blockquote {
        border-radius: 8px !important;
    }

    /* CTA / resource box */
    body.single-post .entry-content .dsm-resource-box {
        border-radius: 10px !important;
    }

}