html[data-theme=light] .table,html[data-theme=dark] .table{margin-top:20px;width:100%}html[data-theme=light] .table .table-row,html[data-theme=dark] .table .table-row{width:100%;display:flex;gap:28px}html[data-theme=light] .table .table-row .table-cell,html[data-theme=dark] .table .table-row .table-cell{border-bottom:1px solid #e5e7eb;padding:14px 24px}html[data-theme=light] .table .table-row .table-cell.wide,html[data-theme=dark] .table .table-row .table-cell.wide{width:70%}html[data-theme=light] .table .table-row .table-cell.short,html[data-theme=dark] .table .table-row .table-cell.short{flex:1}