/**
 * Styles for Elementor editor
 *
 * @link https://timeslotplugins.com
 * @package Time Slot
 * @since 1.0.1
 *
 */

.elementor-panel .ts-icon::after {
	border: 1px solid;
	content: 'TIME SLOT';
	display: inline-block;
	font-size: calc(11px + 5%);
	font-style: normal;
	padding: 2px 10%;
	text-align: center;
}