.vesta-table-wrap{overflow:auto;border:1px solid var(--vesta-divider);border-radius:12px;background:#fff;}
.vesta-table { width:100%; border-collapse: collapse; min-width: 760px; }
.vesta-table th, .vesta-table td { padding:8px 10px; border-bottom:1px solid var(--vesta-divider); text-align:left; vertical-align:top; font-size:12px; }
.vesta-table th{font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:var(--vesta-muted);background:#fafaf8;position:sticky;top:0;}
.vesta-table tbody tr:hover{background:#fcfcfa;}

.vesta-table--compact th,.vesta-table--compact td{padding:7px 9px;font-size:11.5px;}
.vesta-table--logs{min-width:980px;}
.vesta-table-wrap + .vesta-help-text{margin-top:8px;}
