.mmgpt-table-wrap {
    margin: 24px 0;
    width: 100%;
}

.mmgpt-table-title {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.25;
}

.mmgpt-table-scroll {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
}

.mmgpt-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
    font-size: 15px;
}

.mmgpt-table th,
.mmgpt-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #eef0f3;
    text-align: left;
    vertical-align: top;
}

.mmgpt-table th {
    background: #f8fafc;
    font-weight: 700;
    color: #111827;
}

.mmgpt-table tbody tr:last-child td {
    border-bottom: 0;
}

.mmgpt-table tbody tr:hover td {
    background: #fafafa;
}

.mmgpt-table-compact .mmgpt-table th,
.mmgpt-table-compact .mmgpt-table td {
    padding: 8px 10px;
    font-size: 14px;
}

.mmgpt-error {
    padding: 12px 14px;
    margin: 16px 0;
    border-left: 4px solid #dc2626;
    background: #fef2f2;
    color: #991b1b;
}

@media (max-width: 640px) {
    .mmgpt-table-title {
        font-size: 20px;
    }

    .mmgpt-table {
        min-width: 560px;
        font-size: 14px;
    }

    .mmgpt-table th,
    .mmgpt-table td {
        padding: 10px 12px;
    }
}


.mmgpt-table-note {
    margin-top: 10px;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f8fafc;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
}

.mmgpt-table-note a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
