.news-article-light {
        background: #f5f7fb;
        color: #667085;
    }

    .news-article-light #content {
        background: #f5f7fb;
    }

    .news-article-light header,
    .news-article-light header.transparent,
    .news-article-light header.smaller {
        background: rgba(255, 255, 255, 0.94) !important;
        border-bottom: 1px solid rgba(71, 58, 173, 0.08);
        box-shadow: 0 10px 35px rgba(31, 42, 68, 0.06);
        backdrop-filter: blur(16px);
    }

    .news-article-light header #mainmenu > li > a,
    .news-article-light header #mainmenu a.menu-item {
        color: #30394a;
    }

    .news-article-light header #mainmenu > li > a:hover,
    .news-article-light header #mainmenu a.menu-item:hover {
        color: #ff3465;
    }

    .news-article-light header a.btn-line span {
        color: #30394a !important;
    }

    .news-article-light header a.btn-line:hover span {
        color: #ffffff !important;
    }

    .news-article-light .article-hero {
        position: relative;
        overflow: hidden;
        padding: 150px 0 78px;
        background:
            radial-gradient(circle at 82% 18%, rgba(120, 84, 255, 0.17), transparent 27%),
            radial-gradient(circle at 8% 85%, rgba(255, 52, 101, 0.11), transparent 25%),
            linear-gradient(135deg, #f6f8ff 0%, #edf2fb 52%, #ffffff 100%);
    }

    .news-article-light .article-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(74, 57, 184, 0.13) 1.5px, transparent 1.5px);
        background-size: 24px 24px;
        mask-image: linear-gradient(to left, #000 0%, transparent 55%);
        pointer-events: none;
    }

    .news-article-light .article-hero-copy,
    .news-article-light .article-hero-media {
        position: relative;
        z-index: 2;
    }

    .news-article-light .article-kicker {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 14px;
        margin-bottom: 20px;
        border: 1px solid rgba(255, 52, 101, 0.18);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.82);
        color: #473aad;
        font-size: 13px;
        font-weight: 800;
        box-shadow: 0 8px 24px rgba(71, 58, 173, 0.08);
    }

    .news-article-light .article-hero h1 {
        max-width: 720px;
        margin-bottom: 22px;
        color: #273142;
        font-size: clamp(2.35rem, 4.6vw, 4.7rem);
        line-height: 1.03;
        letter-spacing: -0.045em;
    }

    .news-article-light .article-hero-lead {
        max-width: 650px;
        margin-bottom: 24px;
        color: #6f7788;
        font-size: 17px;
        line-height: 1.8;
    }

    .news-article-light .article-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin-bottom: 25px;
    }

    .news-article-light .article-tags span {
        padding: 7px 12px;
        border-radius: 999px;
        background: #473aad;
        color: #ffffff;
        font-size: 12px;
        font-weight: 800;
    }

    .news-article-light .article-hero-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        color: #7d8596;
        font-size: 13px;
        font-weight: 700;
    }

    .news-article-light .article-hero-meta i {
        margin-right: 7px;
        color: #ff3465;
    }

    .news-article-light .article-image-card {
        position: relative;
        padding: 14px;
        border: 1px solid rgba(71, 58, 173, 0.12);
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 28px 70px rgba(45, 52, 83, 0.18);
        transform: rotate(1.5deg);
    }

    .news-article-light .article-image-card::after {
        content: attr(data-label);
        position: absolute;
        right: 30px;
        bottom: 28px;
        padding: 8px 13px;
        border-radius: 10px;
        background: rgba(31, 37, 54, 0.82);
        color: #ffffff;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.06em;
        backdrop-filter: blur(8px);
    }

    .news-article-light .article-image-card img {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 11;
        border-radius: 20px;
        object-fit: cover;
    }

    .news-article-light .article-content-section {
        padding: 82px 0 90px;
        background: #f5f7fb;
    }

    .news-article-light .article-main {
        padding: clamp(28px, 4vw, 52px);
        border: 1px solid #e7eaf1;
        border-radius: 24px;
        background: #ffffff;
        box-shadow: 0 20px 55px rgba(31, 42, 68, 0.08);
    }

    .news-article-light .article-author-card {
        margin-bottom: 38px;
        padding: 20px 22px;
        border: 1px solid #e7eaf1;
        border-radius: 18px;
        background: linear-gradient(135deg, #f8f9ff, #ffffff);
    }

    .news-article-light .article-author-card img {
        border: 4px solid #ffffff;
        box-shadow: 0 8px 22px rgba(71, 58, 173, 0.14);
    }

    .news-article-light .article-author-card > div {
        min-width: 0;
        flex: 1;
    }

    .news-article-light .article-author-card h5,
    .news-article-light .blog-read h3,
    .news-article-light #blog-comment h4,
    .news-article-light #sidebar h4 {
        color: #273142;
    }

    .news-article-light .article-author-card p {
        color: #5f6879;
    }

    .news-article-light .article-author-card .text-muted {
        color: #858da0 !important;
    }

    .news-article-light .blog-read .post-text h3 {
        margin-top: 38px;
        margin-bottom: 14px;
        font-size: clamp(1.35rem, 2vw, 1.8rem);
    }

    .news-article-light .blog-read .post-text h3:first-child {
        margin-top: 0;
    }

    .news-article-light .blog-read .post-text p {
        color: #5f6879;
        font-size: 16px;
        line-height: 1.9;
    }

    .news-article-light .blog-read .post-text strong {
        color: #473aad;
    }

    .news-article-light #blog-comment {
        padding-top: 10px;
        border-top: 1px solid #e7eaf1;
    }

    .news-article-light #blog-comment li {
        border-color: #e7eaf1;
    }

    .news-article-light #blog-comment .avatar img {
        border-radius: 50%;
        border: 3px solid #ffffff;
        box-shadow: 0 6px 18px rgba(31, 42, 68, 0.12);
    }

    .news-article-light #blog-comment .c_name {
        color: #273142;
        font-weight: 800;
    }

    .news-article-light #blog-comment .comment,
    .news-article-light #blog-comment .c_date {
        color: #778092;
    }

    .news-article-light #comment-form-wrapper {
        padding: 28px;
        border: 1px solid #e7eaf1;
        border-radius: 18px;
        background: #f8f9fc;
    }

    .news-article-light #comment-form-wrapper label {
        margin-top: 10px;
        color: #394254;
        font-weight: 700;
    }

    .news-article-light #comment-form-wrapper .form-control {
        border: 1px solid #dfe3ec;
        background: #ffffff;
        color: #273142;
        box-shadow: none;
    }

    .news-article-light #comment-form-wrapper .form-control:focus {
        border-color: #7966e8;
        box-shadow: 0 0 0 4px rgba(121, 102, 232, 0.12);
    }

    .news-article-light .article-sidebar {
        align-self: flex-start;
    }

    .news-article-light .article-sidebar .widget {
        margin-bottom: 22px;
        padding: 25px;
        border: 1px solid #e7eaf1;
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 14px 38px rgba(31, 42, 68, 0.07);
    }

    .news-article-light .article-sidebar .small-border {
        background: linear-gradient(90deg, #ff3465, #7257e7);
    }

    .news-article-light .article-sidebar .de-color-icons span {
        box-shadow: 0 7px 18px rgba(31, 42, 68, 0.1);
    }

    .news-article-light .article-sidebar .widget-post li {
        display: flex;
        gap: 10px;
        padding: 12px 0;
        border-bottom: 1px solid #edf0f5;
    }

    .news-article-light .article-sidebar .widget-post li:last-child {
        border-bottom: 0;
    }

    .news-article-light .article-sidebar .widget-post li a {
        color: #394254;
        line-height: 1.45;
    }

    .news-article-light .article-sidebar .widget-text p {
        color: #6f7788;
        line-height: 1.75;
    }

    .news-article-light .article-sidebar .widget_tags li a {
        border-color: #dfe3ec;
        background: #f7f8fb;
        color: #5f6879;
    }

    .news-article-light .article-sidebar .widget_tags li a:hover {
        border-color: #7257e7;
        background: #7257e7;
        color: #ffffff;
    }

    @media (min-width: 992px) {
    .news-article-light .article-sidebar {
        position: sticky;
        top: 112px;
    }
    }

    @media (max-width: 991px) {
        .news-article-light .article-hero {
            padding: 126px 0 58px;
        }

        .news-article-light .article-image-card {
            margin-top: 35px;
            transform: none;
        }

        .news-article-light .article-content-section {
            padding: 55px 0 70px;
        }
    }

    @media (max-width: 575px) {
        .news-article-light .article-hero h1 {
            font-size: 2.25rem;
        }

        .news-article-light .article-main {
            padding: 23px 18px;
            border-radius: 18px;
        }

        .news-article-light .article-author-card {
            flex-direction: column;
            align-items: center !important;
            text-align: center;
        }

        .news-article-light .article-author-card img {
            width: 62px !important;
            height: 62px !important;
            margin-right: 0 !important;
            margin-bottom: 14px;
        }

        .news-article-light #comment-form-wrapper {
            padding: 20px 16px;
        }
    }
