.elementor-15031 .elementor-element.elementor-element-5704c901{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d989f03 */div[data-elementor-type="single-post"] > div {
     background-position: bottom center !important;   
}

ol{
  list-style-type: disc;    
}

ol.outer-ol li::marker {
    font-weight: bold;
}

ol.inner-ol li::marker {
    font-weight: normal  !important;
}

        /* Desktop Version */
        .desktop-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 30px;
            display: none;
        }

        .desktop-table th {
            background-color: #1a365d;
            color: white;
            padding: 12px;
            text-align: left;
        }

        .desktop-table td {
            padding: 12px;
            border: 1px solid #ddd;
            font-size: 0.8rem;
        }

        /* Tablet Version */
        .tablet-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 30px;
            display: none;
        }

        .tablet-table th {
            background-color: #1a365d;
            color: white;
            padding: 10px;
            text-align: left;
        }

        .tablet-table td {
            padding: 10px;
            border: 1px solid #ddd;
            font-size: 0.8rem;
        }

        /* Mobile Version */
        .mobile-table {
            width: 100%;
            margin-bottom: 30px;
            display: none;
        }

        .section-header {
            background-color: #1a365d;
            color: white;
            padding: 12px;
            font-weight: bold;
        }

        .section-content {
            background-color: white;
            color: black;
            padding: 12px;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
        }

        .section-content:last-child {
            margin-bottom: 20px;
        }

        /* Responsive Display */
        @media screen and (min-width: 1024px) {
            .desktop-table { display: table; }
            .tablet-table, .mobile-table { display: none; }
        }

        @media screen and (min-width: 768px) and (max-width: 1023px) {
            .tablet-table { display: table; }
            .desktop-table, .mobile-table { display: none; }
        }

        @media screen and (max-width: 767px) {
            .mobile-table { display: block; }
            .desktop-table, .tablet-table { display: none; }
        }/* End custom CSS */