
/* Isofol: Table style variation */
.is-style-isofol-blue-header table thead {
  border-bottom: none!important;
}

/* Header-celler (TH) */
.wp-block-table.is-style-isofol-blue-header table thead th {
  background-color: var(--ast-global-color-0);
  color: var(--ast-global-color-5);
  border: none;
}

/* Endast översta högra hörnet avrundas enligt önskemål */
.wp-block-table.is-style-isofol-blue-header table thead th:last-child {
  border-top-right-radius: 24px;
}


/* Vanliga celler (TD) – överkantlinje */
.wp-block-table.is-style-isofol-blue-header table tbody td {
  border-top: 1px solid var(--ast-global-color-0);
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* Zebrastil per kolumn (udda kolumner) */
.wp-block-table.is-style-isofol-blue-header table tbody td:nth-child(odd) {
  background-color: var(--ast-global-color-5);
}
