.pt-table-container {
    width: 100%;
    margin-bottom: 20px;
}

.pt-table-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.pt-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 4px;
}

.pt-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.pt-table th, .pt-table td {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
}

.pt-table th {
    background-color: #f7f7f7;
    font-weight: bold;
    color: #333333;
}

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

.pt-table td {
    color: #555555;
    font-size: 14px;
}
