.elementor-17524 .elementor-element.elementor-element-8e0359a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7679050 */#scoped-article {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.8;
        color: #2d3436;
        max-width: 950px;
        margin: 0 auto;
        padding: 30px;
        background-color: #ffffff;
    }

    #scoped-article h1 {
        color: #2d3436;
        font-size: 2.8rem;
        border-bottom: 4px solid #0984e3;
        padding-bottom: 15px;
        margin-top: 50px;
        line-height: 1.2;
    }

    #scoped-article h2 {
        color: #0984e3;
        font-size: 1.6rem;
        background: linear-gradient(90deg, #f1f2f6, transparent);
        padding: 12px 20px;
        border-left: 6px solid #0984e3;
        margin-top: 40px;
    }

    #scoped-article h3 {
        color: #6c5ce7;
        font-size: 1.3rem;
        margin-top: 30px;
    }

    #scoped-article p {
        margin-bottom: 22px;
        text-align: justify;
    }

    #scoped-article ul, #scoped-article ol {
        margin-bottom: 25px;
        padding-left: 30px;
    }

    #scoped-article li {
        margin-bottom: 12px;
    }

    #scoped-article .table-container {
        overflow-x: auto;
        margin: 35px 0;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    #scoped-article table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
    }

    #scoped-article th, #scoped-article td {
        border: 1px solid #dfe6e9;
        padding: 15px;
        text-align: left;
    }

    #scoped-article th {
        background-color: #0984e3;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    #scoped-article tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    #scoped-article a {
        color: #0984e3;
        text-decoration: none;
        font-weight: 600;
        border-bottom: 1px dashed #0984e3;
        transition: all 0.3s;
    }

    #scoped-article a:hover {
        color: #6c5ce7;
        border-bottom: 1px solid #6c5ce7;
    }

    #scoped-article .img-box {
        text-align: center;
        margin: 40px 0;
    }

    #scoped-article img {
        max-width: 100%;
        height: auto;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    #scoped-article .cta-button {
        display: block;
        width: fit-content;
        margin: 40px auto;
        padding: 18px 45px;
        background: linear-gradient(135deg, #0984e3, #6c5ce7);
        color: white !important;
        border-radius: 50px;
        font-size: 1.3rem;
        font-weight: bold;
        transition: transform 0.3s, box-shadow 0.3s;
        text-align: center;
        border: none;
    }

    #scoped-article .cta-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(108, 92, 231, 0.4);
        text-decoration: none;
    }

    #scoped-article .highlight-box {
        background-color: #f8f9fa;
        padding: 25px;
        border-radius: 12px;
        border: 1px solid #e1e4e8;
        margin: 25px 0;
    }

    @media screen and (max-width: 600px) {
        #scoped-article { padding: 15px; }
        #scoped-article h1 { font-size: 2rem; }
        #scoped-article h2 { font-size: 1.5rem; }
        #scoped-article p { font-size: 1rem; }
    }/* End custom CSS */