.elementor-20480 .elementor-element.elementor-element-bb49baa{--display:flex;}/* Start custom CSS for html, class: .elementor-element-abab53d */#scoped-article {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            font-size: 16px;
            line-height: 1.8;
            color: #333333;
            max-width: 100%
            margin: 0 auto;
            padding: 20px;
            background-color: #ffffff;
        }

        /* Headings styling */
        #scoped-article h1 {
            font-size: 2.2rem;
            color: #1a1a1a;
            line-height: 1.3;
            margin-bottom: 25px;
            font-weight: 800;
            border-bottom: 3px solid #007bff;
            padding-bottom: 10px;
        }

        #scoped-article .section-title {
            font-size: 1.6rem;
            color: #111111;
            margin-top: 40px;
            margin-bottom: 20px;
            position: relative;
            padding-left: 15px;
            font-weight: 700;
        }

        #scoped-article .section-title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 15%;
            height: 70%;
            width: 5px;
            background-color: #007bff;
            border-radius: 2px;
        }

        #scoped-article h3 {
            font-size: 1.25rem;
            color: #222222;
            margin-top: 25px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        /* Paragraphs & Text Elements */
        #scoped-article p {
            margin-top: 0;
            margin-bottom: 20px;
            text-align: justify;
        }

        #scoped-article hr {
            border: 0;
            height: 1px;
            background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
            margin: 40px 0;
        }

        /* Highlights */
        #scoped-article strong {
            color: #000000;
            font-weight: 700;
        }

        #scoped-article .highlight-text {
            background-color: #fff3cd;
            padding: 2px 6px;
            border-radius: 4px;
            font-weight: 600;
            color: #856404;
        }

        /* Hyperlinks styling */
        #scoped-article a {
            color: #007bff;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.2s ease, text-decoration 0.2s ease;
            border-bottom: 1px dashed #007bff;
        }

        #scoped-article a:hover {
            color: #0056b3;
            text-decoration: none;
            border-bottom-style: solid;
        }

        /* Lists styling */
        #scoped-article ul {
            margin-top: 0;
            margin-bottom: 25px;
            padding-left: 25px;
        }

        #scoped-article li {
            margin-bottom: 12px;
            line-height: 1.7;
        }

        /* Product Image Responsive Rules */
        #scoped-article .product-img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 30px auto;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: transform 0.3s ease;
        }
        
        #scoped-article .product-img:hover {
            transform: scale(1.01);
        }

        /* Comparison Table Styling */
        #scoped-article .comparison-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            margin: 30px 0;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #e0e0e0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }

        #scoped-article .comparison-table th {
            background-color: #f7f9fa;
            color: #333333;
            font-weight: 700;
            text-align: left;
            padding: 14px 18px;
            border-bottom: 2px solid #e0e0e0;
            font-size: 0.95rem;
        }

        #scoped-article .comparison-table td {
            padding: 14px 18px;
            border-bottom: 1px solid #eeeeee;
            color: #4a4a4a;
            font-size: 0.95rem;
            vertical-align: middle;
        }

        #scoped-article .comparison-table tr:last-child td {
            border-bottom: none;
        }

        #scoped-article .comparison-table tr:hover td {
            background-color: #fafdff;
        }

        /* Call To Action (CTA) Box Styling */
        #scoped-article .cta-box {
            border: 2px dashed #007bff;
            padding: 30px;
            background: linear-gradient(135deg, #f8fafd 0%, #f2f7fe 100%);
            margin: 35px 0;
            text-align: center;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 123, 255, 0.05);
        }

        #scoped-article .cta-box h2, #scoped-article .cta-box h3 {
            margin-top: 0;
            color: #0056b3;
            font-weight: 700;
        }

        #scoped-article .cta-button {
            display: inline-block;
            padding: 14px 35px;
            background-color: #007bff;
            color: #ffffff !important;
            text-decoration: none !important;
            font-weight: 700;
            font-size: 1.05rem;
            border-radius: 6px;
            border-bottom: none !important;
            box-shadow: 0 4px 14px rgba(0, 123, 255, 0.3);
            transition: all 0.2s ease-in-out;
            cursor: pointer;
            margin-top: 15px;
        }

        #scoped-article .cta-button:hover {
            background-color: #0056b3;
            box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
            transform: translateY(-2px);
        }

        /* Green Theme Variant CTA */
        #scoped-article .cta-box[style*="border-color:#28a745"],
        #scoped-article .cta-box[style*="border: 2px solid rgb(40, 167, 69)"] {
            border: 2px solid #28a745 !important;
            background: linear-gradient(135deg, #f4fbf6 0%, #eaf7ed 100%) !important;
            box-shadow: 0 4px 12px rgba(40, 167, 69, 0.05) !important;
        }

        #scoped-article .cta-box[style*="border-color:#28a745"] h2,
        #scoped-article .cta-box[style*="border: 2px solid rgb(40, 167, 69)"] h2 {
            color: #1e7e34;
        }

        #scoped-article .cta-button[style*="background-color:#28a745"],
        #scoped-article .cta-button[style*="background-color: rgb(40, 167, 69)"] {
            background-color: #28a745 !important;
            box-shadow: 0 4px 14px rgba(40, 167, 69, 0.3) !important;
        }

        #scoped-article .cta-button[style*="background-color:#28a745"]:hover,
        #scoped-article .cta-button[style*="background-color: rgb(40, 167, 69)"]:hover {
            background-color: #218838 !important;
            box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4) !important;
        }

        /* User Review Cards */
        #scoped-article .user-review-card {
            background-color: #fdfdfd;
            border-left: 4px solid #28a745 !important;
            padding: 22px;
            margin: 25px 0;
            border-radius: 0 8px 8px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.02);
            border: 1px solid #eef1f4;
        }

        #scoped-article .user-review-card p {
            font-style: italic;
            color: #4f5d65;
            margin-bottom: 10px;
        }

        #scoped-article .user-review-card strong {
            font-style: normal;
            color: #2b3a42;
            font-size: 0.9rem;
        }

        /* Compliance Box Custom Styling */
        #scoped-article blockquote {
            background: #fff9e6 !important;
            border-left: 4px solid #ffc107 !important;
            padding: 20px;
            margin: 30px 0;
            font-size: 0.95rem;
            border-radius: 0 8px 8px 0;
            border-top: 1px solid #fff3cd;
            border-right: 1px solid #fff3cd;
            border-bottom: 1px solid #fff3cd;
            color: #664d03;
        }

        #scoped-article .external-link {
            color: #0056b3;
            border-bottom-color: #007bff;
        }
        
        #scoped-article .external-link:hover {
            color: #00356b;
        }

        /* Mobile Responsive Adjustments */
        @media screen and (max-width: 600px) {
            #scoped-article {
                font-size: 15px;
                line-height: 1.7;
                padding: 12px;
            }

            #scoped-article h1 {
                font-size: 1.65rem;
                margin-bottom: 18px;
            }

            #scoped-article .section-title {
                font-size: 1.35rem;
                margin-top: 30px;
                margin-bottom: 15px;
            }

            #scoped-article h3 {
                font-size: 1.15rem;
                margin-top: 20px;
            }

            #scoped-article p {
                margin-bottom: 15px;
            }

            #scoped-article .comparison-table {
                display: block;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }

            #scoped-article .comparison-table th, 
            #scoped-article .comparison-table td {
                padding: 10px 12px;
                font-size: 0.85rem;
            }

            #scoped-article .cta-box {
                padding: 20px;
                margin: 25px 0;
            }

            #scoped-article .cta-button {
                padding: 12px 24px;
                font-size: 0.95rem;
                width: 100%;
                box-sizing: border-box;
            }

            #scoped-article .user-review-card {
                padding: 16px;
                margin: 20px 0;
            }
            
            #scoped-article blockquote {
                padding: 16px;
                margin: 20px 0;
            }
        }/* End custom CSS */