/* Real Estate Calculator Styles */
.calculator-section h1 { font-size: 2.2rem; }
.calculator-section #resultBox { background:#f8f9fa; }
.btn-basic { background:#221f20; color:#fff; }
.btn-basic:hover { background:#000; color:#fff; }
.btn-white { background:#fff; color:#000; border:1px solid #221f20; }
.btn-white:hover { background:#f1f1f1; color:#000; }
