.elementor-2248 .elementor-element.elementor-element-27d1908e{--display:flex;--background-transition:0.3s;}.elementor-2248 .elementor-element.elementor-element-c2c7395{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-2248 .elementor-element.elementor-element-0579888.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-0579888 */body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f4f7fc;
            margin: 0;
            padding: 0;
            color: #333;
            line-height: 1.6;
            font-size: 16px;
        }

        .container {
            max-width: 900px;
            margin: 20px auto;
            padding: 20px;
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        h1 {
            font-size: 2.5rem;
            color: #2c3e50;
            text-align: center;
            margin-bottom: 1.5rem;
        }

        h2 {
            font-size: 1.8rem;
            color: #16a085;
            margin-bottom: 1rem;
            border-bottom: 3px solid #ecf6f1;
            padding-bottom: 5px;
        }

        p, ul {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 1.2rem;
        }

        ul {
            list-style: none;
            padding: 0;
        }

        li {
            list-style-type: disc;
            margin-left: 30px;
            margin-bottom: 15px;
        }

        .step {
            background-color: #ecf6f1;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        }

        .step ul {
            margin-left: 20px;
        }

        .code {
            font-family: 'Courier New', Courier, monospace;
            color: #2980b9;
            font-weight: bold;
        }

        .image-container {
            text-align: center;
            margin: 30px 0;
        }

        .image-container img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            body {
                font-size: 14px;
            }
            .container {
                padding: 15px;
            }
        }/* End custom CSS */