/* Remove header background colour */
.tablepress-id-4 thead th {
	background-color: transparent !important;
}

/* Add borders to the entire table */
.tablepress-id-4 th,
.tablepress-id-4 td {
	border: 1px solid #ccc;
}

/* Optional: Add border-collapse for cleaner look */
.tablepress-id-4 {
	border-collapse: collapse;
}