/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
 
 .wp-block-docxpresso-saas-plugin {
    display: flex;
    flex-direction: row;
    padding: 8px;
    background-color: #fbfbfb;
    font-size: 13px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

div.wp-block-docxpresso-saas-plugin:before { 
    content: "\f133";
    font-family: dashicons;
    display: table-cell;
    font-weight: bold;
    font-size: 20px !important;
    padding-top: 3px;
    color: #d15d29;
}

.wp-block-docxpresso-saas-plugin .components-autocomplete p {
    font-size: 13px !important;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 8px;
    text-align: left;
}

.wp-block-docxpresso-saas-plugin button {
    margin-top: 4px !important;
    margin-left: 5px !important;
}

.wp-block-docxpresso-saas-plugin .file-button{
    height: auto;
}

.wp-block-docxpresso-saas-plugin p{
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    background-color: white;
    border: 1px solid #ccc;
}
