/* ============================================
   机器人电报分类页 - 样式优化
   2026-07-04
   ============================================ */

@font-face {
    font-family: "Bottg Noto Sans CJK SC";
    src: url("assets/fonts/NotoSansSC-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Bottg Noto Sans CJK SC";
    src: url("assets/fonts/NotoSansSC-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --bottg-font-sans: "Bottg Noto Sans CJK SC", "Noto Sans CJK SC", "Noto Sans SC", "Source Han Sans SC", "Source Han Sans CN", "WenQuanYi Micro Hei", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
.site,
.site *:not(.fa):not([class^="fa-"]):not([class*=" fa-"]) {
    font-family: var(--bottg-font-sans) !important;
}

/* === 分类列表页 === */
.category article.hentry h2.entry-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-bottom: 0;
    white-space: normal;
    word-break: break-word;
}

.category article.hentry .entry-content {
    font-size: 15px;
    line-height: 1.6;
    margin: 5px 0 0;
    color: #444;
}

/* 隐藏"阅读更多"按钮 - 分类页显示全文 */
.category .entry-anchor-link {
    display: none;
}

/* 隐藏"阅读原文"链接 */
.category .entry-content a[href*="阅读原文"],
.category .entry-content p:last-child a {
    display: none;
}

/* 分类页文章间距 - 更紧凑 */
.category article.hentry {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

/* === 文章详情页 - 仅robot-telegraph分类 === */
.single .category-robot-telegraph article.hentry h1.entry-title,
.single article.category-robot-telegraph h1.entry-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.single .category-robot-telegraph .entry-content {
    font-size: 16px;
    line-height: 1.8;
}

/* === 文章详情页 - 作者和时间字号统一 === */
.single .below-entry-meta .byline,
.single .below-entry-meta .posted-on {
    font-size: 12px !important;
}
.single .below-entry-meta .byline a,
.single .below-entry-meta .posted-on a {
    font-size: 12px !important;
}
.single .below-entry-meta .posted-on i,
.single .below-entry-meta .byline i {
    font-size: 12px !important;
}

/* === 首页/侧边栏资讯模块：实时电报与海外资讯统一外观 === */
#secondary .widget_colornews_telegraph,
#secondary #block-4.widget_block,
#secondary .widget_colornews_telegraph_ai {
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

#secondary .widget_colornews_telegraph h2,
#secondary #block-4.widget_block h2,
#secondary .widget_colornews_telegraph_ai h2 {
  font-size: 16px;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #272727;
  line-height: 1.45;
}

#secondary .widget_colornews_telegraph .wp-block-group,
#secondary #block-4.widget_block .wp-block-group,
#secondary .widget_colornews_telegraph_ai .wp-block-group {
    margin: 0;
    padding: 0;
}

#secondary .widget_colornews_telegraph ul,
#secondary #block-4.widget_block ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#secondary .widget_colornews_telegraph li,
#secondary #block-4.widget_block li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

#secondary .widget_colornews_telegraph li:last-child,
#secondary #block-4.widget_block li:last-child {
    border-bottom: none;
}

#secondary .widget_colornews_telegraph li a,
#secondary #block-4.widget_block li a {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

#secondary .widget_colornews_telegraph li a:hover,
#secondary #block-4.widget_block li a:hover {
    color: #e63946;
}

#secondary .widget_colornews_telegraph .view-more-link,
#secondary #block-4.widget_block .view-more-link {
    margin: 12px 0 0 !important;
}

#secondary .widget_colornews_telegraph_ai {
    background:
        linear-gradient(180deg, #fff, #fafbfc),
        radial-gradient(circle at 92% 10%, rgba(220, 53, 34, 0.10), transparent 28%);
}

#secondary .telegraph-ai-card {
    position: relative;
    padding: 2px 0 0;
}

#secondary .telegraph-ai-card + .telegraph-ai-card {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eef0f3;
}

#secondary .telegraph-ai-time {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(220, 53, 34, 0.10);
    color: #b42318;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

#secondary .telegraph-ai-title {
    display: block;
    margin-top: 11px;
    color: #182230;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
    text-decoration: none;
}

#secondary .telegraph-ai-title:hover,
#secondary .telegraph-ai-more:hover,
#secondary .telegraph-ai-view-all a:hover {
    color: #e63946;
}

#secondary .telegraph-ai-summary {
    margin: 10px 0 0;
    color: #475467;
    font-size: 13px;
    line-height: 1.72;
}

#secondary .telegraph-ai-more {
    display: inline-flex;
    margin-top: 12px;
    color: #e63946;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

#secondary .telegraph-ai-more::after {
    content: "›";
    margin-left: 6px;
}

#secondary .telegraph-ai-view-all {
    margin: 18px 0 0;
}

#secondary .telegraph-ai-view-all a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: 1px solid rgba(230, 57, 70, 0.20);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(230, 57, 70, 0.08), rgba(16, 24, 40, 0.03));
    color: #b42318;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

#secondary .telegraph-ai-view-all a::after {
    content: "›";
    margin-left: 7px;
    font-size: 17px;
    line-height: 1;
}

#secondary .telegraph-ai-view-all a:hover {
    border-color: rgba(230, 57, 70, 0.34);
    background: #fff5f5;
    transform: translateY(-1px);
}

#secondary .telegraph-ai-empty {
    margin: 0;
    color: #7b8794;
    font-size: 13px;
}

.telegraph-ai-archive {
    display: grid;
    gap: 16px;
    margin: 6px 0 30px;
}

.telegraph-ai-archive-card {
    position: relative;
    padding: 22px 24px;
    border: 1px solid #edf0f3;
    border-radius: 8px;
    background:
        linear-gradient(180deg, #fff, #fbfcfd),
        radial-gradient(circle at 96% 0%, rgba(230, 57, 70, 0.10), transparent 25%);
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.telegraph-ai-archive-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 8px 0 0 8px;
    background: linear-gradient(180deg, #e63946, #ff8a3d);
}

.telegraph-ai-archive-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #b42318;
    font-size: 12px;
    font-weight: 800;
}

.telegraph-ai-archive-meta time,
.telegraph-ai-archive-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(230, 57, 70, 0.09);
}

.telegraph-ai-archive-card h2 {
    margin: 12px 0 0;
    font-size: 21px;
    line-height: 1.42;
}

.telegraph-ai-archive-card h2 a {
    color: #182230;
    text-decoration: none;
}

.telegraph-ai-archive-card h2 a:hover,
.telegraph-ai-archive-more:hover {
    color: #e63946;
}

.telegraph-ai-archive-card p {
    margin: 12px 0 0;
    color: #475467;
    font-size: 15px;
    line-height: 1.82;
}

.telegraph-ai-archive-more {
    display: inline-flex;
    margin-top: 14px;
    color: #e63946;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.telegraph-ai-archive-more::after {
    content: "›";
    margin-left: 6px;
}

.telegraph-ai-archive-empty {
    margin: 0;
    color: #667085;
}

body.page-id-981 #secondary {
    height: auto !important;
    min-height: 0 !important;
}

body.page-id-981 .tg-inner-wrap,
body.page-id-981 #main {
    display: flow-root;
}

body.page-id-981 article.page .entry-header {
    max-width: 720px;
    margin: 0 auto 24px;
    padding: 24px 18px 22px;
    border: 1px solid #edf0f3;
    border-radius: 8px;
    background:
        linear-gradient(180deg, #ffffff, #fbfcfd),
        radial-gradient(circle at 50% 0%, rgba(230, 57, 70, 0.10), transparent 34%);
    text-align: center;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.05);
}

body.page-id-981 article.page .entry-header::before {
    content: "AI TELEGRAPH BRIEF";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(230, 57, 70, 0.09);
    color: #b42318;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

body.page-id-981 article.page .entry-header h1.entry-title {
    position: relative;
    display: block;
    margin: 12px auto 0 !important;
    padding: 0 0 15px;
    color: #182230;
    font-size: 28px !important;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
}

body.page-id-981 article.page .entry-header h1.entry-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 64px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e63946, #ff8a3d);
    transform: translateX(-50%);
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .category article.hentry h2.entry-title {
        font-size: 20px;
    }
    .category article.hentry .entry-content {
        font-size: 14px;
    }
    .telegraph-ai-archive-card {
        padding: 18px 18px 18px 20px;
    }
    .telegraph-ai-archive-card h2 {
        font-size: 18px;
    }
    .telegraph-ai-archive-card p {
        font-size: 14px;
    }
    body.page-id-981 article.page .entry-header {
        margin-bottom: 18px;
        padding: 20px 14px 18px;
    }
    body.page-id-981 article.page .entry-header h1.entry-title {
        font-size: 22px !important;
    }
}

/* === 首页手机端体验修正 === */
@media screen and (max-width: 768px) {
    html,
    body,
    #page {
        max-width: 100%;
        overflow-x: hidden;
    }

    .boxed-layout #page,
    .tg-container,
    .tg-inner-wrap {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .tg-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    #main {
        margin-top: 12px !important;
    }

    .middle-header-wrapper .tg-inner-wrap {
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px 12px;
        min-height: auto !important;
        padding: 12px 0 !important;
    }

    .middle-header-wrapper .logo {
        flex: 0 0 auto;
    }

    .middle-header-wrapper img.custom-logo {
        max-height: 58px !important;
        max-width: 58px !important;
    }

    #header-text {
        flex: 1 1 auto !important;
        min-width: 0;
        margin-left: 0 !important;
        transform: none !important;
        align-items: flex-start !important;
    }

    #header-text .bottg-url {
        font-size: 15px !important;
        text-align: left !important;
        margin-bottom: 2px !important;
    }

    #site-description {
        font-size: 13px !important;
        text-align: left !important;
        white-space: normal !important;
        line-height: 1.35 !important;
    }

    .header-advertise {
        order: 3;
        flex: 1 0 100% !important;
        width: 100% !important;
        margin: 2px 0 0 !important;
        transform: none !important;
    }

    .header-advertise .searchform {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .bottom-header-wrapper .tg-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #site-navigation {
        float: none !important;
        width: 100% !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    #site-navigation ul.menu li a {
        font-size: 14px !important;
        line-height: 42px !important;
        padding: 0 14px !important;
    }

    body.home #primary,
    body.home #secondary {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }

    body.home #secondary {
        height: auto !important;
        margin-top: 18px !important;
    }

    body.home .entry-content {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .news-carousel {
        margin: 0 0 20px !important;
        border-radius: 8px !important;
    }

    .news-carousel-slide {
        min-height: 280px;
        height: 280px !important;
        padding: 22px 18px !important;
    }

    .news-carousel-slide .slide-title {
        font-size: 19px !important;
        line-height: 1.35 !important;
    }

    .news-carousel-slide .slide-excerpt {
        font-size: 13px !important;
        -webkit-line-clamp: 2;
    }

    .news-carousel-arrow {
        width: 36px !important;
        height: 36px !important;
    }

    .news-section {
        padding: 0 !important;
        margin-bottom: 24px !important;
    }

    .news-section-header {
        align-items: flex-start !important;
        gap: 10px;
        margin-bottom: 14px !important;
    }

    .news-section-header h2 {
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    .news-section-header .more-link {
        flex: 0 0 auto;
        padding: 5px 10px !important;
        font-size: 13px !important;
    }

    .news-grid,
    .news-hero {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .news-card .card-img {
        height: 110px !important;
        font-size: 30px !important;
    }

    .news-card .card-body,
    .news-hero-main .hero-body {
        padding: 12px !important;
    }

    .news-card .card-title {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    .news-hero-main .hero-img {
        height: 180px !important;
        font-size: 40px !important;
    }

    .news-hero-main .hero-title {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    .news-hero-main .hero-excerpt {
        font-size: 13px !important;
    }

    .news-hero-side .side-item {
        padding: 10px !important;
    }

    #secondary .widget,
    #secondary .widget_block,
    #secondary .widget_colornews_telegraph,
    #secondary #block-4.widget_block {
        width: 100% !important;
        box-sizing: border-box;
        margin-bottom: 16px !important;
        padding: 16px !important;
    }

    #secondary .widget_colornews_telegraph h2,
    #secondary #block-4.widget_block h2,
    #secondary .widget_block .wp-block-group h2 {
        font-size: 15px !important;
        line-height: 1.45 !important;
        margin-bottom: 10px !important;
    }

    #secondary .widget_colornews_telegraph li,
    #secondary #block-4.widget_block li,
    #secondary .widget_block .wp-block-group .wp-block-latest-posts li {
        padding: 9px 0 !important;
    }

    #secondary .widget_colornews_telegraph li a,
    #secondary #block-4.widget_block li a,
    #secondary .widget_block .wp-block-group .wp-block-latest-posts li a {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
    }
}

@media screen and (max-width: 420px) {
    .tg-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .middle-header-wrapper img.custom-logo {
        max-height: 52px !important;
        max-width: 52px !important;
    }

    #header-text .bottg-url {
        font-size: 14px !important;
    }

    #site-description {
        font-size: 12px !important;
    }

    .header-advertise .searchform .search-field {
        font-size: 13px !important;
        padding: 8px 10px !important;
    }

    .header-advertise .searchform .searchsubmit {
        padding: 8px 13px !important;
    }

    .news-carousel-slide {
        height: 250px !important;
        min-height: 250px;
        padding: 18px 14px !important;
    }

    .news-carousel-slide .slide-title {
        font-size: 17px !important;
    }

    .news-section-header h2 {
        font-size: 17px !important;
    }
}

/* === 分类列表统一为国际资讯样式 / 2026-07-07 === */
body.category article.hentry,
body.archive.category article.hentry {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
}

body.category #main,
body.archive.category #main {
    display: flow-root;
}

body.category #colophon,
body.archive.category #colophon {
    clear: both;
}

@media screen and (min-width: 769px) {
    body.category div[id="main-content-section clearfix"],
    body.archive.category div[id="main-content-section clearfix"] {
        display: flex;
        align-items: flex-start;
        gap: 2%;
    }

    body.category #primary,
    body.archive.category #primary {
        float: none !important;
        width: 65% !important;
    }

    body.category #secondary,
    body.archive.category #secondary {
        float: none !important;
        width: 33% !important;
        height: auto !important;
        min-height: 0 !important;
    }
}

body.category article.hentry .entry-header,
body.archive.category article.hentry .entry-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.category article.hentry .category-collection,
body.archive.category article.hentry .category-collection {
    display: none !important;
}

body.category article.hentry h2.entry-title,
body.archive.category article.hentry h2.entry-title {
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    white-space: normal !important;
    overflow: visible !important;
}

body.category article.hentry h2.entry-title a,
body.archive.category article.hentry h2.entry-title a {
    display: inline !important;
    font-size: inherit !important;
    line-height: inherit !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    text-decoration: none;
}

body.category article.hentry .below-entry-meta,
body.archive.category article.hentry .below-entry-meta {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-style: normal !important;
    line-height: 1.45 !important;
}

body.category article.hentry .below-entry-meta span,
body.archive.category article.hentry .below-entry-meta span {
    margin-right: 8px !important;
    font-size: 12px !important;
}

body.category article.hentry .entry-content,
body.archive.category article.hentry .entry-content {
    margin: 10px 0 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #444;
}

body.category article.hentry .entry-content p,
body.archive.category article.hentry .entry-content p {
    margin-bottom: 0 !important;
}

/* === 机器人电报评论列表专用卡片布局 / 2026-07-07 === */
body.category-market-analysis div[id="main-content-section clearfix"] {
    display: block !important;
}

body.category-market-analysis #primary {
    float: none !important;
    width: 100% !important;
}

body.category-market-analysis #secondary {
    display: none !important;
}

body.category-market-analysis #primary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

body.category-market-analysis article.hentry {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.category-market-analysis article.hentry:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
}

body.category-market-analysis article.hentry:first-of-type {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    align-items: stretch;
    min-height: 360px;
}

body.category-market-analysis article.hentry .figure-cat-wrap {
    position: relative;
    margin: 0 !important;
    overflow: hidden;
    background: #0f172a;
}

body.category-market-analysis article.hentry .featured-image,
body.category-market-analysis article.hentry .featured-image a {
    display: block;
    width: 100%;
    height: 100%;
}

body.category-market-analysis article.hentry .featured-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 220px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.22s ease;
}

body.category-market-analysis article.hentry:hover .featured-image img {
    transform: scale(1.025);
}

body.category-market-analysis article.hentry:first-of-type .featured-image img {
    min-height: 360px;
    aspect-ratio: auto;
}

body.category-market-analysis article.hentry .entry-header,
body.category-market-analysis article.hentry .below-entry-meta,
body.category-market-analysis article.hentry .entry-content,
body.category-market-analysis article.hentry .entry-anchor-link {
    margin-left: 22px !important;
    margin-right: 22px !important;
}

body.category-market-analysis article.hentry .entry-header {
    margin-top: 20px !important;
}

body.category-market-analysis article.hentry:first-of-type .entry-header {
    align-self: end;
    margin-top: 30px !important;
}

body.category-market-analysis article.hentry:first-of-type .figure-cat-wrap {
    grid-row: 1 / span 4;
}

body.category-market-analysis article.hentry h2.entry-title {
    margin: 0 0 10px !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

body.category-market-analysis article.hentry:first-of-type h2.entry-title {
    font-size: 29px !important;
    line-height: 1.32 !important;
}

body.category-market-analysis article.hentry h2.entry-title a {
    color: #111827 !important;
    text-decoration: none !important;
}

body.category-market-analysis article.hentry h2.entry-title a:hover {
    color: #0f766e !important;
}

body.category-market-analysis article.hentry .below-entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 0 !important;
    color: #64748b;
}

body.category-market-analysis article.hentry .below-entry-meta span {
    margin-right: 0 !important;
}

body.category-market-analysis article.hentry .entry-content {
    flex: 1;
    margin-top: 14px !important;
    color: #475569 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

body.category-market-analysis article.hentry:first-of-type .entry-content {
    font-size: 16px !important;
    line-height: 1.8 !important;
}

body.category-market-analysis article.hentry .entry-content p {
    margin: 0 !important;
}

body.category-market-analysis article.hentry .entry-anchor-link {
    margin-top: 18px !important;
    margin-bottom: 22px !important;
}

body.category-market-analysis article.hentry .entry-anchor-link .more-link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #0f766e;
    border-radius: 4px;
    color: #0f766e !important;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

body.category-market-analysis article.hentry .entry-anchor-link .more-link span {
    font-size: 0;
}

body.category-market-analysis article.hentry .entry-anchor-link .more-link span::before {
    content: "阅读全文";
    font-size: 14px;
}

body.category-market-analysis article.hentry .entry-anchor-link .more-link::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 8px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
}

body.category-market-analysis article.hentry .entry-anchor-link .more-link:hover {
    color: #fff !important;
    background: #0f766e;
}

@media screen and (max-width: 900px) {
    body.category-market-analysis #primary,
    body.category-market-analysis article.hentry:first-of-type {
        display: block !important;
    }

    body.category-market-analysis article.hentry {
        margin-bottom: 18px !important;
    }

    body.category-market-analysis article.hentry:first-of-type .featured-image img,
    body.category-market-analysis article.hentry .featured-image img {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    body.category-market-analysis article.hentry:first-of-type h2.entry-title,
    body.category-market-analysis article.hentry h2.entry-title {
        font-size: 21px !important;
        line-height: 1.38 !important;
    }

    body.category-market-analysis article.hentry .entry-header,
    body.category-market-analysis article.hentry .below-entry-meta,
    body.category-market-analysis article.hentry .entry-content,
    body.category-market-analysis article.hentry .entry-anchor-link {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
}

/* === 机器人电报评论列表细调：保留侧栏、完整显示封面 / 2026-07-07 === */
@media screen and (min-width: 769px) {
    body.category-market-analysis div[id="main-content-section clearfix"] {
        display: flex !important;
        align-items: flex-start;
        gap: 2%;
    }

    body.category-market-analysis #primary {
        display: flex !important;
        flex-direction: column;
        gap: 18px;
        float: none !important;
        width: 65% !important;
    }

    body.category-market-analysis #secondary {
        display: block !important;
        float: none !important;
        width: 33% !important;
        height: auto !important;
        min-height: 0 !important;
    }
}

body.category-market-analysis article.hentry,
body.category-market-analysis article.hentry:first-of-type {
    display: flex !important;
    flex-direction: column;
    grid-column: auto !important;
    grid-template-columns: none !important;
    min-height: 0 !important;
}

body.category-market-analysis article.hentry .figure-cat-wrap,
body.category-market-analysis article.hentry:first-of-type .figure-cat-wrap {
    grid-row: auto !important;
    width: 100%;
    background: #f8fafc;
}

body.category-market-analysis article.hentry .featured-image,
body.category-market-analysis article.hentry .featured-image a {
    height: auto !important;
}

body.category-market-analysis article.hentry .featured-image img,
body.category-market-analysis article.hentry:first-of-type .featured-image img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
}

body.category-market-analysis article.hentry:hover .featured-image img {
    transform: none !important;
}

body.category-market-analysis article.hentry .entry-header,
body.category-market-analysis article.hentry .below-entry-meta,
body.category-market-analysis article.hentry .entry-content,
body.category-market-analysis article.hentry .entry-anchor-link {
    margin-left: 26px !important;
    margin-right: 26px !important;
}

body.category-market-analysis article.hentry .entry-header,
body.category-market-analysis article.hentry:first-of-type .entry-header {
    align-self: auto !important;
    margin-top: 24px !important;
}

body.category-market-analysis article.hentry .entry-content {
    margin-top: 16px !important;
}

body.category-market-analysis article.hentry .entry-anchor-link {
    margin-bottom: 26px !important;
}

body.category-market-analysis article.hentry:first-of-type h2.entry-title {
    font-size: 24px !important;
    line-height: 1.38 !important;
}

@media screen and (max-width: 768px) {
    body.category-market-analysis #secondary {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
    }

    body.category-market-analysis article.hentry .entry-header,
    body.category-market-analysis article.hentry .below-entry-meta,
    body.category-market-analysis article.hentry .entry-content,
    body.category-market-analysis article.hentry .entry-anchor-link {
        margin-left: 18px !important;
        margin-right: 18px !important;
    }
}

/* === 单篇文章标题换行修复 / 2026-07-07 === */
body.single article.hentry h1.entry-title,
body.single-post article.hentry h1.entry-title,
body.single .entry-header h1.entry-title {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    font-size: 24px !important;
    line-height: 1.45 !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
}

body.single article.hentry .entry-header,
body.single-post article.hentry .entry-header {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

body.single article.hentry .below-entry-meta,
body.single-post article.hentry .below-entry-meta {
    clear: both;
    margin-top: 0 !important;
    line-height: 1.5 !important;
}

/* === 全部文章详情页正文统一为电报详情页字号 / 2026-07-07 === */
body.single article.hentry .entry-content,
body.single-post article.hentry .entry-content,
body.single .entry-content {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #333 !important;
}

body.single article.hentry .entry-content p,
body.single-post article.hentry .entry-content p,
body.single .entry-content p {
    margin: 0 0 1.05em !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

body.single article.hentry .entry-content ul,
body.single article.hentry .entry-content ol,
body.single-post article.hentry .entry-content ul,
body.single-post article.hentry .entry-content ol,
body.single .entry-content ul,
body.single .entry-content ol {
    margin-bottom: 1.05em !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

body.single article.hentry .entry-content li,
body.single-post article.hentry .entry-content li,
body.single .entry-content li {
    margin-bottom: 0.45em !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

body.single article.hentry .entry-content blockquote,
body.single-post article.hentry .entry-content blockquote,
body.single .entry-content blockquote {
    font-size: 16px !important;
    line-height: 1.8 !important;
}

@media screen and (max-width: 768px) {
    body.category article.hentry h2.entry-title,
    body.archive.category article.hentry h2.entry-title {
        font-size: 19px !important;
        line-height: 1.45 !important;
    }

    body.single article.hentry h1.entry-title,
    body.single-post article.hentry h1.entry-title,
    body.single .entry-header h1.entry-title {
        font-size: 21px !important;
        line-height: 1.45 !important;
    }

    body.single article.hentry .entry-content,
    body.single-post article.hentry .entry-content,
    body.single .entry-content {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }
}

/* === 首页轮播重设计 / 2026-07-08 === */
body.home .news-carousel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px !important;
    background: #0f172a;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.16) !important;
}

body.home .news-carousel::before {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: 2;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 6px;
}

body.home .news-carousel-slide {
    height: 430px !important;
    align-items: flex-end !important;
    padding: 24px !important;
    background-size: cover !important;
    background-position: center !important;
}

body.home .news-carousel-slide::before {
    display: none !important;
}

body.home .news-carousel-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(2, 6, 23, 0.10) 0%, rgba(2, 6, 23, 0) 42%, rgba(2, 6, 23, 0.76) 100%),
        linear-gradient(90deg, rgba(2, 6, 23, 0.20) 0%, rgba(2, 6, 23, 0) 54%);
}

body.home .news-carousel-slide .slide-content {
    position: relative !important;
    z-index: 3 !important;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 142px;
    max-width: none !important;
    text-shadow: none !important;
}

body.home .news-carousel-slide .slide-copy {
    width: min(690px, calc(100% - 160px));
    padding: 18px 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.76), rgba(15, 23, 42, 0.48));
    color: #fff;
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.24);
    backdrop-filter: blur(10px);
}

body.home .news-carousel-slide .slide-title {
    display: -webkit-box !important;
    margin: 9px 0 0 !important;
    color: #fff !important;
    font-size: clamp(22px, 2.2vw, 32px) !important;
    font-weight: 800 !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.home .news-carousel-slide .slide-excerpt {
    display: -webkit-box !important;
    margin: 10px 0 0 !important;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.home .news-carousel-slide .slide-date {
    display: none !important;
}

body.home .news-carousel-slide .slide-tag,
body.home .news-carousel-slide .slide-cta {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.18);
}

body.home .news-carousel-slide .slide-tag {
    margin: 0 !important;
    background: rgba(220, 53, 34, 0.94) !important;
    color: #fff !important;
    box-shadow: none !important;
}

body.home .news-carousel-slide .slide-cta {
    flex: 0 0 auto;
    margin: 0 88px 2px 0;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.9);
}

body.home .news-carousel-slide .slide-cta::after {
    content: "›";
    margin-left: 7px;
    font-size: 17px;
    line-height: 0;
}

body.home .news-carousel-arrow {
    top: auto !important;
    bottom: 20px;
    right: 24px;
    left: auto !important;
    z-index: 12;
    width: 34px !important;
    height: 34px !important;
    transform: none !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 999px !important;
    background: rgba(15, 23, 42, 0.38) !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1 !important;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
}

body.home .news-carousel-arrow.prev {
    right: 66px !important;
}

body.home .news-carousel-arrow:hover,
body.home .news-carousel-arrow:focus {
    background: #dc3522 !important;
    border-color: #dc3522 !important;
    outline: none;
}

body.home .news-carousel-dots {
    left: 24px;
    right: auto !important;
    bottom: 18px !important;
    z-index: 12;
}

body.home .news-carousel-dot,
body.home .news-carousel-dots .dot {
    display: block;
    width: 24px !important;
    height: 4px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.48) !important;
    transition: width 0.25s ease, background 0.25s ease !important;
}

body.home .news-carousel-dot.active,
body.home .news-carousel-dots .dot.active {
    width: 42px !important;
    background: #fff !important;
    transform: none !important;
}

body.home .news-carousel-progress {
    height: 4px !important;
    background: #dc3522 !important;
}

@media screen and (max-width: 768px) {
    body.home .news-carousel {
        border-radius: 8px !important;
        margin-bottom: 22px !important;
    }

    body.home .news-carousel::before {
        inset: 9px;
    }

    body.home .news-carousel-slide {
        height: 250px !important;
        min-height: 250px !important;
        padding: 16px !important;
        background-position: left center !important;
    }

    body.home .news-carousel-slide .slide-content {
        min-height: 100%;
        align-items: flex-end;
        gap: 0;
    }

    body.home .news-carousel-slide .slide-copy {
        width: 100%;
        padding: 13px 14px 14px;
        border-radius: 7px;
    }

    body.home .news-carousel-slide .slide-title {
        margin-top: 8px !important;
        font-size: 18px !important;
        line-height: 1.32 !important;
        -webkit-line-clamp: 2;
    }

    body.home .news-carousel-slide .slide-excerpt {
        display: none !important;
    }

    body.home .news-carousel-slide .slide-tag,
    body.home .news-carousel-slide .slide-cta {
        min-height: 28px;
        padding: 0 10px;
        font-size: 11px;
    }

    body.home .news-carousel-slide .slide-cta {
        display: none !important;
    }

    body.home .news-carousel-arrow {
        top: 18px !important;
        bottom: auto !important;
        right: 16px;
        width: 32px !important;
        height: 32px !important;
    }

    body.home .news-carousel-arrow.prev {
        right: 54px !important;
    }

    body.home .news-carousel-dots {
        top: 28px !important;
        bottom: auto !important;
        left: 18px;
    }
}

/* === 机器人电报评论归档：两列专栏卡片 / 2026-07-08 === */
body.category-market-analysis #main {
    background: #f5f7fb;
}

body.category-market-analysis div[id="main-content-section clearfix"] {
    display: block !important;
}

body.category-market-analysis #primary {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    float: none !important;
    width: 1100px !important;
    max-width: calc(100vw - 32px);
    margin: 0 auto !important;
}

body.category-market-analysis #secondary {
    display: none !important;
}

body.category-market-analysis .page-header {
    display: block !important;
    grid-column: 1 / -1;
    margin: 0 0 2px !important;
    padding: 28px 30px 26px !important;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.88)),
        radial-gradient(circle at 86% 18%, rgba(220, 53, 34, 0.32), transparent 30%);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

body.category-market-analysis .page-header::before {
    content: "BOTTG OPINION";
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    margin-bottom: 11px;
    border-radius: 999px;
    background: rgba(220, 53, 34, 0.95);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
}

body.category-market-analysis .page-title {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

body.category-market-analysis .page-header::after {
    content: "机器人产业趋势、公司路线与具身智能商业化观察";
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
}

body.category-market-analysis article.hentry,
body.category-market-analysis article.hentry:first-of-type {
    display: flex !important;
    flex-direction: column !important;
    grid-column: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.category-market-analysis article.hentry:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(220, 53, 34, 0.22) !important;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12) !important;
}

body.category-market-analysis article.hentry .figure-cat-wrap,
body.category-market-analysis article.hentry:first-of-type .figure-cat-wrap {
    position: relative;
    width: 100%;
    margin: 0 !important;
    overflow: hidden;
    background: #111827 !important;
}

body.category-market-analysis article.hentry .featured-image,
body.category-market-analysis article.hentry .featured-image a {
    display: block;
    width: 100%;
    height: 100% !important;
}

body.category-market-analysis article.hentry .featured-image img,
body.category-market-analysis article.hentry:first-of-type .featured-image img {
    display: block;
    width: 100% !important;
    height: 226px !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    transition: transform 0.28s ease;
}

body.category-market-analysis article.hentry:hover .featured-image img {
    transform: scale(1.035) !important;
}

body.category-market-analysis article.hentry .category-collection {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 2;
}

body.category-market-analysis article.hentry .cat-links a {
    display: inline-flex !important;
    align-items: center;
    min-height: 26px;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: rgba(220, 53, 34, 0.94) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

body.category-market-analysis article.hentry .entry-header,
body.category-market-analysis article.hentry:first-of-type .entry-header {
    margin: 20px 22px 0 !important;
    align-self: auto !important;
}

body.category-market-analysis article.hentry h2.entry-title,
body.category-market-analysis article.hentry:first-of-type h2.entry-title {
    display: block !important;
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.36 !important;
    letter-spacing: 0 !important;
}

body.category-market-analysis article.hentry h2.entry-title a {
    display: -webkit-box;
    overflow: hidden;
    color: #111827 !important;
    text-decoration: none !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.category-market-analysis article.hentry h2.entry-title a:hover {
    color: #dc3522 !important;
}

body.category-market-analysis article.hentry .below-entry-meta {
    display: flex !important;
    flex-wrap: wrap;
    gap: 7px 12px;
    min-height: 22px;
    margin: 12px 22px 0 !important;
    color: #64748b !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

body.category-market-analysis article.hentry .below-entry-meta span {
    margin: 0 !important;
}

body.category-market-analysis article.hentry .below-entry-meta i {
    margin-right: 5px;
    color: #dc3522;
}

body.category-market-analysis article.hentry .entry-content {
    flex: 1 1 auto;
    margin: 14px 22px 0 !important;
    color: #475569 !important;
    font-size: 14px !important;
    line-height: 1.72 !important;
}

body.category-market-analysis article.hentry .entry-content p {
    display: -webkit-box;
    margin: 0 !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body.category-market-analysis article.hentry .entry-content p + p {
    display: none !important;
}

body.category-market-analysis article.hentry .entry-anchor-link {
    margin: 18px 22px 22px !important;
}

body.category-market-analysis article.hentry .entry-anchor-link .more-link {
    display: inline-flex !important;
    align-items: center;
    min-height: 34px;
    padding: 0 13px !important;
    border: 1px solid #dc3522 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #dc3522 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

body.category-market-analysis article.hentry .entry-anchor-link .more-link span {
    font-size: 0 !important;
}

body.category-market-analysis article.hentry .entry-anchor-link .more-link span::before {
    content: "阅读全文";
    font-size: 13px;
}

body.category-market-analysis article.hentry .entry-anchor-link .more-link::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 8px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
}

body.category-market-analysis article.hentry .entry-anchor-link .more-link:hover {
    background: #dc3522 !important;
    color: #fff !important;
}

@media screen and (max-width: 900px) {
    body.category-market-analysis #primary {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.category-market-analysis .page-header {
        padding: 22px 20px !important;
    }

    body.category-market-analysis .page-title {
        font-size: 24px !important;
    }

    body.category-market-analysis article.hentry .featured-image img,
    body.category-market-analysis article.hentry:first-of-type .featured-image img {
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
    }
}

@media screen and (max-width: 480px) {
    body.category-market-analysis #main {
        background: #fff;
    }

    body.category-market-analysis #primary {
        gap: 16px !important;
    }

    body.category-market-analysis .page-header {
        border-radius: 8px;
        margin-bottom: 0 !important;
    }

    body.category-market-analysis article.hentry .entry-header,
    body.category-market-analysis article.hentry:first-of-type .entry-header,
    body.category-market-analysis article.hentry .below-entry-meta,
    body.category-market-analysis article.hentry .entry-content,
    body.category-market-analysis article.hentry .entry-anchor-link {
        margin-left: 18px !important;
        margin-right: 18px !important;
    }

    body.category-market-analysis article.hentry h2.entry-title,
    body.category-market-analysis article.hentry:first-of-type h2.entry-title {
        font-size: 18px !important;
    }
}

/* === 首页三栏资讯模块升级 / 2026-07-09 === */
body.home .entry-content {
    color: #152033;
}

body.home .news-section {
    position: relative;
    margin: 0 0 24px !important;
    padding: 22px !important;
    border: 1px solid rgba(21, 32, 51, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.96)),
        radial-gradient(circle at 94% 8%, rgba(220, 53, 34, 0.10), transparent 26%);
    box-shadow: 0 14px 34px rgba(21, 32, 51, 0.08);
}

body.home .news-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: #dc3522;
}

body.home .news-section-tech-innovation::before {
    background: #1769aa;
}

body.home .news-section-capital-dynamics::before {
    background: #0f8b6f;
}

body.home .news-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 18px !important;
}

body.home .section-kicker {
    display: block;
    margin-bottom: 5px;
    color: #7b8794;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

body.home .news-section-header h2 {
    margin: 0 !important;
    color: #101828;
    font-size: 22px !important;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

body.home .section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 8px;
    background: #101828;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
}

body.home .more-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 13px !important;
    border: 1px solid rgba(16, 24, 40, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #344054 !important;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
}

body.home .more-link::after {
    content: "›";
    margin-left: 6px;
    color: #dc3522;
    font-size: 17px;
    line-height: 0;
}

body.home .more-link:hover,
body.home .more-link:focus {
    border-color: #dc3522;
    color: #dc3522 !important;
    outline: none;
}

body.home .news-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
    gap: 16px;
}

body.home .news-hero-main,
body.home .news-card,
body.home .side-item {
    text-decoration: none !important;
}

body.home .news-hero-main {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: 248px;
    overflow: hidden;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.08);
}

body.home .hero-img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    padding: 18px;
    background:
        linear-gradient(145deg, rgba(16, 24, 40, 0.95), rgba(58, 67, 91, 0.84)),
        radial-gradient(circle at 26% 22%, rgba(220, 53, 34, 0.42), transparent 36%);
    color: #fff;
}

body.home .hero-img::before {
    content: "";
    position: absolute;
    inset: 18px 18px auto auto;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
}

body.home .hero-img span {
    position: relative;
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
}

body.home .hero-img strong {
    position: relative;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

body.home .hero-body {
    display: flex;
    flex-direction: column;
    padding: 22px !important;
}

body.home .hero-meta,
body.home .card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

body.home .hero-meta span,
body.home .card-source {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(220, 53, 34, 0.10);
    color: #b42318;
}

body.home .hero-title {
    display: -webkit-box;
    margin: 18px 0 0 !important;
    color: #101828 !important;
    font-size: 22px !important;
    font-weight: 800;
    line-height: 1.34 !important;
    letter-spacing: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.home .hero-excerpt,
body.home .card-excerpt {
    display: -webkit-box;
    color: #475467;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

body.home .hero-excerpt {
    margin: 12px 0 0 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    -webkit-line-clamp: 3;
}

body.home .hero-read {
    margin-top: auto;
    color: #dc3522;
    font-size: 13px;
    font-weight: 800;
}

body.home .hero-read::after {
    content: "›";
    margin-left: 6px;
}

body.home .news-hero-side {
    display: grid;
    gap: 10px;
}

body.home .side-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px !important;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    background: #fff;
}

body.home .side-num {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 8px;
    background: #f2f4f7;
    color: #dc3522;
    font-size: 13px;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px rgba(16, 24, 40, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.home .news-section-company-news .side-num::after {
    content: "";
    position: absolute;
    right: -10px;
    top: -12px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
}

body.home .news-section-company-news .news-hero-side .side-item:nth-child(1) .side-num {
    background: linear-gradient(135deg, #dc3522, #ff7a45);
    color: #fff;
    box-shadow: 0 10px 20px rgba(220, 53, 34, 0.22);
}

body.home .news-section-company-news .news-hero-side .side-item:nth-child(2) .side-num {
    background: linear-gradient(135deg, #1769aa, #38bdf8);
    color: #fff;
    box-shadow: 0 10px 20px rgba(23, 105, 170, 0.20);
}

body.home .news-section-company-news .news-hero-side .side-item:nth-child(3) .side-num {
    background: linear-gradient(135deg, #0f8b6f, #31c48d);
    color: #fff;
    box-shadow: 0 10px 20px rgba(15, 139, 111, 0.20);
}

body.home .news-section-company-news .side-item:hover .side-num {
    transform: scale(1.04);
}

body.home .side-title {
    display: -webkit-box;
    color: #182230;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.home .side-meta {
    margin-top: 7px;
    color: #7b8794;
    font-size: 12px;
    line-height: 1.3;
}

body.home .news-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.home .news-card {
    display: flex;
    flex-direction: column;
    min-height: 290px;
    overflow: hidden;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.home .news-card:hover,
body.home .news-hero-main:hover,
body.home .side-item:hover {
    border-color: rgba(220, 53, 34, 0.24);
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.12);
    transform: translateY(-2px);
}

body.home .card-img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 92px !important;
    padding: 14px;
    background:
        linear-gradient(135deg, #172033, #31445f),
        radial-gradient(circle at 80% 20%, rgba(220, 53, 34, 0.34), transparent 36%);
    color: #fff;
    font-size: 14px !important;
}

body.home .news-section-tech-innovation .card-img {
    background:
        linear-gradient(135deg, #11385f, #1769aa),
        radial-gradient(circle at 78% 18%, rgba(94, 234, 212, 0.32), transparent 34%);
}

body.home .news-section-capital-dynamics .card-img {
    background:
        linear-gradient(135deg, #103b36, #0f8b6f),
        radial-gradient(circle at 78% 18%, rgba(255, 214, 102, 0.34), transparent 34%);
}

body.home .card-img span {
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

body.home .card-img strong {
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

body.home .card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 15px !important;
}

body.home .card-title {
    display: -webkit-box;
    margin: 12px 0 0 !important;
    color: #101828 !important;
    font-size: 15px !important;
    font-weight: 800;
    line-height: 1.45 !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.home .card-excerpt {
    margin: 10px 0 0 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
    -webkit-line-clamp: 3;
}

/* === 首页技术/资本模块：纯文字资讯卡 / 2026-07-09 === */
body.home .news-section-tech-innovation .news-grid,
body.home .news-section-capital-dynamics .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.home .news-section-tech-innovation .news-card,
body.home .news-section-capital-dynamics .news-card {
    position: relative;
    min-height: 178px;
    padding-top: 4px;
    border-color: rgba(16, 24, 40, 0.10);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

body.home .news-section-tech-innovation .news-card::before,
body.home .news-section-capital-dynamics .news-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: #1769aa;
}

body.home .news-section-capital-dynamics .news-card::before {
    background: #0f8b6f;
}

body.home .news-section-tech-innovation .news-card:nth-child(2n),
body.home .news-section-capital-dynamics .news-card:nth-child(2n) {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 251, 0.96));
}

body.home .news-section-tech-innovation .card-body,
body.home .news-section-capital-dynamics .card-body {
    padding: 18px 18px 17px !important;
}

body.home .card-time {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(23, 105, 170, 0.10);
    color: #1769aa;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

body.home .news-section-capital-dynamics .card-time {
    background: rgba(15, 139, 111, 0.10);
    color: #0f8b6f;
}

body.home .news-section-tech-innovation .card-title,
body.home .news-section-capital-dynamics .card-title {
    margin-top: 14px !important;
    font-size: 17px !important;
    line-height: 1.48 !important;
    -webkit-line-clamp: 2;
}

body.home .news-section-tech-innovation .card-excerpt,
body.home .news-section-capital-dynamics .card-excerpt {
    margin-top: 10px !important;
    color: #5d6676;
    font-size: 13px !important;
    line-height: 1.72 !important;
    -webkit-line-clamp: 3;
}

body.home .news-section-tech-innovation .news-card:hover {
    border-color: rgba(23, 105, 170, 0.24);
    box-shadow: 0 16px 34px rgba(23, 105, 170, 0.12);
}

body.home .news-section-capital-dynamics .news-card:hover {
    border-color: rgba(15, 139, 111, 0.24);
    box-shadow: 0 16px 34px rgba(15, 139, 111, 0.12);
}

@media screen and (max-width: 1024px) {
    body.home .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.home .news-hero {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    body.home .news-section {
        margin-bottom: 18px !important;
        padding: 17px !important;
    }

    body.home .news-section-header {
        align-items: flex-start !important;
        margin-bottom: 14px !important;
    }

    body.home .news-section-header h2 {
        font-size: 18px !important;
    }

    body.home .section-icon {
        width: 26px;
        height: 26px;
        border-radius: 7px;
        font-size: 13px;
    }

    body.home .news-hero-main {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    body.home .hero-img {
        min-height: 118px;
    }

    body.home .hero-body {
        padding: 16px !important;
    }

    body.home .hero-title {
        font-size: 18px !important;
    }

    body.home .news-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.home .news-section-tech-innovation .news-grid,
    body.home .news-section-capital-dynamics .news-grid {
        grid-template-columns: 1fr;
    }

    body.home .news-card {
        min-height: 0;
    }

    body.home .card-img {
        height: 82px !important;
    }
}

/* === 首页企业动态头条背景化 / 2026-07-09 === */
body.home .news-section-company-news .news-hero-main {
    position: relative;
    display: block;
    min-height: 342px;
    overflow: hidden;
    border-color: rgba(16, 24, 40, 0.10);
    background: #101828;
}

body.home .news-section-company-news .hero-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    min-height: 100%;
    padding: 0;
    background:
        linear-gradient(135deg, rgba(16, 24, 40, 0.98), rgba(38, 53, 80, 0.86)),
        radial-gradient(circle at 78% 18%, rgba(220, 53, 34, 0.38), transparent 34%),
        radial-gradient(circle at 18% 86%, rgba(23, 105, 170, 0.26), transparent 38%);
}

body.home .news-section-company-news .hero-img::before {
    inset: 26px 28px auto auto;
    width: 96px;
    height: 96px;
    border-color: rgba(255, 255, 255, 0.16);
}

body.home .news-section-company-news .hero-img::after {
    content: "";
    position: absolute;
    inset: auto -42px -56px auto;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
}

body.home .news-section-company-news .hero-img span {
    position: absolute;
    right: 24px;
    bottom: 18px;
    color: rgba(255, 255, 255, 0.10);
    font-size: 132px;
    font-weight: 900;
    line-height: 0.86;
}

body.home .news-section-company-news .hero-img strong {
    position: absolute;
    left: 28px;
    top: 26px;
    margin: 0;
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 800;
    line-height: 28px;
}

body.home .news-section-company-news .hero-body {
    position: relative;
    z-index: 1;
    min-height: 342px;
    padding: 76px 30px 28px !important;
    background:
        linear-gradient(90deg, rgba(16, 24, 40, 0.92) 0%, rgba(16, 24, 40, 0.70) 54%, rgba(16, 24, 40, 0.24) 100%),
        linear-gradient(0deg, rgba(16, 24, 40, 0.74) 0%, rgba(16, 24, 40, 0) 54%);
}

body.home .news-section-company-news .hero-meta {
    justify-content: flex-start;
    color: rgba(255, 255, 255, 0.74);
}

body.home .news-section-company-news .hero-meta span {
    background: rgba(220, 53, 34, 0.92);
    color: #fff;
}

body.home .news-section-company-news .hero-title {
    display: block;
    max-width: 760px;
    margin-top: 18px !important;
    color: #fff !important;
    font-size: 27px !important;
    line-height: 1.32 !important;
    overflow: visible;
}

body.home .news-section-company-news .hero-excerpt {
    display: block;
    max-width: 720px;
    margin-top: 14px !important;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px !important;
    line-height: 1.72 !important;
    overflow: visible;
}

body.home .news-section-company-news .hero-read {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 32px;
    margin-top: 20px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #101828;
}

body.home .news-section-company-news .hero-read::after {
    color: #dc3522;
}

@media screen and (max-width: 768px) {
    body.home .news-section-company-news .news-hero-main,
    body.home .news-section-company-news .hero-body {
        min-height: 0;
    }

    body.home .news-section-company-news .hero-body {
        padding: 66px 18px 20px !important;
        background:
            linear-gradient(90deg, rgba(16, 24, 40, 0.92), rgba(16, 24, 40, 0.68)),
            linear-gradient(0deg, rgba(16, 24, 40, 0.72), rgba(16, 24, 40, 0));
    }

    body.home .news-section-company-news .hero-img span {
        right: 14px;
        bottom: 12px;
        font-size: 86px;
    }

    body.home .news-section-company-news .hero-img strong {
        left: 18px;
        top: 18px;
    }

    body.home .news-section-company-news .hero-title {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }

    body.home .news-section-company-news .hero-excerpt {
        font-size: 14px !important;
    }
}

/* === 机器人电报评论归档：间距与卡片统一微调 / 2026-07-09 === */
body.category-market-analysis #main {
    padding-top: 12px !important;
}

body.category-market-analysis div[id="main-content-section clearfix"] {
    padding-top: 0 !important;
}

body.category-market-analysis #primary {
    row-gap: 18px !important;
    margin-top: -24px !important;
}

body.category-market-analysis .page-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

body.category-market-analysis article.hentry,
body.category-market-analysis article.hentry:first-of-type {
    align-items: stretch !important;
    height: 437px !important;
}

body.category-market-analysis article.hentry .entry-header,
body.category-market-analysis article.hentry:first-of-type .entry-header,
body.category-market-analysis article.hentry .below-entry-meta,
body.category-market-analysis article.hentry .entry-content,
body.category-market-analysis article.hentry .entry-anchor-link {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
}

body.category-market-analysis article.hentry .entry-header,
body.category-market-analysis article.hentry:first-of-type .entry-header {
    margin-top: 18px !important;
}

body.category-market-analysis article.hentry h2.entry-title,
body.category-market-analysis article.hentry:first-of-type h2.entry-title {
    min-height: 0 !important;
    font-size: 20px !important;
    line-height: 1.36 !important;
}

body.category-market-analysis article.hentry .below-entry-meta,
body.category-market-analysis article.hentry:first-of-type .below-entry-meta,
body.category-market-analysis article.post.category-market-analysis.hentry .below-entry-meta {
    box-sizing: border-box !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 8px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

body.category-market-analysis article.hentry .entry-content,
body.category-market-analysis article.hentry:first-of-type .entry-content {
    height: 72px !important;
    max-height: 72px !important;
    overflow: hidden !important;
    margin-top: 13px !important;
    font-size: 14px !important;
    line-height: 1.72 !important;
}

body.category-market-analysis article.hentry .entry-anchor-link,
body.category-market-analysis article.hentry:first-of-type .entry-anchor-link {
    margin-top: 16px !important;
}

@media screen and (max-width: 480px) {
    body.category-market-analysis #main {
        padding-top: 8px !important;
    }

    body.category-market-analysis article.hentry .entry-header,
    body.category-market-analysis article.hentry:first-of-type .entry-header,
    body.category-market-analysis article.hentry .below-entry-meta,
    body.category-market-analysis article.hentry .entry-content,
    body.category-market-analysis article.hentry .entry-anchor-link {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body.category-market-analysis article.hentry h2.entry-title,
    body.category-market-analysis article.hentry:first-of-type h2.entry-title {
        min-height: 0 !important;
        font-size: 18px !important;
    }

    body.category-market-analysis article.hentry,
    body.category-market-analysis article.hentry:first-of-type {
        height: auto !important;
    }

body.category-market-analysis article.hentry .below-entry-meta,
body.category-market-analysis article.hentry:first-of-type .below-entry-meta,
body.category-market-analysis article.post.category-market-analysis.hentry .below-entry-meta {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* === 机器人电报评论详情页：统一公众号式正文排版 / 2026-07-09 === */
body.single-post article.category-market-analysis div[id="main-content-section clearfix"],
body.single-post div[id="main-content-section clearfix"]:has(article.category-market-analysis) {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.single-post div[id="main-content-section clearfix"]:has(article.category-market-analysis) #primary {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.single-post div[id="main-content-section clearfix"]:has(article.category-market-analysis) #secondary {
    display: none !important;
}

body.single-post article.category-market-analysis {
    background: #fff !important;
}

body.single-post article.category-market-analysis .figure-cat-wrap,
body.single-post article.category-market-analysis .entry-header,
body.single-post article.category-market-analysis .below-entry-meta {
    box-sizing: border-box !important;
    max-width: 640px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.single-post article.category-market-analysis .entry-header {
    margin-top: 22px !important;
    margin-bottom: 8px !important;
}

body.single-post article.category-market-analysis h1.entry-title {
    font-size: 28px !important;
    line-height: 1.42 !important;
    letter-spacing: 0 !important;
    color: #111827 !important;
    font-weight: 700 !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.single-post article.category-market-analysis .below-entry-meta {
    margin-bottom: 22px !important;
    color: #8a94a6 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

body.single-post article.category-market-analysis .featured-image img {
    display: block !important;
    width: 100% !important;
    max-height: 430px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

body.single-post article.category-market-analysis .entry-content {
    color: #333 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
}

body.single-post article.category-market-analysis .entry-content > * {
    box-sizing: border-box !important;
    max-width: 640px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.single-post article.category-market-analysis .entry-content > section {
    box-sizing: border-box !important;
    max-width: 640px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
}

body.single-post article.category-market-analysis .entry-content p {
    max-width: 640px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #333 !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
    letter-spacing: 0 !important;
}

body.single-post article.category-market-analysis .entry-content h1,
body.single-post article.category-market-analysis .entry-content h2,
body.single-post article.category-market-analysis .entry-content h3 {
    max-width: 640px !important;
    margin: 0 auto 15px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #333 !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

body.single-post article.category-market-analysis .entry-content ul,
body.single-post article.category-market-analysis .entry-content ol {
    max-width: 640px !important;
    margin: 0 auto 16px !important;
    padding-left: 1.2em !important;
    color: #333 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

body.single-post article.category-market-analysis .entry-content li {
    margin-bottom: 6px !important;
    color: #333 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

body.single-post article.category-market-analysis .entry-content blockquote {
    max-width: 640px !important;
    margin: 0 auto 16px !important;
    padding: 10px 14px !important;
    border-left: 3px solid #1a73e8 !important;
    background: #f7f9fc !important;
    color: #555 !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
}

body.single-post article.category-market-analysis .entry-content img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 18px auto !important;
    border-radius: 6px !important;
}

body.single-post article.category-market-analysis .entry-content table {
    width: 100% !important;
    max-width: 640px !important;
    margin: 18px auto !important;
    border-collapse: collapse !important;
    color: #333 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

body.single-post article.category-market-analysis .entry-content th,
body.single-post article.category-market-analysis .entry-content td {
    border: 1px solid #e6eaf0 !important;
    padding: 8px !important;
    vertical-align: top !important;
}

body.single-post article.category-market-analysis .entry-content a {
    color: #1a73e8 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    overflow-wrap: anywhere !important;
}

@media screen and (max-width: 768px) {
    body.single-post article.category-market-analysis .figure-cat-wrap,
    body.single-post article.category-market-analysis .entry-header,
    body.single-post article.category-market-analysis .below-entry-meta {
        max-width: calc(100vw - 32px) !important;
    }

    body.single-post article.category-market-analysis h1.entry-title {
        font-size: 22px !important;
        line-height: 1.45 !important;
    }

    body.single-post article.category-market-analysis .entry-content > *,
    body.single-post article.category-market-analysis .entry-content h1,
    body.single-post article.category-market-analysis .entry-content h2,
    body.single-post article.category-market-analysis .entry-content h3,
    body.single-post article.category-market-analysis .entry-content p,
    body.single-post article.category-market-analysis .entry-content ul,
    body.single-post article.category-market-analysis .entry-content ol,
    body.single-post article.category-market-analysis .entry-content blockquote,
    body.single-post article.category-market-analysis .entry-content table {
        max-width: calc(100vw - 32px) !important;
    }
}
