/* Header styling to match the blue header in your image */
.tablepress-id-1 thead th {
	background-color: #5b9bd5 !important;
	color: #ffffff !important;
	text-align: center !important;
}

/* Algorithms Cluster (Rows 2-6) - Blue background */
.tablepress-id-1 .row-2 td,
.tablepress-id-1 .row-3 td,
.tablepress-id-1 .row-4 td,
.tablepress-id-1 .row-5 td,
.tablepress-id-1 .row-6 td {
	background-color: #d9e9f6 !important;
}

/* Systems Cluster (Rows 7-10) - Red/Orange background */
.tablepress-id-1 .row-7 td,
.tablepress-id-1 .row-8 td,
.tablepress-id-1 .row-9 td,
.tablepress-id-1 .row-10 td {
	background-color: #fce5d8 !important;
}

/* Software Cluster (Row 11) - Green background */
.tablepress-id-1 .row-11 td {
	background-color: #e2efda !important;
}

/* Research Cluster (Rows 12-14) - Yellow background */
.tablepress-id-1 .row-12 td,
.tablepress-id-1 .row-13 td,
.tablepress-id-1 .row-14 td {
	background-color: #fff2cc !important;
}

/* General table styling for RTL and centering */
.tablepress-id-1 td {
	text-align: right !important;
	direction: rtl !important;
	border: 1px solid #ffffff !important;
}