.pt-c50fbd9c-table {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.pt-c50fbd9c-row {
    display: flex;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid #e2e8f0;
}
.pt-c50fbd9c-row:first-child {
    border-top: 1px solid #e2e8f0;
}
.pt-c50fbd9c-col-num {
    flex-shrink: 0;
    font-weight: 700;
}
.pt-c50fbd9c-col-title {
    flex-shrink: 0;
    font-weight: 700;
    padding-right: 20px;
    box-sizing: border-box;
}
.pt-c50fbd9c-col-desc {
    flex-grow: 1;
}

@media (max-width: 768px) {
    .pt-c50fbd9c-row {
        flex-direction: column;
        gap: 10px;
    }
    .pt-c50fbd9c-col-num,
    .pt-c50fbd9c-col-title,
    .pt-c50fbd9c-col-desc {
        width: 100% !important;
        padding-right: 0;
    }
}
