.angie-table-wrapper-60fb9d1f {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.angie-table-60fb9d1f {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    text-align: left;
}

.angie-table-60fb9d1f th,
.angie-table-60fb9d1f td {
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
}

.angie-table-60fb9d1f th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.angie-clickable-row-60fb9d1f {
    cursor: pointer;
    transition: background-color 0.2s;
}

.angie-clickable-row-60fb9d1f:hover {
    background-color: #fdfdfd;
}

.angie-row-details-60fb9d1f {
    display: none;
    background-color: #fafafa;
}

.angie-details-content-60fb9d1f {
    padding: 20px;
    border: 1px dashed #ccc;
    margin: 10px 0;
}
