.elementor-17037 .elementor-element.elementor-element-a1ccb3c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-54b18b7 */#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: #1a1a1a;
            text-align: center;
            margin-bottom: 1.5rem;
            border-bottom: 3px solid #ff4757;
            padding-bottom: 10px;
        }

        #scoped-article h2 {
            font-size: 1.8rem;
            color: #2f3542;
            margin-top: 2rem;
            border-left: 5px solid #ff4757;
            padding-left: 15px;
        }

        #scoped-article h3 {
            font-size: 1.4rem;
            color: #57606f;
            margin-top: 1.5rem;
        }

        #scoped-article p {
            margin-bottom: 1.2rem;
            text-align: justify;
        }

        #scoped-article a {
            color: #ff4757;
            text-decoration: none;
            font-weight: bold;
            transition: color 0.3s ease;
        }

        #scoped-article a:hover {
            color: #ff6b81;
            text-decoration: underline;
        }

        #scoped-article ul, #scoped-article ol {
            margin-bottom: 1.5rem;
            padding-left: 40px;
        }

        #scoped-article li {
            margin-bottom: 0.8rem;
        }

        #scoped-article table {
            width: 100%;
            border-collapse: collapse;
            margin: 2rem 0;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
        }

        #scoped-article th, #scoped-article td {
            border: 1px solid #ddd;
            padding: 12px 15px;
            text-align: left;
        }

        #scoped-article th {
            background-color: #f1f2f6;
            color: #2f3542;
        }

        #scoped-article tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        #scoped-article img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 20px auto;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .cta-button {
            display: inline-block;
            padding: 12px 25px;
            background-color: #ff4757;
            color: #fff !important;
            border-radius: 50px;
            text-transform: uppercase;
            font-weight: bold;
            margin: 20px 0;
            transition: transform 0.2s, background-color 0.3s;
        }

        .cta-button:hover {
            background-color: #e84118;
            transform: scale(1.05);
            text-decoration: none !important;
        }

        /* Card Module Style */
        .related-card {
            display: flex;
            align-items: center;
            background: #f8f9fa;
            border: 1px solid #eee;
            border-radius: 10px;
            padding: 15px;
            margin: 20px 0;
            gap: 15px;
        }

        .related-card img {
            width: 100px !important;
            height: 100px !important;
            object-fit: cover;
            margin: 0 !important;
        }

        .card-content h4 {
            margin: 0 0 5px 0;
            font-size: 1.1rem;
        }

        .card-content p {
            font-size: 0.9rem;
            margin-bottom: 5px !important;
        }

        @media screen and (max-width: 600px) {
            #scoped-article {
                padding: 10px;
            }
            #scoped-article h1 {
                font-size: 1.8rem;
            }
            #scoped-article h2 {
                font-size: 1.4rem;
            }
            .related-card {
                flex-direction: column;
                text-align: center;
            }
        }/* End custom CSS */