.my-news.solklean-news-page {
    position: relative;
    overflow: hidden;
    padding: 78px 0 88px;
    background: radial-gradient(circle at 8% 92%, rgba(0, 167, 216, 0.12) 0 150px, transparent 151px), linear-gradient(180deg, #ffffff 0%, #f8fafc 52%, #eef5fb 100%);
}

    .my-news.solklean-news-page:before,
    .my-news.solklean-news-page:after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .my-news.solklean-news-page:before {
        right: 5%;
        top: 22px;
        width: 270px;
        height: 130px;
        opacity: 0.35;
        background-image: radial-gradient(circle, #00a7d8 2px, transparent 2.5px);
        background-size: 18px 18px;
    }

    .my-news.solklean-news-page:after {
        left: -130px;
        bottom: -120px;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        background: rgba(0, 92, 168, 0.06);
    }

.my-news .container {
    position: relative;
    z-index: 1;
    padding: 0;
}

.news-page-heading {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.news-page-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
    color: #005ca8;
    font-family: "InterB", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
}

    .news-page-eyebrow span {
        width: 48px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, #005ca8, #00a7d8);
    }

.my-news h1 {
    display: block;
    width: 100%;
    margin: 0;
    color: #0f273f;
    font-family: "InterB", Arial, sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

.my-news h2 {
    display: block;
    max-width: 760px;
    margin: 18px auto 0;
    color: #64748b;
    font-family: "InterR", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    text-align: center;
    text-transform: none;
}

.news-empty {
    display: block;
    margin-top: 34px;
    text-align: center;
}

.my-news-top.news-feature-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    margin-top: 44px;
}

.my-news-top .top-left,
.my-news-top .top-right {
    min-width: 0;
}

.my-news-top .top-right {
    display: grid;
    gap: 28px;
}

.news-card {
    overflow: hidden;
    border: 1px solid rgba(0, 92, 168, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .news-card:hover {
        transform: translateY(-6px);
        border-color: rgba(0, 167, 216, 0.32);
        box-shadow: 0 26px 60px rgba(0, 59, 130, 0.15);
    }

.news-card-large {
    min-height: 100%;
    padding: 16px;
}

.news-card-side {
    display: grid;
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
    gap: 24px;
    min-height: 238px;
    padding: 14px;
}

.news-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.news-card-item {
    padding: 14px;
}

.news-card-image {
    position: relative;
    display: block;
    min-height: 210px;
    overflow: hidden;
    border-radius: 16px;
    background: #eef5fb;
}

.news-card-large .news-card-image {
    min-height: 330px;
}

.news-card-side .news-card-image {
    min-height: 210px;
}

.news-card-item .news-card-image {
    min-height: 230px;
}

.news-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.32s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.07);
}

.news-card-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 128px;
    padding: 13px 18px 14px;
    color: #ffffff;
    font-family: "InterB", Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    background: linear-gradient(135deg, #005ca8, #00a7d8);
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 100%, 0 100%);
    opacity: 0;
}

.news-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 22px 18px 10px;
}

.news-card-side .news-card-content {
    padding: 12px 10px 12px 0;
}

.news-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 12px;
    color: #64748b;
    font-family: "InterSB", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

    .news-card-meta span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

    .news-card-meta i {
        color: #00a7d8;
    }

.news-card h3 {
    margin: 0;
    color: #0f273f;
    font-family: "InterB", Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 0;
}

.news-card-large h3 {
    font-size: 29px;
    line-height: 1.24;
}

.news-card h3 a {
    color: inherit;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.28s ease;
}

.news-card:hover h3 a {
    color: #005ca8;
}

.news-card p {
    margin: 12px 0 0;
    color: #64748b;
    font-family: "InterR", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-card-large p {
    -webkit-line-clamp: 3;
}

.news-card-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    margin-top: 18px;
    color: #0f273f;
    font-family: "InterB", Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    transition: color 0.28s ease;
}

    .news-card-more span {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #ffffff;
        background: linear-gradient(135deg, #005ca8, #00a7d8);
        box-shadow: 0 12px 24px rgba(0, 92, 168, 0.22);
        transition: transform 0.28s ease, box-shadow 0.28s ease;
    }

    .news-card-more:after {
        content: "";
        width: 82px;
        height: 1px;
        margin-left: 8px;
        background: rgba(0, 92, 168, 0.4);
    }

    .news-card-more:hover {
        color: #005ca8;
    }

        .news-card-more:hover span {
            transform: translateX(4px);
            box-shadow: 0 14px 28px rgba(0, 167, 216, 0.28);
        }

.my-news-bottom {
    margin-top: 54px;
}

.news-section-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

    .news-section-title span {
        width: 52px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, #005ca8, #00a7d8);
    }

    .news-section-title h3 {
        margin: 0;
        color: #0f273f;
        font-family: "InterB", Arial, sans-serif;
        font-size: 28px;
        line-height: 1.25;
    }

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 38px;
}

    .pager a,
    .pager span {
        min-width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        border: 1px solid rgba(0, 92, 168, 0.14);
        color: #0f273f;
        font-family: "InterSB", Arial, sans-serif;
        font-size: 15px;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
        transition: color 0.28s ease, background 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
    }

        .pager span,
        .pager a:hover {
            color: #ffffff;
            border-color: #005ca8;
            background: linear-gradient(135deg, #005ca8, #00a7d8);
            transform: translateY(-2px);
        }

@media (max-width: 1199px) {
    .news-card-side {
        gap: 18px;
    }

    .news-card h3 {
        font-size: 21px;
    }

    .news-card-large h3 {
        font-size: 26px;
    }

    .news-card-grid {
        gap: 20px;
    }
}

@media (max-width: 1023px) {
    .my-news.solklean-news-page {
        padding: 62px 0 68px;
    }

    .my-news-top.news-feature-layout {
        grid-template-columns: 1fr;
    }

    .news-card-side {
        grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
        min-height: 220px;
    }

    .news-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .my-news h1 {
        font-size: 38px;
    }
}

@media (max-width: 739px) {
    .my-news.solklean-news-page {
        padding: 48px 0 54px;
    }

    .news-page-eyebrow {
        gap: 9px;
        font-size: 13px;
    }

        .news-page-eyebrow span {
            width: 32px;
        }

    .my-news h1 {
        font-size: 30px;
        line-height: 1.22;
    }

    .my-news h2 {
        font-size: 15px;
    }

    .my-news-top.news-feature-layout {
        gap: 16px;
        margin-top: 30px;
    }

    .my-news-top .top-right {
        gap: 16px;
    }

    .news-card-large,
    .news-card-side,
    .news-card-item {
        display: block;
        min-height: auto;
        padding: 12px;
        border-radius: 18px;
    }

        .news-card-image,
        .news-card-large .news-card-image,
        .news-card-side .news-card-image,
        .news-card-item .news-card-image {
            min-height: auto;
            aspect-ratio: 16 / 10;
            border-radius: 13px;
        }

        .news-card-content,
        .news-card-side .news-card-content {
            padding: 18px 8px 8px;
        }

    .news-card-meta {
        gap: 10px;
        font-size: 13px;
    }

    .news-card h3,
    .news-card-large h3 {
        font-size: 21px;
    }

    .news-card p {
        font-size: 14px;
    }

    .news-card-more:after {
        width: 48px;
    }

    .my-news-bottom {
        margin-top: 34px;
    }

    .news-section-title {
        margin-bottom: 18px;
    }

        .news-section-title h3 {
            font-size: 24px;
        }

    .news-card-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pager {
        gap: 8px;
        margin-top: 28px;
    }

        .pager a,
        .pager span {
            min-width: 38px;
            height: 38px;
            border-radius: 10px;
            font-size: 14px;
        }
}