
    .uee-article-wrapper {
        max-width: 880px;
        margin: 0 auto;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: #1c1c1c;
        line-height: 1.7;
        background: #ffffff;
        padding: 20px 0 30px 0;
        border-radius: 0;
    }

    .uee-article-wrapper .article-main-title {
        font-size: 2.6rem;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.2;
        color: #0c1a2b;
        margin-bottom: 6px;
    }

    .uee-article-wrapper .article-sub-title {
        font-size: 1.15rem;
        color: #4a4f57;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .uee-article-wrapper .divider-accent {
        width: 70px;
        height: 4px;
        background: #c7492b;
        border-radius: 4px;
        margin: 20px 0 28px 0;
    }

    .uee-article-wrapper .divider-light {
        width: 40px;
        height: 3px;
        background: #d5d0c6;
        border-radius: 4px;
        margin: 32px 0 28px 0;
    }

    .uee-article-wrapper h2 {
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: -0.02em;
        margin-top: 48px;
        margin-bottom: 16px;
        padding-bottom: 8px;
        border-bottom: 3px solid #e6e2da;
        color: #0c1a2b;
    }

    .uee-article-wrapper h4 {
        font-size: 1.05rem;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 8px;
        color: #1e2d3d;
    }

    .uee-article-wrapper p {
        margin-bottom: 18px;
        color: #2a2f36;
    }

    .uee-article-wrapper .intro-block {
        background: #f2efe9;
        border-left: 6px solid #c7492b;
        padding: 24px 30px;
        border-radius: 12px;
        margin: 20px 0 32px 0;
        font-size: 1.05rem;
        color: #1c1c1c;
    }

    .uee-article-wrapper .intro-block strong {
        color: #b23b1f;
    }

    .uee-article-wrapper .insight-card {
        display: flex;
        gap: 18px;
        background: #eef3f7;
        border-radius: 16px;
        padding: 24px 28px;
        margin: 30px 0;
        border: 1px solid #dce4ec;
        align-items: flex-start;
    }

    .uee-article-wrapper .insight-card .insight-icon {
        font-size: 2.2rem;
        line-height: 1;
        flex-shrink: 0;
        margin-top: 4px;
    }

    .uee-article-wrapper .insight-card .insight-content {
        flex: 1;
    }

    .uee-article-wrapper .insight-card .insight-title {
        font-weight: 700;
        font-size: 1.15rem;
        color: #0c1a2b;
        margin-bottom: 6px;
    }

    .uee-article-wrapper .insight-card p {
        margin-bottom: 6px;
    }
    .uee-article-wrapper .insight-card p:last-child {
        margin-bottom: 0;
    }

    .uee-article-wrapper .highlight-box {
        background: #fcf3e9;
        border-radius: 16px;
        padding: 28px 32px;
        margin: 36px 0;
        border: 1px solid #e6d7c4;
        box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    }

    .uee-article-wrapper .highlight-box p {
        margin-bottom: 8px;
    }

    .uee-article-wrapper .table-responsive {
        overflow-x: auto;
        margin: 24px 0 28px 0;
        border-radius: 16px;
        border: 1px solid #e6e2da;
        background: #fcfcfa;
        box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    }

    .uee-article-wrapper table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.92rem;
        min-width: 480px;
    }

    .uee-article-wrapper th {
        background: #eae7e0;
        color: #1c1c1c;
        font-weight: 600;
        text-align: left;
        padding: 14px 18px;
        border-bottom: 2px solid #d5d0c6;
    }

    .uee-article-wrapper td {
        padding: 14px 18px;
        border-bottom: 1px solid #e6e2da;
        vertical-align: top;
        color: #2a2f36;
    }

    .uee-article-wrapper tr:last-child td {
        border-bottom: none;
    }

    .uee-article-wrapper .styled-list {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .uee-article-wrapper .styled-list li {
        padding-left: 28px;
        position: relative;
        margin-bottom: 8px;
    }

    .uee-article-wrapper .styled-list li::before {
        content: "●";
        color: #c7492b;
        font-weight: 700;
        position: absolute;
        left: 2px;
        top: -2px;
        font-size: 1.1rem;
    }

    .uee-article-wrapper .two-column {
        display: flex;
        gap: 30px;
        margin: 20px 0 24px 0;
        flex-wrap: wrap;
    }

    .uee-article-wrapper .two-column .col {
        flex: 1 1 200px;
        background: #f8f6f2;
        padding: 18px 22px;
        border-radius: 12px;
        border: 1px solid #e6e2da;
    }

    .uee-article-wrapper .two-column .col h4 {
        margin-top: 0;
    }

    .uee-article-wrapper .two-column .col ul {
        margin-bottom: 0;
    }

    .uee-article-wrapper .text-muted {
        color: #6b6b6b;
    }

    /* 响应式 */
    @media (max-width: 700px) {
        .uee-article-wrapper {
            padding: 10px 16px 20px 16px;
        }
        .uee-article-wrapper .article-main-title {
            font-size: 1.9rem;
        }
        .uee-article-wrapper h2 {
            font-size: 1.35rem;
        }
        .uee-article-wrapper .intro-block {
            padding: 18px 20px;
            font-size: 0.98rem;
        }
        .uee-article-wrapper .insight-card {
            flex-direction: column;
            padding: 20px;
        }
        .uee-article-wrapper .two-column {
            flex-direction: column;
            gap: 16px;
        }
        .uee-article-wrapper .highlight-box {
            padding: 20px;
        }
        .uee-article-wrapper th,
        .uee-article-wrapper td {
            padding: 10px 12px;
            font-size: 0.85rem;
        }
    }
