.calc-refi-qc {
    max-width: 680px;
    margin: 0 auto;
    padding: 12px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.calc-refi-qc h3 {
    margin-top: 0;
    margin-bottom: 8px;
}
.calc-refi-qc .calc-row {
    margin-bottom: 10px;
}
.calc-refi-qc label {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}
.calc-refi-qc input[type="number"] {
    width: 100%;
    padding: 8px;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.calc-refi-qc button {
    padding: 10px 14px;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: #0073aa;
    color: #fff;
}
.crq-results p {
    margin: 6px 0;
    font-weight: 500;
}
@media (max-width:480px){
    .calc-refi-qc { padding:10px; }
}
