/* Header row */
.wp-block-table.is-style-terralogiqai thead tr {
  background: linear-gradient(to top right, #3c69e6, #6d5afe, #945cef);
  color: white;
}

/* Header cells - remove bottom border to avoid double thickness */
.wp-block-table.is-style-terralogiqai thead th {
  background: transparent; /* so background-color from thead tr shows */
  border: 1px solid black;
  border-bottom: none;
  padding: 12px 15px;
  color: white;
}

/* First row cells - remove top border to avoid double thickness */
.wp-block-table.is-style-terralogiqai tbody tr:first-child td {
  border: 1px solid black;
  background-color: #EDF0F6;
  color: black;
  padding: 12px 15px;
}

/* Default body cell styling */
.wp-block-table.is-style-terralogiqai td {
  background-color: #EDF0F6;
  color: black;
}

/* Odd rows in tbody */
.wp-block-table.is-style-terralogiqai tbody tr:nth-child(odd) td {
  background-color: #EDF0F6;
  color: black;
}

/* Even rows in tbody */
.wp-block-table.is-style-terralogiqai tbody tr:nth-child(even) td {
  background-color: #EDF0F6;
  color: black;
}

/* First row no matter if it's in thead or tbody */
.wp-block-table.is-style-terralogiqai tr:first-child {
  background: linear-gradient(to top right, #3c69e6, #6d5afe, #945cef);
}

.wp-block-table.is-style-terralogiqai tr:first-child th {
  color: white;
  border: 1px solid black;
  padding: 12px 15px;
}

.wp-block-table.is-style-terralogiqai table {
  border-collapse: collapse;
  border-spacing: 0px;
}

.wp-block-table.is-style-terralogiqai thead {
    border-bottom: 1px solid;
}
