.elementor-panel .elementor-element .icon {
  position: relative;
}

.elementor-panel .elementor-element .icon:has(.te-shortcode__icon):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 20px;
  height: 17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-width: 0 0 1px 1px;
  border-color: #e0e0e0;
  border-style: solid;
  background-image: url("../images/logo-icon.png");
}
