/* FOOTER { */

	.acf-table-pro-tfoot-row {
		position: relative;
	}
	.acf-table-pro-tfoot-left {
		position: relative;
		height: 38px;
	}
	.acf-table-pro-tfoot-cell {
		position: relative;
		padding: 0.4rem 0.7rem !important;
		background-color: var(--color-table-legend-cell-background);
		border: 1px solid var(--color-table-border);
		border-top: 2px solid var(--color-table-border);
		vertical-align: top;
	}

	.acf-table-pro-tfoot-right {
		position: relative;
		width: 26px;
	}
	.acf-table-pro-tfoot-cont {
		margin: 0;
		padding: 0 !important;
		font-size: inherit;
		line-height: inherit;
		font-weight: normal;
	}

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

/* FOOTER } */
