.ptc-container-1ca258ec {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.ptc-header-1ca258ec {
    background-color: #da9b46;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ptc-table-responsive-1ca258ec {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ptc-table-1ca258ec {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.ptc-table-1ca258ec th,
.ptc-table-1ca258ec td {
    padding: 12px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.ptc-table-1ca258ec th:last-child,
.ptc-table-1ca258ec td:last-child {
    border-right: none;
}

.ptc-table-1ca258ec th {
    background-color: #fff6f1;
    color: #da9b46;
    font-weight: 600;
}

.ptc-table-1ca258ec td {
    color: #555;
    background-color: #fff;
    transition: background-color 0.2s ease;
}

.ptc-table-1ca258ec tr:nth-child(even) td {
    background-color: #fafafa;
}

.ptc-table-1ca258ec td * {
    margin: 0;
}

/* Mobile Stacked View */
@media (max-width: 767px) {
    .ptc-table-responsive-1ca258ec {
        border: 0;
    }
}