  /* Pro Control Label Icon */
  .elementor-control.stea-pro-control label i {
    color: #93003c;
    font-size: 14px;
    margin-left: 3px;
    border-radius: 5px;
    background-color: #fff;
  }
  
  /* Overlay to block clicks */
.elementor-control.stea-pro-control .elementor-control-content {
    position: relative;
}

.elementor-control.stea-pro-control .elementor-control-content::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 99;
    background: transparent;
    pointer-events: all;
  }
  
  /* Tooltip */
  .elementor-control.stea-pro-control .elementor-control-content::after {
    content: "This option is available in the Pro Version.";
    position: absolute;
    top: 100%;
    width: max-content;
    max-width: 240px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #93003c;
    color: #93003c;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in;
    z-index: 9999;
    pointer-events: none;
  }
  
  /* Tooltip hover */
  .elementor-control.stea-pro-control .elementor-control-content:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  /* Repeater field tooltip */
  .elementor-repeater-fields .elementor-control.stea-pro-control .elementor-control-content::after {
    content: "This is available in the Pro Version.";
  }
  
  /* Reset distance variant */
.elementor-control.stea-pro-control.no-distance .elementor-control-content::after {
    top: auto;
    bottom: -40px;
  }
  
.elementor-control.stea-pro-control .select2-container,
.elementor-control.stea-pro-control .select2-selection,
.elementor-control.stea-pro-control .select2-selection__rendered,
.elementor-control.stea-pro-control .select2-selection__arrow {
    pointer-events: none !important;
    cursor: not-allowed;
}

.elementor-control.stea-pro-control .select2-selection {
    background-color: #f5f5f5;
}
/* End */


/* Highlight premium select options */
.elementor-control select option[value*=stea-pro-setting-],
.elementor-control select option[value="recurring"]{
  font-weight: 600;
  color: #93003c;
  background-color: #ffe5ef;
}
/* End */

/* Highlight any Select2 result item whose ID includes 'stea-pro-setting' */
.select2-results__option[id*="stea-pro-setting-"],
.select2-results__option[id*="load-popup-template"], /* Countdown widget */
.select2-results__option[id*="hide-element"] /* Countdown widget */
 {
  font-weight: 600;
  color: #93003c !important;
  background-color: #ffe5ef !important;
}
/* End */


/* premium-feature-control */
/* ===== ST Elementor Addons – Pro Upgrade CTA ===== */
.stea-upgrade-cta h3 {
  font-size:16px;
  color:#111;
}
.stea-upgrade-cta {
  background: #fff8e1;
  border: 1px solid #fcb900;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  margin: 15px 0;
}

.stea-upgrade-title {
  margin: 0 0 8px;
  font-size: 16px;
  color: #111;
  font-weight: 600;
}

.stea-upgrade-desc {
  margin: 0 0 12px;
  font-size: 13px;
  color: #444;
}

.stea-upgrade-btn {
  display: inline-block;
  background: #fcb900;
  color: #111;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.stea-upgrade-btn:hover {
  background: #ffcc33;
  color: #000;
}

/* Optional dark mode / pro panel context */
.elementor-control-content .stea-upgrade-cta {
  border-color: var(--e-global-color-accent, #fcb900);
}

/* Premium Control End */



/* Display STEA logo right-aligned on Elementor panel category title */
.elementor-panel #elementor-panel-category-st-elementor-addons-widget-cat .elementor-panel-heading-title,
.elementor-panel #elementor-panel-category-st-elementor-addons-pro-widget-cat .elementor-panel-heading-title,
.elementor-panel #elementor-panel-category-single .elementor-panel-heading-title {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.elementor-panel #elementor-panel-category-st-elementor-addons-widget-cat .elementor-panel-heading-title::after,
.elementor-panel #elementor-panel-category-st-elementor-addons-pro-widget-cat .elementor-panel-heading-title::after,
.elementor-panel #elementor-panel-category-single .elementor-panel-heading-title::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: 24px;
  background: url('../images/stea-admin-logo.svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.elementor-panel #elementor-panel-category-st-elementor-addons-widget-cat .elementor-element-wrapper,
.elementor-panel #elementor-panel-category-st-elementor-addons-pro-widget-cat .elementor-element-wrapper,
.elementor-panel #elementor-panel-category-single .elementor-element-wrapper {
  position: relative;
}

.elementor-panel #elementor-panel-category-st-elementor-addons-widget-cat .elementor-element-wrapper::after,
.elementor-panel #elementor-panel-category-st-elementor-addons-pro-widget-cat .elementor-element-wrapper::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 14px;
  height: 14px;
  background: url('../images/stea-admin-logo.svg') no-repeat center;
  background-size: contain;
  pointer-events: none;
}

/* This will show on Single Category on Theme Builder Pages Only */
.elementor-panel #elementor-panel-category-single .elementor-element-wrapper::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 14px;
  height: 14px;
  background: url('../images/stea-admin-logo.svg') no-repeat center;
  background-size: contain;
  pointer-events: none;
}
/* Display Logo end */