.elementor-13467 .elementor-element.elementor-element-f37f457{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e3cac2e */#scoped-article {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.8;
        color: #2c3e50;
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px;
        background-color: #ffffff;
    }
    #scoped-article h2 {
        font-size: 19pt;
        color: #1a2a6c;
        border-left: 10px solid #fdbb2d;
        padding-left: 20px;
        margin-top: 10px;
        background: #f8f9fa;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #scoped-article h3 {
        font-size: 18pt;
        color: #b21f1f;
        margin-top: 30px;
        border-bottom: 1px solid #ddd;
    }
    #scoped-article p {
        margin-bottom: 20px;
        text-align: justify;
        font-size: 13pt;
    }
    #scoped-article a {
        color: #007bff;
        text-decoration: none;
        font-weight: bold;
    }
    #scoped-article a:hover {
        text-decoration: underline;
        color: #0056b3;
    }
    #scoped-article .img-container {
        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 table {
        width: 100%;
        border-collapse: collapse;
        margin: 40px 0;
        font-size: 12pt;
    }
    #scoped-article th, #scoped-article td {
        border: 1px solid #dee2e6;
        padding: 15px;
        text-align: center;
    }
    #scoped-article th {
        background-color: #1a2a6c;
        color: white;
    }
    #scoped-article .highlight-box {
        background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
        border-radius: 15px;
        padding: 30px;
        margin: 30px 0;
        border: 1px solid #ddd;
    }
    #scoped-article .related-card {
        display: flex;
        align-items: center;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 20px;
        margin: 20px 0;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        transition: transform 0.2s;
    }
    #scoped-article .related-card:hover {
        transform: translateY(-5px);
    }
    #scoped-article .related-card img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin-right: 20px;
        margin-bottom: 0;
        box-shadow: none;
    }
    #scoped-article .related-card div {
        flex: 1;
    }
    @media (max-width: 600px) {
        #scoped-article h1 { font-size: 24pt; }
        #scoped-article h2 { font-size: 18pt; }
        #scoped-article .related-card { flex-direction: column; text-align: center; }
        #scoped-article .related-card img { margin-right: 0; margin-bottom: 15px; }
    }/* End custom CSS */