.tool-form-sql .json-editor-split,
.tool-form-xml .json-editor-split,
.tool-form-html .json-editor-split,
.tool-form-css .json-editor-split,
.tool-form-js .json-editor-split {
    align-items: stretch;
}

.tool-form-sql .tool-title,
.tool-form-xml .tool-title,
.tool-form-html .tool-title,
.tool-form-css .tool-title,
.tool-form-js .tool-title,
.tool-form-yaml .tool-title,
.tool-form-properties-to-yaml .tool-title,
.tool-form-yaml-to-properties .tool-title {
    display: none;
    margin: 0;
    padding-bottom: 0;
}

.tool-form-sql.fullscreen .tool-title,
.tool-form-xml.fullscreen .tool-title,
.tool-form-html.fullscreen .tool-title,
.tool-form-css.fullscreen .tool-title,
.tool-form-js.fullscreen .tool-title,
.tool-form-yaml.fullscreen .tool-title,
.tool-form-properties-to-yaml.fullscreen .tool-title,
.tool-form-yaml-to-properties.fullscreen .tool-title {
    display: flex;
    flex-shrink: 0;
    order: 0;
    margin: 0 0 6px;
    padding-bottom: 0;
}

.tool-form-sql.fullscreen .tool-name,
.tool-form-xml.fullscreen .tool-name,
.tool-form-html.fullscreen .tool-name,
.tool-form-css.fullscreen .tool-name,
.tool-form-js.fullscreen .tool-name,
.tool-form-yaml.fullscreen .tool-name,
.tool-form-properties-to-yaml.fullscreen .tool-name,
.tool-form-yaml-to-properties.fullscreen .tool-name {
    float: none;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #555;
    line-height: 1.3;
}

.tool-form-sql .json-editor-panel-input,
.tool-form-sql .json-editor-panel-output,
.tool-form-xml .json-editor-panel-input,
.tool-form-xml .json-editor-panel-output,
.tool-form-html .json-editor-panel-input,
.tool-form-html .json-editor-panel-output,
.tool-form-css .json-editor-panel-input,
.tool-form-css .json-editor-panel-output,
.tool-form-js .json-editor-panel-input,
.tool-form-js .json-editor-panel-output {
    flex: 1;
    min-height: 0;
    height: 100%;
}

.tool-form-sql .json-editor-panel-input,
.tool-form-xml .json-editor-panel-input,
.tool-form-html .json-editor-panel-input,
.tool-form-css .json-editor-panel-input,
.tool-form-js .json-editor-panel-input {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #e0e0e0;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

.tool-form-sql #input-editor-host,
.tool-form-xml #input-editor-host,
.tool-form-html #input-editor-host,
.tool-form-css #input-editor-host,
.tool-form-js #input-editor-host {
    flex: 1;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tool-form-sql .json-editor-panel-input .ln-textarea,
.tool-form-xml .json-editor-panel-input .ln-textarea,
.tool-form-html .json-editor-panel-input .ln-textarea,
.tool-form-css .json-editor-panel-input .ln-textarea,
.tool-form-js .json-editor-panel-input .ln-textarea {
    border: none;
    border-radius: 0;
    background: #fff;
}

.tool-form-sql .json-editor-panel-input .ln-textarea-gutter-field,
.tool-form-sql .json-editor-panel-input .ln-textarea-input,
.tool-form-xml .json-editor-panel-input .ln-textarea-gutter-field,
.tool-form-xml .json-editor-panel-input .ln-textarea-input,
.tool-form-html .json-editor-panel-input .ln-textarea-gutter-field,
.tool-form-html .json-editor-panel-input .ln-textarea-input,
.tool-form-css .json-editor-panel-input .ln-textarea-gutter-field,
.tool-form-css .json-editor-panel-input .ln-textarea-input,
.tool-form-js .json-editor-panel-input .ln-textarea-gutter-field,
.tool-form-js .json-editor-panel-input .ln-textarea-input {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.tool-form-sql .json-editor-panel-input .ln-textarea-gutter-field,
.tool-form-xml .json-editor-panel-input .ln-textarea-gutter-field,
.tool-form-html .json-editor-panel-input .ln-textarea-gutter-field,
.tool-form-css .json-editor-panel-input .ln-textarea-gutter-field,
.tool-form-js .json-editor-panel-input .ln-textarea-gutter-field {
    font-size: 14.2px;
    padding-right: 12px;
}

.tool-form-sql .json-editor-panel-input .ln-textarea-input,
.tool-form-xml .json-editor-panel-input .ln-textarea-input,
.tool-form-html .json-editor-panel-input .ln-textarea-input,
.tool-form-css .json-editor-panel-input .ln-textarea-input,
.tool-form-js .json-editor-panel-input .ln-textarea-input {
    white-space: pre;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
    overflow-x: auto;
    border: none !important;
    border-left: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 6px;
}

.tool-form-sql .json-editor-panel-output .output-panel,
.tool-form-xml .json-editor-panel-output .output-panel,
.tool-form-html .json-editor-panel-output .output-panel,
.tool-form-css .json-editor-panel-output .output-panel,
.tool-form-js .json-editor-panel-output .output-panel {
    flex: 1;
    min-height: 0;
    height: 100%;
}

.tool-form-sql .json-editor-panel #editor-output,
.tool-form-xml .json-editor-panel #editor-output,
.tool-form-html .json-editor-panel #editor-output,
.tool-form-css .json-editor-panel #editor-output,
.tool-form-js .json-editor-panel #editor-output {
    height: 100%;
    width: 100%;
}

.tool-form-sql .form-btn,
.tool-form-xml .form-btn,
.tool-form-html .form-btn,
.tool-form-css .form-btn,
.tool-form-js .form-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
