/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

// Indices selector help text for Autocomplete block
.yuto-form-token-field__help {
    display: block;
    font-size: 12px;
    color: rgb(117, 117, 117);
    margin-bottom: 24px;
}

// Added margin top since the search result panel hides the search bar in block editor.
.aa-Panel {
    // margin-top: 65px;
}