#elementor-panel-category-tablemaster-elements .icon {
    max-height: 43px;
}
.elementor-element [class*="table-master-"]:after {
    background: transparent;
    border-width: 0 0 1px 1px;
    border-color: #e0e0e0;
    border-style: solid;
    content: "TME";
    font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
    font-size: 9px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.2em 0.5em;
}
#elementor-panel-elements-wrapper .elementor-element:hover .tabmel-admin-icon:after {
    background: #d30c5c;
    border-color: #d30c5c;
    color: #fff;
}
.tabmel-editor-info {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
	color: #8a6d3b;
	font-size: 12px;
	line-height: 1.3;
	padding: 10px;
}
.tabmel-editor-doc-links {
	font-size: 12px;
}
.tabmel-editor-doc-links a {
	color: #6d7882;
	display: inline-block;
	line-height: 1.2;
	padding-left: 10px;
	position: relative;
}
.tabmel-editor-doc-links a:before {
	content: '»';
	position: absolute;
	left: 0;
	top: 0;
}
.tabmel-editor-placeholder {
	background: #f5f5f5;
	border: 1px solid #ddd;
    padding: 15px;
	text-align: center
}
.tabmel-editor-placeholder-title {
	color: #222;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.tabmel-editor-placeholder-content {
	color: #666;
	font-size: 12px;
}

.tabmel-pro-upgrade-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff9e6;
    padding: 10px;
    gap: 6px;
    border-left: 2px solid #ffe591;
}
.tabmel-pro-icon i {
   color: #ca9a00;
}
.tabmel-pro-upgrade-notice .tabmel-pro-title {
    font-weight: bold;
    margin-bottom: 8px;
}
.tabmel-pro-upgrade-notice .tabmel-pro-text {
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 10px;
}
.tabmel-control-pro-badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #faefce;
    color: #ca9a00;
    padding: 3px 5px 2px;
    border-radius: 3px;
    margin-left: 4px;
    vertical-align: middle;
}