/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 18:09:28 */
<style>
/* Alternative: Let columns size based on content but fill available space */
table.quill-better-table {
    width: 100% !important;
    table-layout: auto !important;
}

table.quill-better-table td,
table.quill-better-table th {
    width: 33.33% !important; /* For 3 columns */
}
</style>