.wp-block-acf-ws-nt-icon {
	position: relative;
}
.wp-block-acf-ws-nt-icon::after {
	content: 'NEAT Icon';
	font-size: 0.75em;
    position: absolute;
    bottom: 100%;
    left: 0;
    color: #ccc;
    pointer-events: none;
    white-space: nowrap;
}