.sp-real-shortcode-renderer-block {
    .components-placeholder {
        border: 1px solid #757575;
        border-radius: 4px;
        outline: none;
        box-shadow: none;
    }
}

.sp-real-gutenberg-shortcode.editor-styles-wrapper {
    width: 100%;

    &::after {
        display: none;
    }

    .sp-real-shortcode-selector {
        width: 100%;
        padding: 12px 18px;
        border: 1px solid #757575;
        border-radius: 4px;
    }
}