.elementor-17070 .elementor-element.elementor-element-efeebc4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2c6568a */#scoped-article {
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            line-height: 1.8;
            color: #1a202c;
            max-width: 1100px;
            margin: 0 auto;
            padding: 40px 20px;
            background-color: #ffffff;
        }


        #scoped-article h2 {
            font-size: 1.6em;
            color: #2c5282;
            margin-top: 55px;
            margin-bottom: 25px;
            background: #f7fafc;
            padding: 15px;
            border-radius: 8px;
        }

        #scoped-article h3 {
            font-size: 1.3em;
            color: #2b6cb0;
            margin-top: 35px;
            display: flex;
            align-items: center;
        }

        #scoped-article p {
            margin-bottom: 25px;
            font-size: 1.em;
            color: #4a5568;
            text-align: justify;
        }
#scoped-article .table-container {
    width: 100%;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch;  
    margin: 20px 0;
}

#scoped-article table {
    min-width: 500px; 
    width: 100%;
}
        #scoped-article .brand-highlight {
            font-weight: 800;
            color: #d53f8c;
            text-transform: uppercase;
        }

        #scoped-article img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 40px auto;
            border-radius: 20px;
            box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
        }

        #scoped-article table {
            width: 100%;
            border-collapse: collapse;
            margin: 40px 0;
            background: #fff;
        }

        #scoped-article table th, #scoped-article table td {
            border: 1px solid #e2e8f0;
            padding: 20px;
            text-align: center;
        }

        #scoped-article table th {
            background-color: #2d3748;
            color: white;
            font-size: 1.1em;
        }

        #scoped-article .assurance-box {
            background-color: #ebf8ff;
            border-left: 8px solid #3182ce;
            padding: 30px;
            border-radius: 0 12px 12px 0;
            margin: 45px 0;
        }

        #scoped-article a {
            color: #3182ce;
            text-decoration: underline;
            font-weight: 700;
            transition: color 0.3s;
        }

        #scoped-article a:hover {
            color: #2b6cb0;
            background: #edf2ff;
        }

        /* Responsive Reading Cards */
        #scoped-article .card-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
            margin: 45px 0;
        }

        #scoped-article .info-card {
            background: #fff;
            border: 1px solid #edf2f7;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }

        #scoped-article .info-card:hover {
            transform: translateY(-10px);
        }

        #scoped-article .info-card img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            margin: 0;
            border-radius: 0;
        }

        #scoped-article .info-card-content {
            padding: 25px;
        }

        #scoped-article .cta-btn {
            display: inline-block;
            background: #3182ce;
            color: #ffffff !important;
            padding: 14px 28px;
            border-radius: 8px;
            text-decoration: none !important;
            font-weight: 800;
            margin-top: 15px;
        }

        @media (max-width: 768px) {
            #scoped-article .card-grid { grid-template-columns: 1fr; }
            #scoped-article h1 { font-size: 2.2em; }
            #scoped-article h2 { font-size: 1.7em; }
            #scoped-article table th, #scoped-article table td {
        padding: 8px 4px;
        font-size: 13px;    
    }
        }/* End custom CSS */