.calculator-card{background:white;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:all .2s ease}.calculator-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:#e5e7eb;outline:none;border-radius:3px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;cursor:pointer;border-radius:50%;-webkit-transition:all .2s ease;transition:all .2s ease;border:2px solid white;box-shadow:0 2px 4px rgba(0,0,0,.2)}input[type=range]::-webkit-slider-thumb:hover{background:#2a7b9b;transform:scale(1.1)}input[type=range]::-moz-range-thumb{width:18px;height:18px;background:#439fb6;cursor:pointer;border-radius:50%;-moz-transition:all .2s ease;transition:all .2s ease;border:2px solid white;box-shadow:0 2px 4px rgba(0,0,0,.2)}input[type=range]::-moz-range-thumb:hover{background:#2a7b9b;transform:scale(1.1)}input[type=range]::-moz-range-track{background:#e5e7eb;height:6px;border-radius:3px}.amortization-block{background:#3ea1ba;color:white;padding:2rem;margin-top:3rem;border-radius:0;box-shadow:8px 8px 0 rgba(0,0,0,.1);border:none}.amortization-block h2{color:white;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.amortization-block p{color:rgba(255,255,255,.9);line-height:1.6}.amortization-block strong{color:white;font-weight:600}input[type=range]{background:transparent}input[type=range]::-webkit-slider-runnable-track{height:6px;background:#e5e7eb;border-radius:3px}input[type=range]::-webkit-slider-thumb{margin-top:-6px;background:#439fb6}input[type=range].with-progress{background:linear-gradient(#439fb6,#439fb6) 0 /var(--p,0) 100% no-repeat,#e5e7eb;height:6px;border-radius:3px}input[type=range].with-progress::-webkit-slider-runnable-track{background:transparent}input[type=range].with-progress::-moz-range-track{background:#e5e7eb;height:6px;border-radius:3px;position:relative;overflow:hidden}