.elementor-17140 .elementor-element.elementor-element-b664927{--display:flex;}/* Start custom CSS for html, class: .elementor-element-04b1d05 */#scoped-article {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.8;
            color: #333;
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
        }

        #scoped-article h1 {
            font-size: 2.5rem;
            color: #2c3e50;
            text-align: center;
            border-bottom: 4px solid #3498db;
            padding-bottom: 10px;
            margin-bottom: 30px;
        }

        #scoped-article h2 {
            font-size: 1.8rem;
            color: #2980b9;
            background: #f4f7f6;
            padding: 10px 15px;
            border-left: 5px solid #3498db;
            margin-top: 40px;
        }

        #scoped-article h3 {
            font-size: 1.4rem;
            color: #16a085;
            margin-top: 25px;
        }

        #scoped-article p {
            margin-bottom: 20px;
            text-align: justify;
        }

        #scoped-article img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            margin: 20px 0;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        #scoped-article .table-container {
            overflow-x: auto;
            margin: 30px 0;
        }

        #scoped-article table {
            width: 100%;
            border-collapse: collapse;
            min-width: 600px;
        }

        #scoped-article th, #scoped-article td {
            border: 1px solid #ddd;
            padding: 15px;
            text-align: left;
        }

        #scoped-article th {
            background-color: #3498db;
            color: white;
        }

        #scoped-article tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        #scoped-article a {
            color: #e67e22;
            text-decoration: none;
            font-weight: bold;
            transition: color 0.3s;
        }

        #scoped-article a:hover {
            color: #d35400;
            text-decoration: underline;
        }

        #scoped-article .cta-button {
            display: inline-block;
            padding: 12px 25px;
            background-color: #27ae60;
            color: white !important;
            border-radius: 5px;
            text-decoration: none !important;
            transition: background 0.3s;
            margin: 20px 0;
        }

        #scoped-article .cta-button:hover {
            background-color: #219150;
        }

        /* 相关阅读卡片模块 */
        #scoped-article .card-container {
            display: flex;
            gap: 20px;
            margin: 30px 0;
            flex-wrap: wrap;
        }

        #scoped-article .rel-card {
            flex: 1;
            min-width: 250px;
            border: 1px solid #eee;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            transition: transform 0.3s;
        }

        #scoped-article .rel-card:hover {
            transform: translateY(-5px);
        }

        #scoped-article .rel-card img {
            margin: 0;
            border-radius: 0;
            height: 150px;
            object-fit: cover;
        }

        #scoped-article .rel-card-content {
            padding: 15px;
        }

        #scoped-article .rel-card-content h4 {
            margin: 0 0 10px 0;
            font-size: 1.1rem;
        }

        #scoped-article .rel-card-content p {
            font-size: 0.9rem;
            margin-bottom: 10px;
        }

        /* 响应式设置 */
        @media screen and (max-width: 600px) {
            #scoped-article h1 { font-size: 1.8rem; }
            #scoped-article h2 { font-size: 1.4rem; }
            #scoped-article p { font-size: 0.95rem; line-height: 1.6; }
            #scoped-article .card-container { flex-direction: column; }
        }
    </style>/* End custom CSS */