.elementor-panel .elementor-element .icon .wcf::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  background-image: url("../images/wcf.png");
  background-position: center center;
  background-size: cover;
  filter: grayscale(0);
  transition: 0.3s;
}

.elementor-panel .elementor-element:hover .icon .wcf::after {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.2);
}

.wcf-logo::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("../images/wcf.png");
  background-position: center center;
  background-size: cover;
}

.elementor-panel :is(.elementor-panel-menu-item)[class*=elementor-panel-menu-item-settings-wcf-] {
  position: relative;
}
.elementor-panel :is(.elementor-panel-menu-item)[class*=elementor-panel-menu-item-settings-wcf-]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("../images/wcf.png");
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  inset-inline-end: 1em;
  transform: translateY(-50%);
}

.elementor-control-content .wcfaddon-pro-notice {
  padding: 15px 0;
}
.elementor-control-content .wcfaddon-pro-notice-content {
  text-align: center;
}
.elementor-control-content .wcfaddon-pro-notice-content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 20px;
}
.elementor-control-content .wcfaddon-pro-notice-content p {
  line-height: 1.8;
  font-size: 11px;
  margin-top: 5px;
}
.elementor-control-content .wcfaddon-pro-notice-content .elementor-button {
  background-color: #d30c5c;
  color: #fff;
  padding: 7px 25px;
  margin-top: 20px;
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.elementor-panel-heading-title.elementor-section-title span.wcfpro_text {
  background: #FC6848;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px 3px;
  line-height: 1.3;
  border-radius: 3px;
  box-shadow: none;
  position: absolute;
  top: 14px;
  right: 15px;
}