.single-blog-v2 {
    background: #050505;
    color: #fff;
    overflow: hidden;
}

.single-hero-v2 {
    position: relative;
    padding: 105px 0 160px;
    background:
        radial-gradient(circle at 14% 20%, rgba(193, 18, 31, .35), transparent 30%),
        radial-gradient(circle at 88% 10%, rgba(150, 150, 150, .16), transparent 28%),
        linear-gradient(135deg, #030303 0%, #111418 45%, #2b2f34 100%);
}

.single-hero-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .45;
}

.single-hero-v2 .container {
    position: relative;
    z-index: 2;
}

.single-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .10);
    color: #fff;
    font-weight: 900;
    margin-bottom: 22px;
}

.single-hero-v2 h1 {
    color: #fff;
    max-width: 980px;
    margin: 0 auto 22px;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.single-hero-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.single-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #d1d5db;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    font-weight: 800;
    font-size: 13px;
}

.single-hero-v2 .breadcrumb a {
    color: #fff;
}

.single-hero-v2 .breadcrumb .active {
    color: rgba(255, 255, 255, .55);
}

.single-shell-v2 {
    margin-top: -95px;
    position: relative;
    z-index: 5;
}

.single-layout-v2 {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
}

.single-reading-panel {
    border-radius: 34px;
    overflow: hidden;
    background: rgba(17, 20, 25, .96);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 34px 95px rgba(0, 0, 0, .48);
}

.single-cover-v2 {
    position: relative;
    display: block;
    height: 460px;
    overflow: hidden;
    background: #111;
}

.single-cover-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .35s ease;
}

.single-cover-v2:hover img {
    transform: scale(1.04);
}

.single-cover-v2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .72));
}

.single-cover-zoom {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #8b111b, #c1121f);
    box-shadow: 0 14px 34px rgba(193, 18, 31, .30);
}

.single-body-v2 {
    padding: 42px;
}

.single-title-v2 {
    color: #fff;
    font-size: 34px;
    line-height: 1.18;
    margin-bottom: 24px;
}

.single-content-v2 {
    color: #d1d5db;
    font-size: 17px;
    line-height: 1.9;
}

.single-content-v2 h2,
.single-content-v2 h3,
.single-content-v2 h4 {
    color: #fff;
    margin-top: 32px;
}

.single-content-v2 p {
    color: #d1d5db;
    margin-bottom: 20px;
}

.single-content-v2 a {
    color: #ef233c;
    font-weight: 800;
}

.single-content-v2 img {
    max-width: 100%;
    border-radius: 24px;
    margin: 20px 0;
}

.single-share-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 42px;
    padding: 22px;
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(193, 18, 31, .15), rgba(255, 255, 255, .035));
    border: 1px solid rgba(255, 255, 255, .08);
}

.single-share-v2 span {
    color: #fff;
    font-weight: 900;
}

.single-share-links {
    display: flex;
    gap: 10px;
}

.single-share-links a {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    transition: all .25s ease;
}

.single-share-links a:hover {
    background: linear-gradient(135deg, #8b111b, #c1121f);
    transform: translateY(-3px);
}

/* SIDEBAR */
.single-sidebar-v2 {
    position: sticky;
    top: 110px;
}

.single-widget-v2 {
    border-radius: 30px;
    background: rgba(17, 20, 25, .96);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
    overflow: hidden;
    margin-bottom: 24px;
}

.single-widget-head {
    padding: 22px 24px;
    background:
        linear-gradient(135deg, rgba(193, 18, 31, .18), rgba(255, 255, 255, .035));
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.single-widget-head h3 {
    color: #fff;
    margin: 0;
    font-size: 21px;
}

.single-recent-list {
    padding: 14px;
}

.single-recent-item {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 13px;
    align-items: center;
    padding: 10px;
    border-radius: 18px;
    transition: all .25s ease;
}

.single-recent-item:hover {
    background: rgba(255, 255, 255, .045);
}

.single-recent-item img {
    width: 78px;
    height: 68px;
    object-fit: cover;
    border-radius: 16px;
}

.single-recent-item h4 {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.35;
}

.single-recent-item h4 a {
    color: #fff;
}

.single-recent-item h4 a:hover {
    color: #ef233c;
}

.single-recent-item span {
    color: #8f98a6;
    font-size: 12px;
}

.single-cta-v2 {
    padding: 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at right top, rgba(193, 18, 31, .28), transparent 35%),
        linear-gradient(135deg, #111418, #2b2f34);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
}

.single-cta-v2 span {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .25);
    color: #fff;
    font-weight: 900;
    margin-bottom: 15px;
}

.single-cta-v2 h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 22px;
}

.single-cta-v2 a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 20px;
    border-radius: 18px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, #8b111b, #c1121f);
}

.single-cta-v2 a:hover {
    color: #fff;
    background: linear-gradient(135deg, #c1121f, #ef233c);
}

@media(max-width: 992px) {
    .single-layout-v2 {
        grid-template-columns: 1fr;
    }

    .single-sidebar-v2 {
        position: relative;
        top: auto;
    }

    .single-shell-v2 {
        margin-top: -55px;
    }
}

@media(max-width: 768px) {
    .single-cover-v2 {
        height: 280px;
    }

    .single-body-v2 {
        padding: 26px;
    }

    .single-title-v2 {
        font-size: 26px;
    }
}

.single-content-v2 div[style*="background"],
.single-content-v2 section[style*="background"],
.single-content-v2 article[style*="background"] {
    color: #111827 !important;
}

.single-content-v2 div[style*="background"] h1,
.single-content-v2 div[style*="background"] h2,
.single-content-v2 div[style*="background"] h3,
.single-content-v2 div[style*="background"] h4,
.single-content-v2 div[style*="background"] h5,
.single-content-v2 div[style*="background"] h6,

.single-content-v2 section[style*="background"] h1,
.single-content-v2 section[style*="background"] h2,
.single-content-v2 section[style*="background"] h3,
.single-content-v2 section[style*="background"] h4,

.single-content-v2 article[style*="background"] h1,
.single-content-v2 article[style*="background"] h2,
.single-content-v2 article[style*="background"] h3 {
    color: #111827 !important;
}

.single-content-v2 div[style*="background"] p,
.single-content-v2 div[style*="background"] span,
.single-content-v2 div[style*="background"] li,

.single-content-v2 section[style*="background"] p,
.single-content-v2 section[style*="background"] span,
.single-content-v2 section[style*="background"] li,

.single-content-v2 article[style*="background"] p,
.single-content-v2 article[style*="background"] span {
    color: #374151 !important;
}

.single-content-v2 div[style*="background"] a,
.single-content-v2 section[style*="background"] a,
.single-content-v2 article[style*="background"] a {
    color: #fff !important;
}