.siteorigin-panels-live-editor .so-panel.widget:not(:has(.so-panels-highlighted)) {
    opacity: .5;
    position: relative;
}

.siteorigin-panels-live-editor .so-panel.so-panels-faded {

}

.so-panel.so-panels-highlighted {
    opacity: 1.1 !important;
    z-index: 99999999;
    position: relative;
    &:before {
        border: 1px dashed crimson;
        content: '';
        position: absolute;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        top: -5px;
        left: -5px;
        right: 0;
        bottom: 0;
        z-index: 3;
        background: rgba(255, 0, 0, 0.1);
        pointer-events: none;
    }
}
