.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-853a72f:#082043;--e-global-color-067d484:#66AAE2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-9bd27f2-font-family:"Source Sans Pro";--e-global-typography-9bd27f2-font-size:32px;--e-global-typography-9bd27f2-font-weight:700;--e-global-typography-9bd27f2-text-transform:uppercase;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Glossary Page (page-id-3241) Styles */
.page-id-3241 #search-bar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%; /* Ensure it spans the full width of the page */
}

.page-id-3241 .term {
    margin-bottom: 20px;
    margin-left: 0px;
}

.page-id-3241 .term-divider {
    border: none;
    border-top: 1px solid #f3f3f3; /* Same color as the search bar border */
    margin: 10px auto;
    width: 100%; /* Full width */
}

/* Release History Page (page-id-3178) Styles */

/* Container for the release history page */
.page-id-3178 .release-history-container {
    margin: 20px auto;
    padding: 20px;
    width: 100%;
    overflow-x: auto; /* Enable horizontal scrolling only when needed */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for mobile */
}

/* Table Styling */
.page-id-3178 .release-history-table {
    width: 100%; /* Adjust to container size */
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed; /* Prevents columns from growing excessively */
    min-width: 600px; /* Ensures scrollability on smaller screens */
}

.page-id-3178 .release-history-table th,
.page-id-3178 .release-history-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    white-space: normal; /* Allow text wrapping */
    overflow: hidden; /* Prevent content from overflowing */
    text-overflow: ellipsis; /* Add ellipsis for overflowing text */
}

/* Release Notes List */
.page-id-3178 .release-note-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
    .page-id-3178 .release-history-table {
        width: 100%; /* Ensure the table fits container */
        table-layout: auto; /* Allow columns to size dynamically */
    }

    .page-id-3178 .release-history-container {
        overflow-x: auto; /* Keep horizontal scrolling enabled */
    }

    .page-id-3178 .release-history-table th,
    .page-id-3178 .release-history-table td {
        display: table-cell; /* Preserve table structure */
        width: auto; /* Allow dynamic column sizing */
    }
}/* End custom CSS */