.angie-table-wrapper-994efd52 {
    width: 100%;
    overflow-x: auto;
    max-height: 500px; /* Needed for sticky header to scroll */
}
.angie-table-994efd52 {
    width: 100%;
    border-collapse: separate; /* Changed from collapse to separate to allow border-radius */
    border-spacing: 0; /* Needed when border-collapse is separate */
}
.angie-table-994efd52 th,
.angie-table-994efd52 td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}
/* Ensure borders don't double up when separate */
.angie-table-994efd52 th,
.angie-table-994efd52 td {
    border-right: none;
    border-bottom: none;
}
.angie-table-994efd52 tr th:last-child,
.angie-table-994efd52 tr td:last-child {
    border-right: 1px solid #ddd;
}
.angie-table-994efd52 tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.angie-table-994efd52 th {
    background-color: #f5f5f5;
    font-weight: bold;
}
/* Sticky Header Styles */
.angie-table-994efd52.sticky-header th {
    position: sticky;
    top: 0;
    z-index: 10;
}