:root{--main-td-event: rgb(243 244 246);--main-td-odd: rgb(249 250 251)}.responsive-table{width:100%;white-space:nowrap}.responsive-table>thead{background-color:#e2e8f0;height:2.75rem}.responsive-table>thead>th:not(:nth-child(1)){padding:0 0 0 1.25rem;font-size:14px;font-weight:500}.responsive-table>thead>th>button{width:100%;display:flex;justify-content:space-between;flex-direction:row}.responsive-table>tbody>tr:nth-child(even){background-color:var(--main-td-event)}.responsive-table>tbody>tr:nth-child(odd){background-color:var(--main-td-odd)}@media screen and (max-width: 640px){.responsive-table>thead{display:none}.responsive-table>tbody>tr>td{display:grid;grid-template-columns:14ch auto;align-items:center;padding:15px 10px}.responsive-table>tbody>tr>td>*{word-break:break-all;word-wrap:break-word;text-wrap:balance}.responsive-table>tbody>tr>td:before{content:attr(header-name) " ";display:block;font-weight:600;text-transform:capitalize}.responsive-table>tbody>tr>td{padding:20px 5px}}
