
.tct-container { background: #fff; padding: 20px; border-radius: 8px; max-width: 1000px; margin: auto; }
#tct-form input, #tct-form select { margin: 5px; padding: 6px; }
#tct-form button, #tct-fetch, #show-data { margin: 10px 0; }
.tct-table-section table { width: 100%; margin-top: 20px; border-collapse: collapse; }
.tct-table-section th, .tct-table-section td { border: 1px solid #ddd; padding: 8px; text-align: center; }
.tct-table-section thead { background: #0073aa; color: white; }
