/* HEADER { */

	.acf-table-pro-thead-row {
		position: relative;
	}
	.acf-table-pro-thead-left {
		position: relative;
		height: 38px;
	}
	.acf-table-pro-thead-cell {
		position: relative;
		padding: 0.4rem 0.7rem !important;
		border: 1px solid var(--color-table-border);
		background-color: var(--color-table-legend-cell-background);
		vertical-align: top;
		font-weight: bold;
	}
	.acf-table-pro-thead-right {
		position: relative;
		width: 26px;
	}
	.acf-table-pro-thead-cont {
		margin: 0;
		padding: 0 !important;
		font-size: inherit;
		line-height: inherit;
	}

	.acf-table-pro-hide-thead .acf-table-pro-thead-row {
		position: absolute;
		visibility: hidden;
	}

/* HEADER } */
