#elementor-panel-category-aafe-elements .icon,
#elementor-panel-category-aafe-theme-elements .icon,
#elementor-panel-category-aafe-shop-elements .icon {
  position: relative;
}
.aafe-elementor-icon:after {
  content: '';
  background-color: var(--e-a-color-txt);
  -webkit-mask-image: url(../../images/athemes-addons-logo-black.svg);
  mask-image: url(../../images/athemes-addons-logo-black.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
  mask-repeat: no-repeat;
}

.aafe-ele-svg-logo {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
  background-image: url(../../images/athemes-addons-logo-black.svg);
  filter: grayscale(1);
}

.elementor-panel .elementor-element .title {
  text-transform: capitalize;
}

.aafe-editor-upsell-section {
  font-size: var(--control-title-size);
  line-height: 1.35;
}
.aafe-editor-upsell-section p {
  margin-bottom: 8px;
}
.aafe-editor-upsell-section p:first-of-type,
.aafe-editor-upsell-section ul {
  margin-bottom: 15px;
}
.aafe-editor-upsell-section i {
  color: var(--e-a-btn-bg-success);
  margin-right: 6px;
}
.aafe-editor-upsell-section li {
  margin-bottom: 4px;
  text-transform: capitalize;
}