/* 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;
    overflow: hidden;
    height: 65vh;
    position: relative;
}

.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;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    flex-shrink: 0 !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.gcss-pro-line-numbers::-webkit-scrollbar {
    display: none !important;
}

.gcss-pro-line-numbers div {
    height: 19.5px !important;
    line-height: 19.5px !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;
    overflow-x: auto !important;
    overflow-y: auto !important;
}