/* -wp-block is used to allow wp load the css inside gutenberg editor */
.wp-block {}

/*-----------------*/

.rctagr-block-editor-title {
    color: #00abe4;
    margin-bottom: 10px;
}

.rctagr-block-editor-wrap {
    padding: 5px 15px;
    border: 1px dashed #333 !important;
    display: inline-block;
    width: -moz-available;
}