.table{border:1px solid #ccc;border-radius:8px;display:flex;flex-direction:column;font-family:Lexend;overflow:auto}.table-header{background-color:#f4f4f4;font-weight:700}.table-header .table-cell{align-items:center;display:flex}.table-row{display:flex}.table-cell{border-bottom:1px solid #ddd;flex:1;font-size:16px;line-height:110%;padding:12px 16px}.table-cell:not(:last-child){border-right:1px solid #ddd}.table-row:last-child .table-cell{border-bottom:none}.table-row:hover{background-color:#f9f9f9}@media(max-width:768px){.table-row{width:700px}}