/**
 * Style for Elementor Editor customization
 */

.yith-plugin-fw-elementor-widget-description {
    margin-bottom : 10px;
    font-style    : italic;
}

.yith-plugin-fw-elementor-shortcode-widget--shortcode,
.yith-plugin-fw-elementor-shortcode-widget--empty-html {
    font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding       : 1em 1em 1.2em;
    border        : 1px solid #1e1e1e;
    border-radius : 4px;
}

.yith-plugin-fw-elementor-shortcode-widget__title {
    font-size     : 15px;
    font-weight   : 700;
    margin-bottom : 10px;
}

.yith-plugin-fw-elementor-shortcode-widget__message {
    font-style : italic;
    font-size  : 13px;
}

.yith-plugin-fw-elementor-shortcode-widget--shortcode .yith-plugin-fw-elementor-shortcode-widget__content {
    font-family   : Menlo, Consolas, monaco, monospace;
    color         : #1e1e1e;
    font-size     : 13px;
    padding       : 0.8em 1em;
    border        : 1px solid #ddd;
    border-radius : 4px;
}