/* Pro option lock styles in the Elementor editor panel */

#elementor-panel select option.efpe-pro-option {
    color: #a0aab0;
    opacity: 0.7;
}

#elementor-panel .elementor-control-field label.efpe-pro-label {
    pointer-events: none;
    opacity: 0.7;
    user-select: none;
    cursor: not-allowed;
}

#elementor-panel .elementor-control-field label.efpe-pro-label input {
    pointer-events: none;
    opacity: 1;
}
.switcher_pro_only label.elementor-switch {
    pointer-events: none;
    opacity: 0.7 !important;
    user-select: none;
    cursor: not-allowed;
}
.switcher_pro_only label.elementor-switch .elementor-switch-label::after {
    content: 'Pro';
}
.some_option_pro_only select option:nth-child(n+2) {
    color: #a0aab0;
    opacity: 0.7;
    pointer-events: none;
}