/* ================================================================
   菜刀客在线工具页 · car-loan-calculator.html 私有样式
   需在 /css/common.css 之后加载。
   ================================================================ */

/* ---- 首付比率行：两个输入框左右排列 ---- */
.ratio-row {
    display: flex;
    gap: 8px;
}

.ratio-row .input-wrap {
    flex: 1;
}

/* ---- 模式说明提示 ---- */
.mode-tip {
    font-size: 12px;
    color: #9ca3af;
    line-height: 1.6;
    padding: 8px 10px;
    background: #f9fafb;
    border: 1px dashed #e5e7eb;
    border-radius: 6px;
}