.elementor-17790 .elementor-element.elementor-element-f208f58{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fe66810 */#scoped-article {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.8;
            color: #222;
            max-width: 1000px;
            margin: 0 auto;
            padding: 40px 25px;
            background-color: #ffffff;
            border: 1px solid #eaeaea;
        }

        /* 工业风标题 */
        #scoped-article h1 {
            font-size: 2.8rem;
            color: #000;
            text-transform: uppercase;
            letter-spacing: -1px;
            border-bottom: 8px solid #000;
            padding-bottom: 15px;
            margin-bottom: 40px;
            line-height: 1.1;
        }

        #scoped-article h2 {
            font-size: 1.6rem;
            color: #fff;
            background-color: #333;
            padding: 15px 25px;
            margin-top: 50px;
            margin-bottom: 25px;
            display: inline-block;
            clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
        }

        #scoped-article h3 {
            font-size: 1rem;
            color: #d35400;
            border-bottom: 2px dashed #d35400;
            padding-bottom: 5px;
            margin-top: 35px;
        }

        #scoped-article p {
            margin-bottom: 25px;
            font-size: 0.95rem;
            text-align: justify;
        }

        /* 强力强调文字 */
        #scoped-article .heavy-bold {
            font-weight: 900;
            color: #000;
            background: linear-gradient(120deg, #f39c12 0%, #f39c12 100%);
            background-repeat: no-repeat;
            background-size: 100% 30%;
            background-position: 0 80%;
        }

        /* 深度分析框 */
        #scoped-article .analysis-box {
            background-color: #f9f9f9;
            border: 2px solid #333;
            padding: 30px;
            margin: 40px 0;
            position: relative;
            box-shadow: 10px 10px 0px #333;
        }

        #scoped-article .analysis-box::before {
            content: "TECH ANALYSIS";
            position: absolute;
            top: -15px;
            left: 20px;
            background: #f39c12;
            color: #fff;
            padding: 2px 10px;
            font-size: 0.8rem;
            font-weight: bold;
        }

        /* 列表增强 */
        #scoped-article ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 35px;
        }

        #scoped-article ul li {
            padding-left: 30px;
            position: relative;
            margin-bottom: 15px;
            font-size: 1.05rem;
        }

        #scoped-article ul li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: #f39c12;
            font-weight: bold;
        }

        /* 表格响应式 */
        .table-wrapper {
            overflow-x: auto;
            margin: 40px 0;
            border: 2px solid #000;
        }

        #scoped-article table {
            width: 100%;
            border-collapse: collapse;
            min-width: 600px;
        }

        #scoped-article th {
            background-color: #000;
            color: #fff;
            padding: 15px;
            text-align: left;
        }

        #scoped-article td {
            padding: 15px;
            border-bottom: 1px solid #ddd;
        }

        #scoped-article tr:hover {
            background-color: #f1f1f1;
        }

        /* 链接与按钮 */
        #scoped-article a {
            color: #2980b9;
            font-weight: bold;
            text-decoration: underline;
        }

        .action-button {
            display: block;
            width: fit-content;
            background-color: #000;
            color: #fff !important;
            padding: 20px 40px;
            text-decoration: none !important;
            font-size: 1.2rem;
            font-weight: bold;
            margin: 40px auto;
            transition: 0.3s;
            border: 3px solid #000;
        }

        .action-button:hover {
            background-color: #fff;
            color: #000 !important;
        }

        /* 图片样式 */
        #scoped-article img {
            width: 70%;
            height: auto;
            margin: 20px 0;
            filter: contrast(1.1);
            border: 1px solid #eee;
            
        }

        /* 相关阅读卡片布局 */
        .card-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 50px 0;
        }

        .related-card {
            flex: 1;
            min-width: 280px;
            background: #fff;
            border: 1px solid #000;
            padding: 0;
            transition: 0.3s;
        }

        .related-card:hover {
            transform: translate(-5px, -5px);
            box-shadow: 5px 5px 0 #f39c12;
        }

        .related-card img {
            margin: 0 !important;
            border: none !important;
            height: 100px;
            object-fit: cover;
        }

        .card-inner {
            padding: 20px;
        }

        /* 移动端响应式 */
        @media (max-width: 600px) {
            #scoped-article h2 { font-size: 1.2rem; width: 100%; clip-path: none; }
            .action-button { width: 100%; text-align: center; box-sizing: border-box; }
        }/* End custom CSS */