/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2024 | 11:14:29 */
table.fixed {
	    table-layout: auto; /* Allow columns to resize based on content */
}
.wp-list-table {
    position: relative; /* Ensures the table scrolls with the page */
    max-height: none; /* Remove any fixed height */
}

.wp-list-table.widefat {
    overflow-y: auto; /* Allow vertical scrolling */
    max-height: 80vh; /* Allow the table to take up to 80% of the screen height */
}

/* Adjust the parent container to prevent the table from being restricted */
.wp-admin .wrap {
    height: auto; /* Ensure the whole dashboard page adjusts its height */
}

.accordion-section-title button.accordion-trigger {
    all: unset;
    width: 100%;
    height:auto !important;
    padding: 10px 30px 11px 14px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}