:root {
--wpcpq-active: #cc99c2;
}
.wpcpq-table th, .wpcpq-table td {
width: 50%;
}
.wpcpq-table tfoot td {
font-weight: 700;
}
.wpcpq-table .wpcpq-item-active {
background: var(--wpcpq-active);
color: #fff;
}
.wpcpq-table.wpcpq-table-tiered th, .wpcpq-table.wpcpq-table-tiered td {
width: 33%;
}