/* SQL 方言转换页面专属样式。 */
.editor-shell {
    min-height: 260px;
}

.editor-shell .CodeMirror {
    height: 260px;
}

.convert-options {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
    padding: 12px 16px;
    border: 1px solid #e3e7eb;
    border-radius: 8px;
    background: #fbfcfd;
}

.convert-options label {
    color: #344054;
    font-size: 13px;
    font-weight: 600;
}

.convert-options .form-select {
    width: auto;
    min-width: 140px;
    height: 36px;
    box-sizing: border-box;
    margin-top: 0;
    padding: 6px 10px;
    border: 1px solid #d5dbe3;
    border-radius: 6px;
    background: #fff;
    color: #1f2a37;
    font-size: 13px;
}

.convert-arrow {
    color: #98a2b3;
    font-size: 16px;
}

.toolbar .btn-convert {
    border-color: #009a61;
    background: #009a61;
    color: #fff;
}

.toolbar .btn-convert:hover {
    border-color: #008552;
    background: #008552;
    color: #fff;
}

.convert-output-field {
    margin-top: 14px;
}

.convert-output-field .form-output {
    height: 260px;
    min-height: 260px;
    box-sizing: border-box;
}
