.savings-calculator{max-width:600px;padding:30px}.savings-calculator .inputs{display:flex;flex-direction:column;gap:40px;margin-bottom:2rem}.savings-calculator .inputs input[type=range]{width:100%;margin-top:.25rem}.savings-calculator .result{text-align:center}.table-container{width:100%;max-width:1000px;padding:1rem;background:#fafafa;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.table-container .disclaimer{margin-top:10px;font-size:12px;line-height:15px}.table-container .feature-table{width:100%;border-collapse:collapse;background:#fff}.table-container .feature-table td,.table-container .feature-table th{padding:16px 2px;border-bottom:1px solid #ddd;color:#333;font-size:14px}.table-container .feature-table td:not(:first-child),.table-container .feature-table th:not(:first-child){text-align:center}.table-container .feature-table td:first-child,.table-container .feature-table th:first-child{width:40%;padding-left:20px}.table-container .feature-table td div{margin:0 auto}.table-container .feature-table th{background-color:#f2f2f2;font-weight:600;text-align:left}@media screen and (max-width:600px){.table-container{padding:0}.table-container .feature-table td:first-child,.table-container .feature-table th:first-child{width:32%;padding-left:8px}}