/* SDB — Kingster Adapter | Tabelas com escopo controlado */

body.sdb-kingster-child .wp-block-table table,
body.sdb-kingster-child .gdlr-core-text-box-item-content table,
body.sdb-kingster-child .sls-sessions-table-wrap table {
	width: 100%;
	border-collapse: collapse;
	color: var(--sdb-color-text, inherit);
}

body.sdb-kingster-child .wp-block-table table :where(th, td),
body.sdb-kingster-child .gdlr-core-text-box-item-content table :where(th, td),
body.sdb-kingster-child .sls-sessions-table-wrap table :where(th, td) {
	border-color: var(--sdb-color-border, currentColor);
}

body.sdb-kingster-child .wp-block-table table th,
body.sdb-kingster-child .gdlr-core-text-box-item-content table th,
body.sdb-kingster-child .sls-sessions-table-wrap table th {
	font-weight: var(--sdb-font-weight-semibold, 600);
	color: var(--sdb-color-title, var(--sdb-color-text, inherit));
}
/* Exclusões deliberadas: torneios/classificações/datepicker mantêm a herança tipográfica nativa; o child theme não impõe font-family. */
