.angie-table-wrapper-3945b777 {
    width: 100%;
    overflow-x: auto;
}

.angie-table-3945b777 {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed; /* Necessary for resizing */
}

.angie-table-3945b777 th, 
.angie-table-3945b777 td {
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    text-align: left;
    position: relative; /* For resizer positioning */
    word-wrap: break-word;
}

.angie-table-3945b777 th {
    background-color: #f7f7f7;
    color: #333;
    font-weight: 600;
}

.angie-table-3945b777 td {
    background-color: #ffffff;
    color: #555;
    transition: background-color 0.3s ease;
}

.angie-table-3945b777 tr:nth-child(even) td {
    background-color: #fcfcfc;
}

.angie-table-3945b777 .elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

/* Resizer Handle Styles */
.angie-table-3945b777 th .resizer,
.angie-table-3945b777 td .resizer {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    cursor: col-resize;
    user-select: none;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

.angie-table-3945b777 th .resizer:hover,
.angie-table-3945b777 td .resizer:hover,
.angie-table-3945b777 .resizing {
    background-color: rgba(0, 0, 0, 0.1);
}
