


#elementor-panel-category-magical .elementor-element:hover:before {
    color: rgb(196, 1, 1);
}

.elementor-control-mgpd_gopro .elementor-panel-heading-title.elementor-section-title,
.elementor-control-mgpd_gopro i {
    color: red;
}

.elementor-control-mgpd__pro .elementor-button-go-pro{
    background: #a20000;
    color: #fff;
}

/* Disable pro controls for free version */
.mpd-pro-control-disabled .elementor-control-input-wrapper,
.mpd-pro-control-disabled .elementor-switch {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.mpd-pro-control-disabled .elementor-control-field-description {
    opacity: 0.7;
}

/* Pro section controls - visible but locked (read-only) for free users */
.mpd-pro-control-locked {
    position: relative;
    pointer-events: none !important;
    opacity: 0.55;
    -webkit-user-select: none;
    user-select: none;
}
.mpd-pro-control-locked * {
    pointer-events: none !important;
    cursor: default !important;
}
.mpd-pro-control-locked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    cursor: not-allowed;
    background: transparent;
}