.elementor-10707 .elementor-element.elementor-element-cec2f49{--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;}/* Start custom CSS for text-editor, class: .elementor-element-ba06a20 *//* 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 */