.xp-table-container-e75840ea {
    margin: 20px 0;
    font-family: inherit;
}

.xp-table-title-e75840ea {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    color: #333;
}

.xp-table-responsive-e75840ea {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.xp-table-e75840ea {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
}

.xp-table-e75840ea thead th {
    padding: 18px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-bottom: 3px solid rgba(255,255,255,0.1);
}

.xp-table-e75840ea tbody td {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    color: #555;
    transition: all 0.3s ease;
}

.xp-table-e75840ea tbody tr {
    animation: xpFadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.xp-table-e75840ea tbody tr:hover td {
    background-color: #f9fbfd;
}

.feature-name-e75840ea {
    font-weight: 600;
    color: #333 !important;
    width: 25%;
}

.highlight-col-e75840ea {
    background-color: rgba(8, 80, 58, 0.04);
}

.xp-table-e75840ea thead .highlight-col-e75840ea {
    background-color: rgba(255, 255, 255, 0.1);
}

.xp-table-e75840ea tbody tr:hover .highlight-col-e75840ea {
    background-color: rgba(8, 80, 58, 0.08);
}

@keyframes xpFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
