/* Gutenberg CSS Pro - editor styles */
.gcss-pro-editor-container {
    display: flex !important;
    flex: 1 1 auto;
    border: 1px solid #949494 !important;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace !important;
    background: #ffffff !important;
    margin-top: 10px !important;
}

.gcss-pro-line-numbers {
    padding: 8px 4px !important;
    background-color: #f0f0f0 !important;
    color: #888 !important;
    text-align: right !important;
    min-width: 35px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    user-select: none !important;
    border-right: 1px solid #ccc !important;
    white-space: pre !important;
}

.gcss-pro-editor-container textarea,
textarea.components-textarea-control__input {
    width: 100% !important;
    border: none !important;
    font-family: monospace !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    padding: 8px !important;
    tab-size: 4 !important;
    -moz-tab-size: 4 !important;
    white-space: pre !important;
    outline: none !important;
    box-shadow: none !important;
    resize: none;
}