.elementor-17296 .elementor-element.elementor-element-8f8c1f0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5010ed7 */#scoped-article {
        font-family: 'Segoe UI', Roboto, Helvetica, 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: #1a2a6c;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        border-left: 8px solid #2500C1;
        padding-left: 15px;
    }

    #scoped-article h2 {
        font-size: 1.8rem;
        color: #2500C1;
        margin-top: 2.5rem;
        border-bottom: 2px solid #eee;
        padding-bottom: 10px;
    }

    #scoped-article h3 {
        font-size: 1.4rem;
        color: #444;
        margin-top: 1.5rem;
        background: #f0f4ff;
        padding: 5px 10px;
        border-radius: 4px;
    }

    #scoped-article p {
        margin-bottom: 1.5rem;
        text-align: justify;
    }

    #scoped-article .highlight {
        background-color: #fff3cd;
        padding: 2px 5px;
        font-weight: bold;
        color: #d9534f;
    }

    #scoped-article .info-box {
        background: #eef2f7;
        border-radius: 8px;
        padding: 20px;
        margin: 20px 0;
        border-left: 5px solid #2500C1;
    }

    #scoped-article table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        overflow-x: auto;
        display: block;
    }

    #scoped-article th, #scoped-article td {
        border: 1px solid #ddd;
        padding: 12px;
        text-align: left;
    }

    #scoped-article th {
        background-color: #2500C1;
        color: white;
    }

    #scoped-article tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    #scoped-article a {
        color: #2500C1;
        text-decoration: underline;
        transition: 0.3s;
    }

    #scoped-article a:hover {
        color: #ff4500;
        text-decoration: none;
    }

    #scoped-article img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin: 15px 0;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    /* Related Content Card */
    #scoped-article .related-card {
        display: flex;
        align-items: center;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
        margin: 30px 0;
        overflow: hidden;
        transition: transform 0.2s;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    #scoped-article .related-card:hover {
        transform: translateY(-5px);
    }

    #scoped-article .related-card img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        margin: 0;
        border-radius: 0;
    }

    #scoped-article .related-info {
        padding: 15px;
    }

    #scoped-article .related-info h4 {
        margin: 0 0 10px 0;
        color: #2500C1;
    }

    #scoped-article .cta-button {
        display: inline-block;
        background: #2500C1;
        color: #fff !important;
        padding: 12px 25px;
        border-radius: 50px;
        text-decoration: none !important;
        font-weight: bold;
        margin: 20px 0;
        text-align: center;
    }

    #scoped-article .cta-button:hover {
        background: #ff4500;
    }

    /* Mobile Responsive */
    @media (max-width: 600px) {
        #scoped-article h1 { font-size: 1.8rem; }
        #scoped-article h2 { font-size: 1.4rem; }
        #scoped-article { padding: 15px; }
        #scoped-article .related-card { flex-direction: column; }
        #scoped-article .related-card img { width: 100%; height: 200px; }
    }/* End custom CSS */