.cpo-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.cpo-table th,
.cpo-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.cpo-table th {
    background-color: #f8f8f8;
    font-weight: bold;
}
