.elementor-3569 .elementor-element.elementor-element-e94ec51{--display:flex;}.elementor-3569 .elementor-element.elementor-element-073aeab{--spacer-size:175px;}/* Start custom CSS for html, class: .elementor-element-25c3d36 */<style>
        body {
            font-family: 'Poppins', sans-serif;
            margin: 20px;
            color: #333;
            line-height: 1.7;
        }

        h2 {
            margin-top: 30px;
            margin-bottom: 25px;
            color: #0c4da2;
            font-weight: 700;
            font-size: 2.5em;
            border-bottom: 2px solid #0c4da2;
            padding-bottom: 12px;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 30px;
            background-color: #f9f9f9;
            border-radius: 12px;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
            border: none;
            overflow: hidden;
        }

        th, td {
            padding: 15px 20px;
            text-align: left;
            border-bottom: 1px solid #e0e0e0;
        }

        th {
            background-color: #e3f2fd;
            font-weight: 600;
            color: #0c4da2;
        }

        td {
            color: #555;
        }

        tr:last-child td {
            border-bottom: none;
        }

        p {
            margin-bottom: 25px;
            font-size: 1.15em;
            color: #555;
        }

        a {
            color: #007bff;
            text-decoration: none;
            font-weight: 500;
        }

        a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

        @media screen and (max-width: 768px) {
            table {
                display: block;
                overflow-x: auto;
            }
            p{
                font-size: 1.1em;
            }
            .product-image{
                max-width: 100%;
                height: auto;
            }
        }

        .product-image {
            max-width: 10%;
            height: auto;
            margin-bottom: 30px;
            border-radius: 12px;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
        }

        ul {
            list-style: none;
            padding-left: 20px;
        }

        ul li::before {
            content: '•';
            color: #007bff;
            margin-right: 10px;
        }
        ul li{
            margin-bottom: 12px;
            font-size: 1.15em;
        }
        thead {
            background-color: #f0f0f0;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }

        tbody tr:last-child td{
             border-bottom-left-radius: 12px;
             border-bottom-right-radius: 12px;
        }
    </style>/* End custom CSS */