﻿
/* =========================================================
   .NET EXPERT — BLOG DETAIL
   Web Deployment visual reference
   Scoped to #blog-detail-overview
   ========================================================= */

#blog-detail-overview {
    --blog-ink: #303638;
    --blog-heading: #2f3638;
    --blog-primary: #159fca;
    --blog-primary-dark: #087aa1;
    --blog-accent: #22c9df;
    --blog-cyan-soft: #e9fafd;
    --blog-text: #58676d;
    --blog-muted: #819096;
    --blog-border: #dce7ea;
    --blog-soft: #f5fafb;
    --blog-white: #fff;
    --blog-radius: 20px;
    --blog-shadow: 0 18px 48px rgba(38,54,58,.075);
    --blog-shadow-hover: 0 22px 48px rgba(38,54,58,.13);
    --blog-ease: cubic-bezier(.22,1,.36,1);
    position: relative;
    overflow: clip;
    padding: 91px 0 68px;
    color: var(--blog-text);
    background: radial-gradient(circle at 8% 5%, rgba(34,201,223,.13), transparent 24%), radial-gradient(circle at 95% 14%, rgba(21,159,202,.10), transparent 23%), linear-gradient(180deg,#f7fbfc 0%,#fff 46%,#f7fbfc 100%);
    font-size: 16px;
    line-height: 1.75;
}

    #blog-detail-overview,
    #blog-detail-overview * {
        box-sizing: border-box;
    }

        #blog-detail-overview::before,
        #blog-detail-overview::after {
            content: "";
            position: absolute;
            z-index: 0;
            pointer-events: none;
            border-radius: 50%;
        }

        #blog-detail-overview::before {
            width: 360px;
            height: 360px;
            top: 280px;
            left: -230px;
            border: 1px solid rgba(34,201,223,.14);
            box-shadow: 0 0 0 28px rgba(34,201,223,.025), 0 0 0 58px rgba(34,201,223,.018);
        }

        #blog-detail-overview::after {
            width: 280px;
            height: 280px;
            right: -190px;
            bottom: 320px;
            border: 1px solid rgba(21,159,202,.12);
        }

        #blog-detail-overview img {
            max-width: 100%;
            height: auto;
        }

        #blog-detail-overview a {
            color: var(--blog-primary-dark);
        }

        #blog-detail-overview .blog-detail-container {
            position: relative;
            z-index: 1;
            width: min(1320px,calc(100% - 40px));
            margin: 20px auto;
        }

        #blog-detail-overview .blog-detail-layout {
            display: grid;
            grid-template-columns: minmax(0,1fr) 320px;
            gap: 24px;
            align-items: start;
        }

        #blog-detail-overview .blog-detail-main {
            min-width: 0;
            overflow: hidden;
            border: 1px solid var(--blog-border);
            border-radius: 24px;
            background: #fff;
            box-shadow: var(--blog-shadow);
            animation: blogDetailFadeUp .65s var(--blog-ease) both;
        }

        #blog-detail-overview .blog-detail-card {
            min-width: 0;
        }

        /* =========================================================
   Intro / Hero
   ========================================================= */

        #blog-detail-overview .blog-detail-intro {
            position: relative;
            overflow: hidden;
            padding: 38px 42px 30px;
            background: radial-gradient(circle at 88% 0%,rgba(34,201,223,.16),transparent 31%), linear-gradient(135deg,#fff 0%,#f5fafb 100%);
        }

            #blog-detail-overview .blog-detail-intro::before {
                content: "";
                position: absolute;
                top: 0;
                left: 42px;
                width: 86px;
                height: 4px;
                border-radius: 0 0 6px 6px;
                background: linear-gradient(90deg,var(--blog-primary),var(--blog-accent));
            }

        #blog-detail-overview .blog-detail-intro__eyebrow {
            display: inline-flex;
            align-items: center;
            margin: 0 0 18px;
            padding: 6px 12px;
            border: 1px solid #c9eaf0;
            border-radius: 999px;
            background: rgba(255,255,255,.82);
            color: var(--blog-primary-dark);
            font-size: 10px;
            font-weight: 850;
            letter-spacing: .15em;
            line-height: 1.2;
            box-shadow: 0 5px 15px rgba(21,159,202,.06);
        }

        #blog-detail-overview .blog-detail-intro__title {
            max-width: 980px;
            margin: 0 0 22px;
            color: var(--blog-heading);
            font-size: clamp(34px,4vw,54px);
            font-weight: 780;
            line-height: 1.08;
            letter-spacing: -.045em;
            animation: blogDetailTitleIn .75s var(--blog-ease) both;
        }

        #blog-detail-overview .blog-detail-meta {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px 18px;
            color: var(--blog-muted);
            font-size: 13px;
        }

            #blog-detail-overview .blog-detail-meta > span {
                display: inline-flex;
                align-items: center;
                gap: 6px;
            }

        #blog-detail-overview .blog-detail-meta__icon {
            width: 16px;
            height: 16px;
            fill: none;
            stroke: currentColor;
            stroke-width: 1.8;
        }

        #blog-detail-overview .blog-detail-hero {
            position: relative;
            overflow: hidden;
            margin: 26px 0 0;
            border: 1px solid var(--blog-border);
            border-radius: 18px;
            background: #f1f7f8;
            box-shadow: 0 12px 30px rgba(38,54,58,.06);
        }

            #blog-detail-overview .blog-detail-hero img {
                display: block;
                width: 100%;
                transition: transform .7s var(--blog-ease),filter .7s ease;
            }

            #blog-detail-overview .blog-detail-hero:hover img {
                transform: scale(1.025);
                filter: saturate(1.05);
            }

        /* =========================================================
   Article Content
   ========================================================= */

        #blog-detail-overview .blog-detail-content {
            padding: 40px 42px;
            color: var(--blog-text);
            font-size: 16px;
            line-height: 1.82;
        }

            #blog-detail-overview .blog-detail-content > :first-child {
                margin-top: 0;
            }

            #blog-detail-overview .blog-detail-content h2,
            #blog-detail-overview .blog-detail-content h3,
            #blog-detail-overview .blog-detail-content h4 {
                color: var(--blog-heading);
                font-weight: 740;
                line-height: 1.25;
                letter-spacing: -.025em;
            }

            #blog-detail-overview .blog-detail-content h2 {
                margin: 34px 0 15px;
                font-size: 30px;
            }

            #blog-detail-overview .blog-detail-content h3 {
                margin: 28px 0 12px;
                font-size: 22px;
            }

            #blog-detail-overview .blog-detail-content h4 {
                margin: 24px 0 10px;
                font-size: 18px;
            }

            #blog-detail-overview .blog-detail-content p {
                margin: 0 0 16px;
            }

            #blog-detail-overview .blog-detail-content ul,
            #blog-detail-overview .blog-detail-content ol {
                margin: 0 0 18px;
                padding-left: 24px;
            }

            #blog-detail-overview .blog-detail-content li {
                margin-bottom: 7px;
            }

                #blog-detail-overview .blog-detail-content li::marker {
                    color: var(--blog-primary);
                }

            #blog-detail-overview .blog-detail-content img {
                display: block;
                max-width: 100%;
                height: auto;
                margin: 24px auto;
                border-radius: 14px;
            }

            #blog-detail-overview .blog-detail-content blockquote {
                margin: 24px 0;
                padding: 18px 22px;
                border-left: 4px solid var(--blog-primary);
                border-radius: 0 12px 12px 0;
                background: var(--blog-cyan-soft);
                color: var(--blog-heading);
            }

            #blog-detail-overview .blog-detail-content pre {
                overflow: auto;
                width: 100%;
                max-width: 100%;
                margin: 24px 0;
                padding: 20px;
                border: 1px solid #d3e6ea;
                border-radius: 14px;
                background: #10282f;
                color: #e8fbfd;
                font-family: Consolas,"Courier New",monospace;
                font-size: 14px;
                line-height: 1.6;
                white-space: pre;
            }

            #blog-detail-overview .blog-detail-content code {
                font-size: .92em;
            }

            #blog-detail-overview .blog-detail-content :not(pre) > code {
                padding: 2px 6px;
                border-radius: 6px;
                background: #eefafd;
                color: var(--blog-primary-dark);
            }

            #blog-detail-overview .blog-detail-content table {
                display: block;
                width: 100%;
                max-width: 100%;
                margin: 24px 0;
                overflow-x: auto;
                border-collapse: collapse;
            }

            #blog-detail-overview .blog-detail-content th,
            #blog-detail-overview .blog-detail-content td {
                padding: 11px 13px;
                border: 1px solid var(--blog-border);
                text-align: left;
            }

            #blog-detail-overview .blog-detail-content th {
                background: var(--blog-soft);
                color: var(--blog-heading);
            }

        /* =========================================================
   Footer / Like / Share
   ========================================================= */

        #blog-detail-overview .blog-detail-footer {
            border-top: 1px solid rgba(210,224,228,.78);
        }

        #blog-detail-overview .blog-detail-actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            padding: 22px 42px;
            background: #fbfdfe;
        }

        #blog-detail-overview .blog-detail-like {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 9px;
        }

        #blog-detail-overview .blog-detail-actions__label {
            color: var(--blog-muted);
            font-size: 13px;
        }

        #blog-detail-overview .blog-detail-like__button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            padding: 9px;
            border: 1px solid var(--blog-border);
            border-radius: 12px;
            background: #fff;
            color: var(--blog-primary-dark);
            cursor: pointer;
            transition: transform .25s var(--blog-ease), box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
        }

            #blog-detail-overview .blog-detail-like__button:hover {
                transform: translateY(-3px);
                border-color: #b7dce3;
                background: #f5fcfd;
                box-shadow: 0 9px 20px rgba(21,159,202,.12);
            }

            #blog-detail-overview .blog-detail-like__button:disabled {
                opacity: .65;
                cursor: wait;
            }

        #blog-detail-overview .blog-detail-button__icon {
            width: 19px;
            height: 19px;
            fill: none;
            stroke: currentColor;
            stroke-width: 1.7;
        }

        #blog-detail-overview .blog-detail-like__count {
            color: var(--blog-muted);
            font-size: 13px;
        }

        #blog-detail-overview .social_share_view {
            position: relative;
            display: flex;
            align-items: center;
        }

        #blog-detail-overview .share_icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            padding: 0;
            border: 1px solid var(--blog-border);
            border-radius: 13px;
            background: linear-gradient(145deg, #ffffff, #f6fbfc);
            color: var(--blog-primary-dark);
            cursor: pointer;
            box-shadow: 0 6px 18px rgba(38,54,58,.05);
            transition: transform .25s var(--blog-ease), border-color .25s ease, background .25s ease, box-shadow .25s ease;
        }

            #blog-detail-overview .share_icon:hover {
                transform: translateY(-3px);
                border-color: #abd8e1;
                background: #ffffff;
                box-shadow: 0 10px 24px rgba(21,159,202,.13);
            }

            #blog-detail-overview .share_icon img {
                display: block;
                width: 20px;
                height: 20px;
                object-fit: contain;
            }

        /* Social share icons */

        #blog-detail-overview .social_share_icons {
            position: absolute;
            right: 0;
            bottom: calc(100% + 10px);
            z-index: 30;
            visibility: hidden;
            opacity: 0;
            transform: translateY(8px) scale(.97);
            transform-origin: right bottom;
            pointer-events: none;
            transition: opacity .2s ease, transform .25s var(--blog-ease), visibility .2s ease;
        }

        #blog-detail-overview .social_share_view.is-open .social_share_icons {
            visibility: visible;
            opacity: 1;
            transform: translateY(0) scale(1);
            pointer-events: auto;
        }

        #blog-detail-overview .share_box {
            display: flex;
            align-items: center;
            gap: 9px;
            margin: 0;
            padding: 8px;
            list-style: none;
            border: 1px solid #d5e5e9;
            border-radius: 18px;
            background: rgba(255,255,255,.98);
            box-shadow: 0 16px 38px rgba(38,54,58,.12);
        }

            #blog-detail-overview .share_box li {
                margin: 0;
            }

            #blog-detail-overview .share_box a {
                display: grid;
                width: 48px;
                height: 48px;
                min-width: 48px;
                padding: 0;
                place-items: center;
                border: 1px solid #dce9ec;
                border-radius: 50%;
                background: #f7fbfc;
                color: var(--blog-heading);
                text-decoration: none;
                transition: transform .25s var(--blog-ease), border-color .25s ease, background .25s ease, box-shadow .25s ease;
            }

                #blog-detail-overview .share_box a:hover {
                    transform: translateY(-4px) scale(1.05);
                    border-color: #afd9e1;
                    background: #ffffff;
                    box-shadow: 0 9px 20px rgba(21,159,202,.14);
                }

                #blog-detail-overview .share_box a img {
                    display: block;
                    width: 25px;
                    height: 25px;
                    object-fit: contain;
                }

                #blog-detail-overview .share_box a span {
                    display: none;
                }

        #blog-detail-overview .social_share_icons::after {
            content: "";
            position: absolute;
            right: 15px;
            bottom: -7px;
            width: 13px;
            height: 13px;
            border-right: 1px solid #d5e5e9;
            border-bottom: 1px solid #d5e5e9;
            background: #ffffff;
            transform: rotate(45deg);
        }

@media (max-width: 720px) {
    #blog-detail-overview .social_share_icons {
        right: auto;
        left: 0;
    }
}

@media (max-width: 480px) {
    #blog-detail-overview .share_box {
        gap: 7px;
        padding: 7px;
    }

        #blog-detail-overview .share_box a {
            width: 44px;
            height: 44px;
            min-width: 44px;
        }

            #blog-detail-overview .share_box a img {
                width: 23px;
                height: 23px;
            }
}

/* =========================================================
   Common Blocks / Comments
   ========================================================= */

#blog-detail-overview .blog-detail-block {
    position: relative;
    padding: 40px 42px;
    border-top: 1px solid rgba(210,224,228,.78);
    background: #fff;
}

#blog-detail-overview .blog-detail-block__title {
    position: relative;
    margin: 0 0 25px;
    color: var(--blog-heading);
    font-size: clamp(27px,2.4vw,35px);
    font-weight: 740;
    line-height: 1.2;
    letter-spacing: -.028em;
}

    #blog-detail-overview .blog-detail-block__title::after {
        content: "";
        display: block;
        width: 42px;
        height: 3px;
        margin-top: 12px;
        border-radius: 3px;
        background: var(--blog-accent);
        transition: width .35s var(--blog-ease);
    }

#blog-detail-overview .blog-detail-block:hover .blog-detail-block__title::after {
    width: 64px;
}

#blog-detail-overview .blog-comment-form {
    margin-bottom: 28px;
    padding: 20px;
    border: 1px solid var(--blog-border);
    border-radius: 16px;
    background: linear-gradient(145deg,#fff,#f6fbfc);
    box-shadow: 0 8px 24px rgba(38,54,58,.04);
}

#blog-detail-overview .blog-comment-form__field {
    position: relative;
}

#blog-detail-overview .blog-comment-form textarea,
#blog-detail-overview .reply-content {
    display: block;
    width: 100%;
    min-height: 110px;
    padding: 13px 52px 13px 14px;
    border: 1px solid #d3e3e7;
    border-radius: 12px;
    background: #fff;
    color: var(--blog-text);
    outline: none;
    resize: vertical;
    transition: border-color .2s ease,box-shadow .2s ease;
}

    #blog-detail-overview .blog-comment-form textarea:focus,
    #blog-detail-overview .reply-content:focus {
        border-color: #9ed4df;
        box-shadow: 0 0 0 4px rgba(34,201,223,.10);
    }

#blog-detail-overview .blog-comment-form__submit {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg,var(--blog-primary-dark),var(--blog-accent));
    color: #fff;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(21,159,202,.18);
    transition: transform .25s var(--blog-ease),box-shadow .25s ease;
}

    #blog-detail-overview .blog-comment-form__submit:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(21,159,202,.25);
    }

#blog-detail-overview .blog-comment-form__icon {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

#blog-detail-overview .comment {
    display: grid;
    grid-template-columns: 46px minmax(0,1fr);
    gap: 13px;
    padding: 20px 0;
    border-top: 1px solid #edf2f3;
}

#blog-detail-overview .user_img {
    width: 46px;
    height: 46px;
    overflow: hidden;
    border: 1px solid var(--blog-border);
    border-radius: 12px;
    background: var(--blog-soft);
}

#blog-detail-overview .user-avatar {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#blog-detail-overview .user-name {
    display: block;
    margin-bottom: 5px;
    color: var(--blog-heading);
    font-size: 14px;
    font-weight: 750;
}

#blog-detail-overview .comment-content {
    color: var(--blog-text);
    line-height: 1.7;
    overflow-wrap: anywhere;
}

#blog-detail-overview .comment-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
    color: var(--blog-muted);
    font-size: 12px;
}

#blog-detail-overview .reply-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--blog-primary-dark);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

    #blog-detail-overview .reply-button:hover {
        color: var(--blog-primary);
    }

#blog-detail-overview .reply-form {
    margin-top: 13px;
    padding: 14px;
    border: 1px solid var(--blog-border);
    border-radius: 13px;
    background: #f7fbfc;
}

#blog-detail-overview .reply-content {
    min-height: 82px;
}

#blog-detail-overview .submit-reply-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-top: 10px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg,var(--blog-primary-dark),var(--blog-accent));
    color: #fff;
    cursor: pointer;
    transition: transform .25s var(--blog-ease),box-shadow .25s ease;
}

    #blog-detail-overview .submit-reply-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 22px rgba(21,159,202,.22);
    }

#blog-detail-overview .reply {
    display: grid;
    grid-template-columns: 38px minmax(0,1fr);
    gap: 10px;
    margin-top: 15px;
    padding: 14px;
    border: 1px solid #e4edef;
    border-radius: 13px;
    background: #f8fbfc;
}

    #blog-detail-overview .reply .user_img {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

/* =========================================================
   Related Articles
   ========================================================= */

#blog-detail-overview .related-articles {
    position: relative;
    margin-top: 24px;
    padding: 40px 42px;
    border: 1px solid var(--blog-border);
    border-radius: 24px;
    background: radial-gradient(circle at 90% 0%,rgba(34,201,223,.11),transparent 27%), linear-gradient(135deg,#edf8fb 0%,#f7fafb 100%);
    box-shadow: var(--blog-shadow);
}

#blog-detail-overview .related-articles__container {
    width: 100%;
}

#blog-detail-overview .related-articles__header {
    margin-bottom: 24px;
}

#blog-detail-overview .related-articles__eyebrow {
    display: inline-flex;
    margin-bottom: 11px;
    color: var(--blog-primary-dark);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .15em;
}

#blog-detail-overview .related-articles__heading {
    margin: 0 0 9px;
    color: var(--blog-heading);
    font-size: clamp(27px,2.4vw,35px);
    font-weight: 740;
    line-height: 1.2;
    letter-spacing: -.028em;
}

#blog-detail-overview .related-articles__description {
    max-width: 700px;
    margin: 0;
    color: var(--blog-muted);
}

#blog-detail-overview .related-articles__grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}

#blog-detail-overview .related-articles__card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d3e6ea;
    border-radius: 16px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 8px 24px rgba(38,54,58,.04);
    transition: transform .3s var(--blog-ease), box-shadow .3s ease, border-color .3s ease;
}

    #blog-detail-overview .related-articles__card::before {
        content: "";
        display: block;
        width: 30px;
        height: 3px;
        margin: 20px 20px 0;
        border-radius: 4px;
        background: var(--blog-primary);
        transition: width .3s var(--blog-ease);
    }

    #blog-detail-overview .related-articles__card:hover {
        transform: translateY(-5px);
        border-color: #a9d5de;
        box-shadow: var(--blog-shadow-hover);
    }

        #blog-detail-overview .related-articles__card:hover::before {
            width: 52px;
        }

#blog-detail-overview .related-articles__link {
    display: block;
    height: 100%;
    padding: 17px 20px 20px;
    color: inherit;
    text-decoration: none;
}

#blog-detail-overview .related-articles__card-title {
    margin: 0 0 12px;
    color: var(--blog-heading);
    font-size: 19px;
    font-weight: 750;
    line-height: 1.4;
    transition: color .25s ease;
}

#blog-detail-overview .related-articles__card:hover .related-articles__card-title {
    color: var(--blog-primary-dark);
}

#blog-detail-overview .related-articles__meta {
    margin-bottom: 15px;
    color: var(--blog-muted);
    font-size: 12px;
}

#blog-detail-overview .related-articles__read-more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--blog-primary-dark);
    font-size: 13px;
    font-weight: 750;
    transition: gap .25s var(--blog-ease),color .2s ease;
}

#blog-detail-overview .related-articles__card:hover .related-articles__read-more {
    gap: 9px;
    color: var(--blog-primary);
}

/* =========================================================
   Sidebar
   ========================================================= */

#blog-detail-overview .blog-detail-sidebar {
    position: sticky;
    top: 91px;
    z-index: 10;
    align-self: start;
    display: grid;
    gap: 16px;
}

#blog-detail-overview .blog-detail-sidebar__card {
    overflow: hidden;
    border: 1px solid #d5e3e7;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(38,54,58,.09);
    transition: transform .3s var(--blog-ease),box-shadow .3s ease,border-color .3s ease;
}

    #blog-detail-overview .blog-detail-sidebar__card:hover {
        transform: translateY(-4px);
        border-color: #bfdde3;
        box-shadow: var(--blog-shadow-hover);
    }

#blog-detail-overview .blog-detail-sidebar__card--affiliate {
    padding: 10px;
}

    #blog-detail-overview .blog-detail-sidebar__card--affiliate a,
    #blog-detail-overview .blog-detail-sidebar__card--affiliate img {
        display: block;
        width: 100%;
    }

    #blog-detail-overview .blog-detail-sidebar__card--affiliate img {
        border-radius: 14px;
    }

#blog-detail-overview .blog-detail-sidebar__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 21px 20px 16px;
    border-bottom: 1px solid #e6eef0;
}

#blog-detail-overview .blog-detail-sidebar__icon {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border: 1px solid #c9eaf0;
    border-radius: 12px;
    background: var(--blog-cyan-soft);
    color: var(--blog-primary-dark);
}

    #blog-detail-overview .blog-detail-sidebar__icon svg {
        width: 21px;
        height: 21px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.6;
    }

#blog-detail-overview .blog-detail-sidebar__heading span {
    display: block;
    margin-bottom: 2px;
    color: var(--blog-primary-dark);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .14em;
}

#blog-detail-overview .blog-detail-sidebar__heading h2 {
    margin: 0;
    color: var(--blog-heading);
    font-size: 17px;
    line-height: 1.35;
}

#blog-detail-overview .blog-detail-sidebar__links {
    padding: 9px 20px 15px;
}

    #blog-detail-overview .blog-detail-sidebar__links a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 11px 0;
        border-bottom: 1px solid #edf2f3;
        color: var(--blog-text);
        font-size: 13px;
        line-height: 1.45;
        text-decoration: none;
        transition: color .2s ease,padding-left .25s var(--blog-ease);
    }

        #blog-detail-overview .blog-detail-sidebar__links a:last-child {
            border-bottom: 0;
        }

        #blog-detail-overview .blog-detail-sidebar__links a:hover {
            padding-left: 4px;
            color: var(--blog-primary-dark);
        }

    #blog-detail-overview .blog-detail-sidebar__links b {
        color: var(--blog-primary);
        font-size: 16px;
        transition: transform .25s var(--blog-ease);
    }

    #blog-detail-overview .blog-detail-sidebar__links a:hover b {
        transform: translateX(3px);
    }

#blog-detail-overview .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width:1180px) {
    #blog-detail-overview .blog-detail-intro,
    #blog-detail-overview .blog-detail-content,
    #blog-detail-overview .blog-detail-actions,
    #blog-detail-overview .blog-detail-block,
    #blog-detail-overview .related-articles {
        padding-left: 36px;
        padding-right: 36px;
    }

        #blog-detail-overview .blog-detail-intro::before {
            left: 36px;
        }
}

@media (max-width:960px) {
    #blog-detail-overview {
        padding-top: 44px;
    }

        #blog-detail-overview .blog-detail-layout {
            grid-template-columns: 1fr;
        }

        #blog-detail-overview .blog-detail-sidebar {
            position: relative;
            top: auto;
        }
}

@media (max-width:720px) {
    #blog-detail-overview {
        padding: 90px 0 48px;
    }

        #blog-detail-overview .blog-detail-container {
            width: min(100% - 20px,680px);
        }

        #blog-detail-overview .blog-detail-intro,
        #blog-detail-overview .blog-detail-content,
        #blog-detail-overview .blog-detail-actions,
        #blog-detail-overview .blog-detail-block,
        #blog-detail-overview .related-articles {
            padding-left: 22px;
            padding-right: 22px;
        }

        #blog-detail-overview .blog-detail-intro {
            padding-top: 30px;
            padding-bottom: 24px;
        }

            #blog-detail-overview .blog-detail-intro::before {
                left: 22px;
            }

        #blog-detail-overview .blog-detail-intro__title {
            font-size: clamp(32px,8.5vw,43px);
        }

        #blog-detail-overview .related-articles__grid {
            grid-template-columns: 1fr;
        }

        #blog-detail-overview .blog-detail-actions {
            align-items: flex-start;
            flex-direction: column;
        }

        #blog-detail-overview .social_share_icons {
            right: auto;
            left: 0;
        }
}

@media (max-width:480px) {
    #blog-detail-overview {
        padding: 88px 0 36px;
    }

        #blog-detail-overview .blog-detail-container {
            width: calc(100% - 12px);
        }

        #blog-detail-overview .blog-detail-main,
        #blog-detail-overview .blog-detail-sidebar__card,
        #blog-detail-overview .related-articles {
            border-radius: 18px;
        }

        #blog-detail-overview .blog-detail-intro,
        #blog-detail-overview .blog-detail-content,
        #blog-detail-overview .blog-detail-actions,
        #blog-detail-overview .blog-detail-block,
        #blog-detail-overview .related-articles {
            padding-left: 16px;
            padding-right: 16px;
        }

        #blog-detail-overview .blog-detail-intro {
            padding-top: 24px;
            padding-bottom: 20px;
        }

            #blog-detail-overview .blog-detail-intro::before {
                left: 16px;
            }

        #blog-detail-overview .blog-detail-intro__title {
            font-size: 34px;
            line-height: 1.1;
        }

        #blog-detail-overview .blog-detail-content {
            font-size: 15px;
        }

            #blog-detail-overview .blog-detail-content pre {
                padding: 14px;
                font-size: 12px;
            }

        #blog-detail-overview .comment {
            grid-template-columns: 40px minmax(0,1fr);
            gap: 10px;
        }

        #blog-detail-overview .user_img {
            width: 40px;
            height: 40px;
        }

        #blog-detail-overview .blog-detail-sidebar__header,
        #blog-detail-overview .blog-detail-sidebar__links {
            padding-left: 20px;
            padding-right: 20px;
        }
}

@keyframes blogDetailFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes blogDetailTitleIn {
    from {
        opacity: 0;
        transform: translateY(22px) scale(.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion:reduce) {
    #blog-detail-overview *,
    #blog-detail-overview *::before,
    #blog-detail-overview *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}
