.wq-news-hero,
.wq-article-hero {
    background: linear-gradient(135deg, #e8f5e9 0%, #e3f2fd 100%);
    padding: 58px 0 64px;
}

.wq-news-hero-inner,
.wq-article-hero-inner,
.wq-news-layout,
.wq-article-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.wq-news-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: #718076;
    font-size: 14px;
}

.wq-news-breadcrumb a {
    color: var(--primary, #4caf50);
    text-decoration: none;
}

.wq-news-breadcrumb em {
    color: #718076;
    font-style: normal;
}

.wq-news-label {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(76, 175, 80, .12);
    color: var(--primary, #4caf50);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .8px;
}

.wq-news-hero h1,
.wq-article-hero h1 {
    margin: 14px 0 12px;
    color: #202a23;
    font-size: 38px;
    line-height: 1.3;
}

.wq-news-hero p {
    max-width: 740px;
    color: #58665c;
    font-size: 17px;
    line-height: 1.85;
}

.wq-news-page,
.wq-article-page {
    background: #f8fbf9;
    padding: 42px 0 64px;
}

.wq-news-layout,
.wq-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.wq-news-main,
.wq-article-main,
.wq-news-side-card {
    background: #fff;
    border: 1px solid #e4f0e7;
    border-radius: 16px;
    box-shadow: 0 8px 26px rgba(76, 175, 80, .07);
}

.wq-news-main,
.wq-article-main {
    padding: 28px;
}

.wq-news-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 8px;
    border-bottom: 1px solid #edf5ef;
}

.wq-news-head h2 {
    margin: 0 0 6px;
    color: #202a23;
    font-size: 24px;
}

.wq-news-head p {
    margin: 0;
    color: #748279;
}

.wq-news-head-link,
.wq-news-read,
.wq-news-side-card-green a {
    color: var(--primary, #4caf50);
    font-weight: 600;
    text-decoration: none;
}

.wq-news-head-link {
    flex-shrink: 0;
    padding: 9px 16px;
    border: 1px solid #cde9cf;
    border-radius: 999px;
}

.wq-news-head-link:hover {
    background: var(--primary, #4caf50);
    color: #fff;
}

.wq-news-list {
    display: grid;
    gap: 18px;
}

.wq-news-item {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #edf5ef;
}

.wq-news-item:last-child {
    border-bottom: 0;
}

.wq-news-cover {
    display: block;
    height: 145px;
    overflow: hidden;
    border-radius: 14px;
    background: #eef8ef;
}

.wq-news-cover img,
.wq-article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.wq-news-item:hover .wq-news-cover img {
    transform: scale(1.045);
}

.wq-news-meta,
.wq-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #82918a;
    font-size: 13px;
}

.wq-news-item h3 {
    margin: 8px 0 10px;
    font-size: 20px;
    line-height: 1.45;
}

.wq-news-item h3 a {
    color: #202a23;
    text-decoration: none;
}

.wq-news-item h3 a:hover,
.wq-news-read:hover,
.wq-news-rank a:hover em,
.wq-news-navs a:hover,
.wq-article-nav a:hover {
    color: var(--primary, #4caf50);
}

.wq-news-item p {
    margin: 0 0 12px;
    color: #5f6f66;
    font-size: 15px;
    line-height: 1.75;
}

.wq-news-sidebar,
.wq-article-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 82px;
}

.wq-news-side-card {
    padding: 22px;
}

.wq-news-side-card h3 {
    margin: 0 0 14px;
    color: #202a23;
    font-size: 18px;
}

.wq-news-side-card p {
    margin: 0 0 14px;
    color: #65736a;
    font-size: 14px;
    line-height: 1.75;
}

.wq-news-side-card-green {
    border-color: #cfe8d1;
    background: linear-gradient(180deg, #f5fff7 0%, #fff 100%);
}

.wq-news-rank {
    display: grid;
    gap: 2px;
}

.wq-news-rank a {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #e5eee7;
    color: inherit;
    text-decoration: none;
}

.wq-news-rank a:last-child {
    border-bottom: 0;
}

.wq-news-rank span {
    color: #97a49c;
    font-size: 13px;
}

.wq-news-rank em {
    color: #44524a;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wq-news-navs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.wq-news-navs a {
    padding: 10px 12px;
    border-radius: 10px;
    background: #f4faf5;
    color: #506057;
    text-align: center;
    text-decoration: none;
}

.wq-article-hero {
    padding-bottom: 50px;
}

.wq-article-hero h1 {
    max-width: 880px;
    font-size: 34px;
}

.wq-article-cover {
    width: 100%;
    max-height: 420px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 26px;
    background: #eef8ef;
}

.wq-article-content {
    color: #3d4a43;
    font-size: 16px;
    line-height: 1.92;
    word-break: break-word;
}

.wq-article-content p {
    margin: 0 0 18px;
}

.wq-article-content h2,
.wq-article-content h3 {
    margin: 30px 0 16px;
    padding-left: 12px;
    border-left: 4px solid var(--primary, #4caf50);
    color: #202a23;
    line-height: 1.45;
}

.wq-article-content img {
    max-width: 100%;
    height: auto;
    margin: 16px auto;
    border-radius: 12px;
}

.wq-article-content ul,
.wq-article-content ol {
    padding-left: 22px;
    margin: 14px 0 20px;
}

.wq-article-content li {
    margin: 8px 0;
}

.wq-article-content blockquote {
    margin: 22px 0;
    padding: 16px 20px;
    border-left: 4px solid var(--primary, #4caf50);
    border-radius: 8px;
    background: #f4faf5;
    color: #607067;
}

.wq-article-sign {
    margin-top: 28px;
    color: #82918a;
    text-align: right;
    font-size: 14px;
}

.wq-article-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #edf5ef;
    color: #5c6b63;
    font-size: 15px;
}

.wq-article-nav div {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wq-article-nav div:last-child {
    text-align: right;
}

.wq-article-nav a {
    color: var(--primary, #4caf50);
    text-decoration: none;
}

.wq-article-nav span {
    color: #99a69f;
}

@media (max-width: 960px) {
    .wq-news-layout,
    .wq-article-layout {
        grid-template-columns: 1fr;
    }

    .wq-news-sidebar,
    .wq-article-sidebar {
        position: static;
    }
}

@media (max-width: 760px) {
    .wq-news-hero,
    .wq-article-hero {
        padding: 40px 0 44px;
    }

    .wq-news-hero h1,
    .wq-article-hero h1 {
        font-size: 27px;
    }

    .wq-news-hero p {
        font-size: 15px;
    }

    .wq-news-page,
    .wq-article-page {
        padding: 24px 0 48px;
    }

    .wq-news-main,
    .wq-article-main {
        padding: 20px;
    }

    .wq-news-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .wq-news-item {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .wq-news-cover {
        height: 190px;
    }

    .wq-news-item h3 {
        font-size: 18px;
    }

    .wq-article-nav {
        grid-template-columns: 1fr;
    }

    .wq-article-nav div:last-child {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .wq-news-hero-inner,
    .wq-article-hero-inner,
    .wq-news-layout,
    .wq-article-layout {
        padding: 0 15px;
    }

    .wq-news-cover {
        height: 168px;
    }

    .wq-news-navs {
        grid-template-columns: 1fr;
    }

    .wq-news-meta,
    .wq-article-meta {
        gap: 10px;
    }
}
