.elementor-25624 .elementor-element.elementor-element-5381179{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25624 .elementor-element.elementor-element-ca91736{--display:flex;}.elementor-25624 .elementor-element.elementor-element-79731a2{--display:flex;}.elementor-25624 .elementor-element.elementor-element-ef5d478{--display:flex;}.elementor-25624 .elementor-element.elementor-element-f89b9a4{--display:flex;}.elementor-25624 .elementor-element.elementor-element-14dc76a{--display:flex;}.elementor-25624 .elementor-element.elementor-element-9ba75e5{--n-accordion-title-font-size:1rem;--n-accordion-title-justify-content:space-between;--n-accordion-title-flex-grow:1;--n-accordion-title-icon-order:initial;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}@media(max-width:767px){.elementor-25624 .elementor-element.elementor-element-5381179{--padding-top:0px;--padding-bottom:025px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-ad45a82 *//* Mobile-specific styles */
@media (max-width: 767px) { /* This targets screens smaller than 768 pixels, which typically encompasses mobile devices */
    #table {
        overflow-x: auto; /* Enable horizontal scroll when content exceeds the container width */
        display: block; /* Make the table block-level to respect the overflow setting */
        white-space: nowrap; /* Prevent content inside the table from wrapping */
    }
    
    /* Optional custom scrollbar styling for better visibility on mobile */
    #table::-webkit-scrollbar {
        height: 6px;
    }

    #table::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 3px;
    }

    #table::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        border-radius: 3px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e5b4a6d */ul {
    margin-bottom: 10px;
}

li {
    margin-bottom: 10px;
}/* End custom CSS */