.rt-ccc339aa-wrapper {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
}
.rt-ccc339aa-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}
.rt-ccc339aa-table thead {
    border-bottom: 2px solid #eaeaea;
}
.rt-ccc339aa-table th,
.rt-ccc339aa-table td {
    padding: 15px;
    text-align: left;
}
.rt-ccc339aa-table th {
    background-color: #6EC1E4; /* Default theme color */
    color: #ffffff;
    font-weight: 600;
}
.rt-ccc339aa-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}
.rt-ccc339aa-table tbody tr:last-child {
    border-bottom: none;
}
.rt-ccc339aa-table tbody tr:hover {
    background-color: #fafafa;
}

/* Mobile Responsive */
@media screen and (max-width: 767px) {
    .rt-ccc339aa-table thead {
        display: none;
    }
    .rt-ccc339aa-table,
    .rt-ccc339aa-table tbody,
    .rt-ccc339aa-table tr,
    .rt-ccc339aa-table td {
        display: block;
        width: 100%;
    }
    .rt-ccc339aa-table tr {
        margin-bottom: 20px;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    }
    .rt-ccc339aa-table td {
        text-align: left;
        padding: 10px 15px 15px 15px;
        position: relative;
        border-bottom: 1px solid #f0f0f0;
    }
    .rt-ccc339aa-table td:last-child {
        border-bottom: 0;
    }
    .rt-ccc339aa-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 0.85em;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-weight: 600;
        color: #6EC1E4;
    }
    .rt-ccc339aa-table td:empty::after {
        content: "-";
        color: #999;
    }
}