/* TOOL BUTTON { */

	.acf-table-pro-has-toolbar .acf-table-pro-cell-cont {
		padding-right: 1.3rem !important;
	}
	.acf-table-pro-cell-toolbar {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0.3rem 0.4rem;
		z-index: 3;
	}
	.acf-table-pro-cell-tool-btn {
		color: rgba( 0, 0, 0, 0.2 );
		font-size: 0.9rem !important; /* important fixes font-size changes when editor overlay is open */
		text-align: center;
		padding: 0.2rem;
		cursor: pointer;

		position: absolute;
		right: .4rem;
		top: .2rem;
		z-index: 1;
	}
	.acf-table-pro-cell-tool-btn:hover {
		color: rgba( 0, 0, 0, 0.5 );
		transition: all 0.1s;
		transform: scale(1.4);
	}
	.acf-table-pro-cell-tool-btn:active {
		top: calc( .2rem + 1px );
		color: rgba( 0, 0, 0, 0.7 );
	}

/* TOOL BUTTON } */

/* TABLE OPTIONS BUTTON { */

	/* .acf-table-pro-overlay-table-options-btn {

	} */

	[data-overlay-status="disabled"] {
		display: none;
	}

/* TABLE OPTIONS BUTTON } */
