.custom-table{width:100%;overflow:auto;border-radius:8px}.custom-table table{width:100%;border-collapse:collapse}.custom-table td,.custom-table th{padding:10px;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.custom-table .custom-table__no-data{text-align:center;padding:20px 0}.custom-table th{text-align:left}.custom-table th:first-child{border-radius:8px 0 0 0}.custom-table th:last-child{border-radius:0 8px 0 0}.custom-table tr{border-bottom:1px solid #e1e1e2}.custom-table tr:hover{background-color:var(--cream-bg)}