.elementor-5120 .elementor-element.elementor-element-5fe16f2{--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;}.elementor-5120 .elementor-element.elementor-element-4819c83{text-align:justify;}.elementor-5120 .elementor-element.elementor-element-e710c1a{--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;}.elementor-5120 .elementor-element.elementor-element-91797bc .elementor-heading-title{font-size:19px;}.elementor-5120 .elementor-element.elementor-element-6e121f7{--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;}.elementor-5120 .elementor-element.elementor-element-442eb1b{--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;}.elementor-5120 .elementor-element.elementor-element-5f0104a .elementor-heading-title{font-size:19px;}.elementor-5120 .elementor-element.elementor-element-eba6ce2{--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;}.elementor-5120 .elementor-element.elementor-element-d449338{--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;}.elementor-5120 .elementor-element.elementor-element-d90799e .elementor-heading-title{font-size:19px;}.elementor-5120 .elementor-element.elementor-element-3ed79ab{--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;}.elementor-5120 .elementor-element.elementor-element-4da8b1a .elementor-heading-title{font-size:19px;}.elementor-5120 .elementor-element.elementor-element-37eb129{--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;}.elementor-5120 .elementor-element.elementor-element-a867034 .elementor-heading-title{font-size:19px;}.elementor-5120 .elementor-element.elementor-element-073c349{--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;}.elementor-5120 .elementor-element.elementor-element-3c6feca .elementor-heading-title{font-size:19px;}.elementor-5120 .elementor-element.elementor-element-39976d4{--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;}.elementor-5120 .elementor-element.elementor-element-6be4ff9 .elementor-heading-title{font-size:19px;}.elementor-5120 .elementor-element.elementor-element-86b84fa{text-align:justify;}.elementor-5120 .elementor-element.elementor-element-8054b53{--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;}.elementor-5120 .elementor-element.elementor-element-13b6bbc img{box-shadow:0px 0px 100px -60px rgba(0,0,0,0.5);}.elementor-5120 .elementor-element.elementor-element-9c755d2{--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;}.elementor-5120 .elementor-element.elementor-element-a8a29c4 .elementor-heading-title{font-size:19px;}.elementor-5120 .elementor-element.elementor-element-e7f3149{text-align:justify;}.elementor-5120 .elementor-element.elementor-element-49bdae5{--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;}.elementor-5120 .elementor-element.elementor-element-f3c0af8 .elementor-heading-title{font-size:19px;}.elementor-5120 .elementor-element.elementor-element-5dc2c75{text-align:justify;}@media(max-width:767px){.elementor-5120 .elementor-element.elementor-element-6e121f7{--width:500px;}}/* Start custom CSS for shortcode, class: .elementor-element-7e1e9eb *//* Change table border color and width */
.tablepress table {
    border: 2px solid #3b4fe4; /* Change color code and width as needed */
    width: 100%; /* Ensure the table takes full width of its container */
    table-layout: fixed; /* Ensure table cells are constrained within the table width */
    word-wrap: break-word; /* Prevent long words from overflowing */
}

/* Change table header background color and text color */
.tablepress thead th {
    background-color: #3b4fe4; /* Change to desired background color */
    color: #FFFFFF; /* Change to desired text color */
    text-align: left; /* Ensure text alignment looks good on small screens */
}

/* Change table cell padding */
.tablepress td, .tablepress th {
    padding: 10px; /* Adjust padding as needed */
}

/* Change even row background color */
.tablepress tr:nth-child(even) {
    background-color: #ffffff; /* Change to desired even row color */
}

/* Change odd row background color */
.tablepress tr:nth-child(odd) {
    background-color: #ffffff; /* Change to desired odd row color */
}

/* Change hover effect */
.tablepress tbody tr:hover {
    background-color: #e0e0e0; /* Change to desired hover color */
}

/* Mobile view adjustments */
@media screen and (max-width: 768px) {
    /* Make text smaller on mobile devices */
    .tablepress td, .tablepress th {
        font-size: 9px; /* Adjust the font size as needed */
        padding: 5px; /* Reduce padding for smaller screens */
    }

    /* Ensure the table is responsive */
    .tablepress table {
        width: 100%; /* Ensure the table takes full width of its container */
        display: block; /* Allow table to scroll horizontally */
        overflow-x: auto; /* Enable horizontal scrolling */
    }
}/* End custom CSS */