/* Bulk JPG to Excel — page-specific styles.
   Shares bulk-image-to-text.css for the batch UI; this file adds the
   rendered-table preview inside the result modal. */

.table-preview {
    width: 100%;
    overflow-x: auto;
}

.table-preview .responsive-table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    border: 1px solid #eaeaea;
}

.table-preview .responsive-table th,
.table-preview .responsive-table td {
    text-align: center;
    padding: 12px;
    border: 1px solid #eaeaea;
    white-space: nowrap;
    word-break: break-word;
    font-weight: 400;
    border-bottom: none;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
}

.table-preview .responsive-table th {
    border-top: none;
    font-weight: 600;
    background-color: #f9fafb;
}

.table-preview .responsive-table td,
.table-preview .responsive-table th:last-child {
    border-right: none;
}

.table-preview .responsive-table tr:hover {
    background-color: #f1f1f1;
}

/* This tool has no Simple/Formatted modes — hide the chip in the export modal */
.export-extractMode {
    display: none;
}
