.ue-query-table {
    margin-top: 1rem;
    overflow-x: auto;
}

.ue-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.ue-table th,
.ue-table td {
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    vertical-align: top;
}

.ue-table th {
    color: var(--text-muted);
    font-weight: 600;
}

[data-theme="light"] .ue-table th,
[data-theme="light"] .ue-table td {
    border-color: rgba(20, 32, 24, 0.12);
}
