.elementor-17608 .elementor-element.elementor-element-5e089ce{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4939516 */#scoped-article {
        font-family: 'Helvetica Neue', Arial, 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: #1a1a1a;
        border-bottom: 3px solid #ff4757;
        padding-bottom: 15px;
        margin-top: 40px;
    }

    #scoped-article h2 {
        font-size: 1.8rem;
        color: #2f3542;
        background: #f1f2f6;
        padding: 10px 20px;
        border-left: 5px solid #ff4757;
        margin-top: 35px;
    }

    #scoped-article h3 {
        font-size: 1.4rem;
        color: #57606f;
        margin-top: 25px;
    }

    #scoped-article p {
        margin-bottom: 20px;
        text-align: justify;
    }

    #scoped-article strong {
        color: #e84118;
    }

    #scoped-article .highlight-box {
        background-color: #fff4f4;
        border: 1px dashed #ff4757;
        padding: 20px;
        margin: 20px 0;
        border-radius: 8px;
    }

    /* 表格样式 */
    #scoped-article .table-container {
        overflow-x: auto;
        margin: 25px 0;
    }

    #scoped-article table {
        width: 100%;
        border-collapse: collapse;
        min-width: 500px;
    }

    #scoped-article th, #scoped-article td {
        border: 1px solid #dfe4ea;
        padding: 15px;
        text-align: left;
    }

    #scoped-article th {
        background-color: #2f3542;
        color: white;
    }

    #scoped-article tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    /* 链接样式 */
    #scoped-article a {
        color: #3742fa;
        text-decoration: none;
        font-weight: 600;
        transition: 0.3s;
    }

    #scoped-article a:hover {
        color: #ff4757;
        text-decoration: underline;
    }

    /* 图片样式 */
    #scoped-article img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        margin: 20px 0;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    /* 列表样式 */
    #scoped-article ul, #scoped-article ol {
        margin-bottom: 20px;
        padding-left: 25px;
    }

    #scoped-article li {
        margin-bottom: 10px;
    }

    /* 按钮样式 */
    #scoped-article .cta-button {
        display: inline-block;
        padding: 15px 35px;
        background-color: #ff4757;
        color: white !important;
        border-radius: 50px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 20px 0;
        transition: transform 0.2s, background-color 0.3s;
    }

    #scoped-article .cta-button:hover {
        background-color: #ff6b81;
        transform: translateY(-3px);
        text-decoration: none;
    }

    /* 相关阅读卡片 */
    #scoped-article .related-card {
        display: flex;
        align-items: center;
        background: #ffffff;
        border: 1px solid #ececec;
        border-radius: 10px;
        padding: 15px;
        margin: 20px 0;
        transition: 0.3s;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    #scoped-article .related-card:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    #scoped-article .related-card img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin: 0 15px 0 0;
        border-radius: 8px;
    }

    #scoped-article .related-content h4 {
        margin: 0 0 5px 0;
        font-size: 1.1rem;
    }

    #scoped-article .related-content p {
        margin: 0;
        font-size: 0.9rem;
        color: #666;
    }

    /* 移动端响应式 */
    @media (max-width: 600px) {
        #scoped-article h1 { font-size: 1.8rem; }
        #scoped-article h2 { font-size: 1.4rem; }
        #scoped-article p { font-size: 1rem; }
        #scoped-article .related-card { flex-direction: column; text-align: center; }
        #scoped-article .related-card img { margin: 0 0 15px 0; width: 100%; height: 150px; }
        #scoped-article .cta-button { width: 100%; text-align: center; box-sizing: border-box; }
    }
    #scoped-article .testimonial-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, min-minmax(250px, 1fr));
        gap: 20px;
        margin: 40px 0;
    }

    #scoped-article .testimonial-card {
        background: #f8f9fa;
        border-radius: 15px;
        padding: 25px;
        position: relative;
        border-top: 4px solid #ff4757;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    }

    #scoped-article .testimonial-card::before {
        content: "“";
        font-size: 50px;
        color: #dfe4ea;
        position: absolute;
        top: 10px;
        left: 15px;
        font-family: serif;
    }

    #scoped-article .user-info {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }

    #scoped-article .user-info img {
        width: 45px !important;
        height: 45px !important;
        border-radius: 50% !important;
        margin: 0 12px 0 0 !important;
        box-shadow: none !important;
    }

    #scoped-article .user-details h5 {
        margin: 0;
        font-size: 1rem;
        color: #2f3542;
    }

    #scoped-article .stars {
        color: #ffa502;
        font-size: 0.9rem;
    }

    #scoped-article .verified-badge {
        font-size: 0.75rem;
        color: #2ed573;
        font-weight: bold;
        text-transform: uppercase;
    }/* End custom CSS */