.responsive-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;font-family:Urbanist,sans-serif;margin:20px 0;padding:0 20px;scrollbar-color:rgba(0,0,0,.3) rgba(0,0,0,.1);scrollbar-width:thin}.responsive-table-wrapper::-webkit-scrollbar{height:8px}.responsive-table-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:4px}.responsive-table-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:4px}.responsive-table-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.5)}.custom-table{border:none;border-collapse:separate;border-radius:20px;border-spacing:0;overflow:hidden;table-layout:fixed;width:100%}.custom-table th{background-color:var(--header-bg);border-bottom:1px solid var(--border-color);color:var(--header-text);font-weight:500;padding:12px 16px;text-align:left;width:auto;word-wrap:wrap;&:empty{background:none;border:none}}.custom-table tbody tr:first-of-type td:first-of-type,.custom-table th:empty+th{border-top-left-radius:20px}.custom-table th:last-child{border-right:none}.custom-table td{background-color:var(--cell-bg);border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color);color:var(--body-text);padding:12px 16px;text-align:left;word-wrap:wrap}.custom-table tr td:first-of-type{font-weight:700}.custom-table td:last-child{border-right:none}.custom-table tbody tr:last-child td{border-bottom:none}.custom-table th.highlight-column{background-color:var(--highlight-header-bg);color:var(--highlight-header-text)}.custom-table td.highlight-column{background-color:var(--highlight-body-bg);color:var(--highlight-body-text)}@media (max-width:767px){.responsive-table-wrapper{padding:0}.custom-table{font-size:13px}.custom-table td,.custom-table th{padding:16px 12px}}