/**
 * Blocks - Editor Styles
 */

.support-genix-block-editor {
    background-color: #f8f9fa;
    border: 1px dashed #007cba;
    padding: 20px;
    text-align: center;
}

.support-genix-block-editor>p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #111;
    padding: 0;
    margin: 4px 0;
}

.support-genix-block-editor>p+p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #666;
}