/* SQL 工具页面专属样式。 */
.toolbar .btn-beautify {
    border-color: #009a61;
    background: #009a61;
    color: #fff;
}

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

/* 方言选择栏。 */
.dialect-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

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

.dialect-bar .form-select {
    width: auto;
    min-width: 150px;
    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;
}

.dialect-hint {
    color: #98a2b3;
    font-size: 12px;
}
