.ct-956f73ad-container {
    width: 100%;
    font-family: inherit;
}

.ct-956f73ad-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 15px;
}

.ct-956f73ad-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    text-align: left;
    margin: 0;
}

.ct-956f73ad-table th,
.ct-956f73ad-table td {
    padding: 20px;
    border-bottom: 1px solid #e2e2e2;
    vertical-align: middle;
}

.ct-956f73ad-table tr:last-child td {
    border-bottom: none;
}

.ct-956f73ad-table th {
    font-weight: 700;
    font-size: 16px;
}

.ct-956f73ad-empty-th {
    width: 15%;
}

.ct-956f73ad-highlight-header {
    background-color: #4d3b9e;
    color: #fff;
    border-radius: 8px 0 0 0;
}

.ct-956f73ad-highlight-cell {
    background-color: rgba(77, 59, 158, 0.05);
}

.ct-956f73ad-row-label {
    color: #555;
}

.ct-956f73ad-footer-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    text-align: center;
}

.ct-956f73ad-btn-wrapper {
    text-align: center;
}

.ct-956f73ad-btn {
    display: inline-block;
    background-color: #4d3b9e;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.ct-956f73ad-btn:hover {
    opacity: 0.9;
    color: #fff;
}
